Add initial set of hibernate 7.0 metadata #579
Merged
dnestoro merged 8 commits intooracle:masterfrom Jul 2, 2025
Merged
Conversation
Hibernate 7 is still in beta, still if there's a need to early test integration this is a least some metadata that allows to bootstrap hibernate.
f96d012 to
3875324
Compare
sdeleuze
requested changes
Jun 23, 2025
Make sure hibernate 6.6.x versions are routed to the 6.6 metadata.
sdeleuze
approved these changes
Jun 26, 2025
Collaborator
sdeleuze
left a comment
There was a problem hiding this comment.
Looks good, works fine with Spring Petclinic.
Collaborator
|
@dnestoro Could you please review, squash and merge this PR? |
olpaw
reviewed
Jun 30, 2025
...core/7.0.0.Final/src/test/java/org_hibernate_orm/hibernate_core/OrmAnnotationHelperTest.java
Outdated
Show resolved
Hide resolved
olpaw
reviewed
Jun 30, 2025
...core/7.0.0.Final/src/test/java/org_hibernate_orm/hibernate_core/OrmAnnotationHelperTest.java
Show resolved
Hide resolved
olpaw
reviewed
Jun 30, 2025
...core/7.0.0.Final/src/test/java/org_hibernate_orm/hibernate_core/OrmAnnotationHelperTest.java
Show resolved
Hide resolved
olpaw
reviewed
Jun 30, 2025
...core/7.0.0.Final/src/test/java/org_hibernate_orm/hibernate_core/OrmAnnotationHelperTest.java
Show resolved
Hide resolved
dnestoro
reviewed
Jun 30, 2025
tests/src/org.hibernate.orm/hibernate-core/7.0.0.Final/generated-metadata/jni-config.json
Outdated
Show resolved
Hide resolved
olpaw
approved these changes
Jul 1, 2025
dnestoro
approved these changes
Jul 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Hibernate 7 is finally out and this PR contains some metadata that allows to bootstrap hibernate.
Code sections where the PR accesses files, network, docker or some external service
Checklist before merging