On behalf of the team and everyone who contributed, I am pleased to announce the release of Spring Integration 7.1.0-RC1.

Some notable changes in 7.1.0-RC1:

  • The RedisLockRegistry now uses native Redis CAS/CAD commands for lock renewal and release (Redis 8.4+), with automatic fallback to Lua scripts for older Redis versions.
  • The Redis module now provides a Java DSL API via its dedicated org.springframework.integration.redis.dsl.Redis factory.
  • The JmsChannelFactoryBean now allows users to set a custom JmsTemplate instead of using the default one.

See What's New in 7.1 for more details. Also, don't miss the Migration Guide for any observed breaking changes in this version.

This is the last chance to reach out to us on GitHub issues with any feedback before we go GA in May. Cheers, 
Glenn

Project Page | GitHub Issues | Contributing | Help