1.2.0-M2
Pre-release
Pre-release
What's Changed
🚀 New features
- Enabled automatic discovery to simplify configuration and runtime integration by @otaviojava in #723
- Added the initial event structure and lifecycle support by @otaviojava in #726
- Improved event lifecycle handling by @otaviojava in #727
- Added CDI repository interception support by @otaviojava in #767
🗃️ Repository and query improvements
- Fixed delete queries to report the number of affected rows correctly by @robertpatrick in #741
- Fixed pagination so total result counts are honored correctly by @robertpatrick in #754
- Fixed backward cursor navigation by @robertpatrick in #757
- Fixed derived method queries so
Andconditions use the expected precedence by @robertpatrick in #760
🧩 Mapping and runtime improvements
- Fixed
BigIntegerreading to preserve full numeric precision by @robertpatrick in #751 - Improved
ConstructorBuilderservice discovery across different class-loading environments by @mhnuk2007 in #768 - Updated ClassGraph to
4.8.194by @otaviojava in #775
📚 Jakarta Data and API updates
- Updated Jakarta Data support to M4 by @otaviojava in #776
- Fixed the Jakarta Data M4 integration by @otaviojava in #777
- Updated API rules and project documentation by @otaviojava in #744
- Enhanced Javadoc across the project by @otaviojava in #743
- Improved test documentation by @otaviojava in #748
🛠️ Maintenance
- Updated license references to Eclipse Public License 2.0 by @otaviojava in #770
- Updated the NOTICE file to reference Eclipse Public License 2.0 by @mhnuk2007 in #773
- Updated Maven dependencies and plugins by @otaviojava in #774
- Updated the project version to
1.2.0-M2across parent and module POMs by @otaviojava in #779
Full Changelog: 1.2.0-M1...1.2.0-M2