Spring Integration 6.4.0-M1 Available
On behalf of the team and everyone who contributed, I am pleased to announce the first Milestone for Spring Integration 6.4.0 generation.
In addition the regular bug fixes and dependency upgrades were release as Spring Integration 6.3.2 and 6.2.7.
Here are some notable improvements and new features in Spring Integration 6.4:
- The distributed
LockRegistryimplementations now throw aConcurrentModificationExceptiononunlock()operation if ownership of the lock is lost in DB. - Since
LobHandlerAPI has been deprecated in Spring Framework6.2for removal, we also deprecated respective API in JDBC message store components in favor of internal byte array handling by the JDBC drivers. - The
ZeroMqMessageHandlercan now also bind port. - The subscription identifier has been improved for MQTT v5 channel adapters.
- The Reactor context is now propagate to the reply
CompletableFuture. - The
ClientSessionis now closed by theSftpSession…