You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IntegrationFlows.from(Supplier<T>) has been replaced with the IntegrationFlows.fromSupplier(Supplier<T>) since the IntegrationFlows.from(MessageSource<?>) has the same semantics and doesn't compile on Java 14.
MongoDb changes
The value in the message sequence document has been changes from int to long.
It is recommended to remove messagesSequence document and let the framework to recreate it on demand.
Of course the message store has to be cleared from existing (old) documents to let the sequence to be unique on the next application lifecycle.