6 hours ago
Activiti
7 hours ago
spring-shell

v4.0.0-M2

⭐ New features

  • Add support for jSpecify annotations #1184
  • Redesign command programming model #1206 #1158
  • Add number input type #849
  • Add mandatory flag to string input #844
  • Introduce new command builder DSL #1211

🚀 Enhancements

  • Improve command error message by including offending group name #291

🆙 Dependency updates

  • Spring Framework 7.0.1
  • Spring Boot 4.0.0

📘 Documentation updates

  • Update documentation with new annotations #1172
  • Update getting started guide with new annotations #1171
  • Add sample Shell application for Spring Petclinic

🛠️ Tasks

  • Remove Spring Boot dependencies from core module #200
  • Remove JLine dependency from core module
  • Remove compile time dependency to slf4j #1214
  • Remove dependency to commons-io #1215
  • Move core APIs under a dedicated named package
  • Move core commands from spring-shell-standard to the core module #1212
  • Add spring code formatting plugin to the build #1185

Contributors

Many thanks to all contributors who worked on this release! @piotrooo @PabloMartinez01 @jphughes88 @nhomble @Nico-DF

Full Changelog: https://github.com/spring-projects/spring-shell/compare/v4.0.0-M1...v4.0.0-M2

7 hours ago
reactor-netty

v1.3.1

Reactor Netty 1.3.1 is part of 2025.0.1 Release Train.

What's Changed

✨ New features and improvements

  • Depend on Reactor Core v3.8.1 by @violetagg in 2c05ba7fcc6165daf4c713709a71deb38f9ce842, see release notes
  • Support HTTP Authentication in HttpClient by @raccoonback in #3813 and by @violetagg in 4c2071fab83b8f97ce169fd407557871bf2a8b62, #4025, #4028

🐞 Bug fixes

  • HTTP/3: Fix NullPointerException when configuring HttpClient#responseTimeout by @violetagg in #3999
  • Fix Http3.isHttp3Available() to check for native QUIC library by @violetagg in #4013
  • Enable lazy initialisation of proxy providers with configuration coming from system properties by @violetagg in #4015

📖 Documentation

  • Update HttpServer#compressOptions javadoc by @violetagg in #4004
  • Improve documentation clarity for HttpClient#followRedirect methods by @violetagg in #4021

Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.3.0...v1.3.1

8 hours ago
reactor-netty

v1.2.13

Reactor Netty 1.2.13 is part of 2024.0.13 Release Train.

What's Changed

✨ New features and improvements

  • Depend on Reactor Core v3.7.14 by @violetagg in bc2fb49029bff5c5b4d284414f81736972cf6b21, see release notes

🐞 Bug fixes

  • HTTP/3: Fix NullPointerException when configuring HttpClient#responseTimeout by @violetagg in #3999
  • Enable lazy initialisation of proxy providers with configuration coming from system properties by @violetagg in #4015

📖 Documentation

  • Update HttpServer#compressOptions javadoc by @violetagg in #4004

Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.2.12...v1.2.13

16 hours ago
ip2region

v3.11.0

版本更新

  • Java Ip2Region 服务类实现移动到 org.lionsoul.ip2region.service 包下。
  • Java 的查询测试改用 Ip2Region 查询服务来实现,默认使用 data/ip2region_v4.xdbdata/ip2region_v6.xdb,可支持同时输入 IPv4 和 IPv6。
  • Golang 增加 Ip2Region 查询服务实现,并发安全支持且支持同时输入 IPv4 和 IPv6 的查询。
  • Golang 的查询测试改用 Ip2Region 查询服务来实现,默认使用 data/ip2region_v4.xdbdata/ip2region_v6.xdb,可支持同时输入 IPv4 和 IPv6。

What's Changed

Full Changelog: https://github.com/lionsoul2014/ip2region/compare/v3.10.0...v3.11.0