16 hours ago
bucket4j

8.11.0

The features/enhancements in release scope are following:

Backward incompatible changes:

New scheme of naming for Maven artifacts

Now, the version of target JDK become a part of artifact name. For example com.bucket4j:bucket4j-core has been changed to com.bucket4j:bucket4j_jdk17-core.

Dependencies structure for Redis has been changed

Support for Redis has been splitted by individual modules(Jedis, Lettuce, Redisson). + See docs for your library:

16 hours ago
bucket4j

8.11.0

The features/enhancements in release scope are following:

Backward incompatible changes:

New scheme of naming for Maven artifacts

Now, the version of target JDK become a part of artifact name. For example com.bucket4j:bucket4j-core has been changed to com.bucket4j:bucket4j_jdk17-core.

Dependencies structure for Redis has been changed

Support for Redis has been splitted by individual modules(Jedis, Lettuce, Redisson). + See docs for your library:

1 days ago
spring-cloud-alibaba

2023.0.1.0

Introducing Alibaba Tongyi for Spring AI, add generative AI to your spring applications.

⭐️ Features / Enhancements

📔 Reference Document

❤️ Contributors

Thanks to the contributors who worked on this release!

@ruansheng8, @chickenlj, @yuluo-yx

1 days ago
spring-shell

3.3.0-M1

Generic Notes

Breaking Changes

There are some behaviour changes between 3.2.x and 3.3.x:

  • Non-interactive mode is the only one active on default. See #1017 for details but in a nutshell use properties spring.shell.interactive.enabled=true and spring.shell.script.enabled=true for equivalent behaviour with 3.2.x.

Fixes

This release contains some notable changes:

  • Builds on spring-boot 3.3.0-RC1
  • Builds on jline 3.26.0
  • ShellContext has pty info
  • New jni starter to prepare deprecation in jline for jansi/jna

Issues

#1051 Change properties for interactive and script to false on default #1050 Upgrade spring-boot 3.3.0-RC1 #1047 Add jni starter #1045 No mouse support in new windows terminal #1044 Disable quick edit mode with mouse support #1041 TerminalUI full screen off on windows #1039 TerminalUI may get race condition for display update #1036 Upgrade native-gradle-plugin 0.10.1 #1033 Sign artifacts #1028 Upgrade gradle 8.6 #1024 Remove explicit copyright from docs index page #1023 Upgrade spring-boot 3.3.0-M3 #1017 Only NonInteractiveShellRunner is active on default #1016 Upgrade spring-boot 3.3.0-M2 #1012 Non interactive test example fails because of duplicated help argument #1010 Grid fixed item size goes to bottom right #985 Provide tty info