2 hours ago
Activiti
3 hours ago
lettuce-core

7.4.0.RELEASE

The Lettuce team is pleased to announce the Lettuce 7.4.0 minor release!

✨ New: MultiDbClient Lettuce introduces MultiDbClient, providing client-side failover and failback across multiple Redis databases.

MultiDbClient is designed to support client-side geographic failover, improving availability by monitoring the health of configured Redis endpoints and automatically switching connections when a database becomes unavailable. See the docs for details and more examples.

Lettuce 7.4.0 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 24. The driver is tested against Redis 8.6, Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.

Thanks to all contributors who made Lettuce 7.4.0.RELEASE possible.

📗 Links Reference documentation: https://lettuce.io/core/7.4.0.RELEASE

⭐ New Features

🐞 Bug Fixes

💡 Other

❤️ Contributors We'd like to thank all the contributors who worked on this release! @a-TODO-rov, @ggivo, @tishun, @atakavci and github-action-benchmark

Full Changelog: https://github.com/redis/lettuce/compare/7.3.0.RELEASE...7.4.0.RELEASE

3 hours ago
lettuce

7.4.0.RELEASE

The Lettuce team is pleased to announce the Lettuce 7.4.0 minor release!

✨ New: MultiDbClient Lettuce introduces MultiDbClient, providing client-side failover and failback across multiple Redis databases.

MultiDbClient is designed to support client-side geographic failover, improving availability by monitoring the health of configured Redis endpoints and automatically switching connections when a database becomes unavailable. See the docs for details and more examples.

Lettuce 7.4.0 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 24. The driver is tested against Redis 8.6, Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.

Thanks to all contributors who made Lettuce 7.4.0.RELEASE possible.

📗 Links Reference documentation: https://lettuce.io/core/7.4.0.RELEASE

⭐ New Features

🐞 Bug Fixes

💡 Other

❤️ Contributors We'd like to thank all the contributors who worked on this release! @a-TODO-rov, @ggivo, @tishun, @atakavci and github-action-benchmark

Full Changelog: https://github.com/redis/lettuce/compare/7.3.0.RELEASE...7.4.0.RELEASE

4 hours ago
logback

Logback 1.5.28

2026-02-06 Release of logback version 1.5.28

• Appender names or appender references are no longer subject to variable substitution.

• Fixed issue with configurations with conditionals encompassing appenders. This was reported in issues/1016 reported by Sergey Sazonov.

• The element now admits a 'scan' attribute which can be used to override the 'scan' attribute in the element.

• Fixed NullPointerException thrown by VersionUtil.checkForVersionEquality method occurring with GraalVM Native Images. This issue was reported in issues/1014.

• A bit-wise identical binary of this version can be reproduced by building from source code at commit e7a1855ab562bb102333f754603ff89359bf3cfc associated with the tag v_1.5.28. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

13 hours ago
spring-cloud-alibaba

2025.1.0.0

2025.1.0.0

New Features

  • [Core]: Support Spring Boot 4.x and Spring Cloud 2025.1.x by @xuxiaowei-com-cn in #4068
  • [Nacos]: Remove bootstrap config support, use spring.config.import instead by @yuhuangbin in #4167 and @chiangzeon in #4156
  • [Nacos]: Mask sensitive fields in logs to avoid credential leakage by @zshs000 in #4244
  • [RocketMQ]: RocketMQ module support Spring Boot 4.0 by @LearningGp in #4216
  • [Sentinel]: Sentinel module support Jackson 3.x by @uuuyuqi in #4213
  • [Seata]: Support WebFlux for Seata by @ChangJinWei in #4090

Bugfixes

  • [Nacos]: Fix NacosConfigDataLocationResolver registerConfigManager method by @xuxiaowei-com-cn in #4164
  • [Nacos]: Fix the service status change of ServiceRegistryEndpoint by @yuhuangbin in #4219
  • [Seata]: Workaround for Seata autoconfiguration class failure by @uuuyuqi in #4245

Dependencies

  • [Spring Boot]: Bump to 4.0.0 (from 3.5.0)
  • [Spring Cloud]: Bump to 2025.1.0 (from 2025.0.0)
  • [Spring Cloud Dependencies Parent]: Bump to 5.0.0 (from 4.3.0)
  • [Nacos]: Update nacos-client to 3.1.1 (from 3.0.3) by @xuxiaowei-com-cn in #4193 and @yuhuangbin in #4204
  • [SchedulerX]: Bump schedulerx.worker to 1.13.3 (from 1.13.1) by @yaohuitc in #4220

Maintenance

  • [CI]: Add actions to release GitHub package by @xuxiaowei-com-cn in #4188
  • [CI]: Skip GitHub Package Maven for release versions by @xuxiaowei-com-cn in #4249
  • [CI]: Fix readme and CI workflow branch name by @uuuyuqi in #4089

Contributors

  • @xuxiaowei-com-cn
  • @chiangzeon
  • @yuhuangbin
  • @zshs000
  • @ChangJinWei
  • @yaohuitc
  • @LearningGp
  • @uuuyuqi