You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-announcement.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,17 +15,17 @@ Steve Ebersole
15
15
[[jakarta-data]]
16
16
== Jakarta Data
17
17
18
-
Hibernate 6.6 includes a complete implementation of the Jakarta Data 1.0 Release. As https://in.relation.to/2024/04/18/jakarta-data-1/[discussed here], our implementation:
18
+
Hibernate 6.6 includes a complete implementation of the https://jakarta.ee/specifications/data/1.0/[Jakarta Data 1.0] Release. As https://in.relation.to/2024/04/18/jakarta-data-1/[discussed here], our implementation:
19
19
20
20
- is based on compile-time code generation via an annotation processor, enabling unprecedented compile-time type safety, and
21
21
- is backed by Hibernate's `StatelessSession`, which has been enhanced especially to meet the needs of Jakarta Data.
22
22
23
-
This implementation already passes the Jakarta Data TCK, and we have a request for certification pending.
23
+
Hibernate 6.6 is https://github.com/jakartaee/data/issues/714[certified] as a compatible implementation.
24
24
25
25
To make use of _Hibernate Data Repositories_, you'll need to depend on:
26
26
27
27
- our annotation processor, `hibernate-jpamodelgen`, and
0 commit comments