Skip to content

Commit 2bb62f3

Browse files
committed
6.6.0 (manual)
1 parent edc9686 commit 2bb62f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release-announcement.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ Steve Ebersole
1515
[[jakarta-data]]
1616
== Jakarta Data
1717

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:
1919

2020
- is based on compile-time code generation via an annotation processor, enabling unprecedented compile-time type safety, and
2121
- is backed by Hibernate's `StatelessSession`, which has been enhanced especially to meet the needs of Jakarta Data.
2222

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.
2424

2525
To make use of _Hibernate Data Repositories_, you'll need to depend on:
2626

2727
- our annotation processor, `hibernate-jpamodelgen`, and
28-
- the Jakarta Data API, `jakarta.data-api.
28+
- the Jakarta Data API, `jakarta.data-api`.
2929

3030
For example, in Gradle:
3131

0 commit comments

Comments
 (0)