Spring Data 2025.1.0-M2 released
On behalf of the team and everyone who has contributed, I am pleased to announce a new milestone for the next Spring Data generation. The second milestone continues delivering new features and refinement mostly around infrastructure themes.
JSpecify
Spring Data is gradually migrating from Spring's Nullability annotations to JSpecify. The following projects are equipped with JSpecify annotations:
- Commons
- JPA
- MongoDB
- LDAP
- Cassandra
- KeyValue
- Elasticsearch
Other modules will follow suit.
JPA Refinements
Apart from JSpecify, Spring Data JPA ships with a few refinements around the QueryEnhancer
…