Skip to content

Commit 7e63c40

Browse files
committed
7.0 prep
1 parent 34b5f03 commit 7e63c40

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

release-announcement.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Hibernate 7.0.0.Alpha1
1+
= Hibernate 7.0.0.Alpha2
22
Steve Ebersole
33
:toc:
44
:toclevels: 2
@@ -14,14 +14,18 @@ Steve Ebersole
1414
:user-guide-url: {docs-url}/userguide/html_single/Hibernate_User_Guide.html
1515
:ql-guide-url: {docs-url}/querylanguage/html_single/Hibernate_Query_Language.html
1616

17-
7.0.0.Alpha1 is the first development release of the Hibernate 7.0 family which includes many new features, in addition to many improvements and fixes.
17+
With 7.0.0.Alpha2, Hibernate ORM is now passing the Jakarta Persistence 3.2 TCK!!
18+
19+
- https://ci.hibernate.org/view/ORM/job/hibernate-orm-tck-3.2/job/wip%252F7.0/24/[Results] with Java 17
20+
- https://ci.hibernate.org/view/ORM/job/hibernate-orm-tck-3.2/job/wip%252F7.0/25/[Results] with Java 21
1821
1922
2023
[[jpa-32]]
2124
== Jakarta Persistence 3.2
2225

2326
7.0 migrates to Jakarta Persistence 3.2 which can be fairly disruptive. See the link:{migration-guide-url}#jpa-32[Migration Guide] for details.
2427

28+
See https://in.relation.to/2024/04/01/jakarta-persistence-3/[this blog post] for a summary of the changes in 3.2
2529

2630
[[java-17]]
2731
== Java 17

release/jenkins-release-process.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ First, a list of resources you will need access to in order to perform a release
1818
1. Perform `./gradlew preVerifyRelease` locally (after pulling all upstream changes). The Jenkins job does only the release steps, and we need to make sure tests and checkstyle especially are ok
1919
2. Mark the version as released in Jira
2020
3. Close all issues associated with the version as closed. Be sure to remove the version from any issues that are not resolved (e.g. rejected) - the Jira "release notes" mechanism includes all issues with that version as the fix-for regardless of the resolution
21-
4. Start the https://ci.hibernate.org/view/ORM/job/hibernate-orm-release/[Jenkins job]. It is a parameterized build - Jenkins will prompt user for needed information:
22-
.. The version to be released (e.g. 6.0.0.Final)
23-
.. The next development version (e.g. 6.0.1-SNAPSHOT)
21+
4. Start the https://ci.hibernate.org/view/Release/job/hibernate-orm-release-jdk17/[Jenkins job]. It is a parameterized build - Jenkins will prompt user for needed information:
22+
.. The version to be released (e.g. 7.0.0.Final)
23+
.. The next development version (e.g. 7.0.1-SNAPSHOT)
2424
.. The GitHub branch from which to release
2525

2626
The Jenkins job performs the following tasks:

0 commit comments

Comments
 (0)