The 1.1 release builds upon the stable 1.0 foundation, introducing several key features that expand interoperability, improve developer productivity, and align with the broader Jakarta EE ecosystem.
This release focuses on defining a standard Driver Communication API, which will enable consistent and portable integration with NoSQL databases. It also includes support for Jakarta Query, prepared statement execution, and enhanced attribute mapping.
New features, enhancements or additions
- Update dependencies
- Update Java version
- Standardized Driver Communication API to unify and simplify the integration of NoSQL providers
- Jakarta Query supports for fluent, portable query definitions (Jakarta Query GitHub)
- Prepared Statement support for parameterized and secure query execution.
- Support for
Map<K, V>
attributes whereV
is an entity or embedded class.
Removals, deprecations or backwards incompatible changes
- none