Spring Data 2023.1 goes GA
On behalf of the Spring Data engineering team and everyone who contributed to this release, I am delighted to announce the general availability of Spring Data 2023.1
(Codename: Vaughan) from Maven Central! This release comes with several infrastructure themese as well as refinements in individual store modules.
Spring Data 2023.1
has upgraded its Spring Framework baseline to 6.1
along with Project Reactor 2023.0.0
and Micrometer 1.12.0
while requiring Java 17 as minimum platform version and supporting up to Java 21 for Virtual Threads support.
Virtual Threads can be used in various components by configuring an Virtual Threads-enabled Executor
. Prominent examples for these components are Redis' MessageListenerContainer
or Mongo's MessageListenerContainer
…