-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Upgrade to Hibernate ORM 7 #41310
base: main
Are you sure you want to change the base?
Commits on Nov 14, 2024
-
Map all relevant attributes in JPA XML mapping tests
First because there's no reason not to (we're not testing the behavior for unmapped attributes), and second to work around a bug in Hibernate ORM 7.0 alphas/betas: https://hibernate.atlassian.net/browse/HHH-18662
Configuration menu - View commit details
-
Copy full SHA for 5692268 - Browse repository at this point
Copy the full SHA 5692268View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b1f8fec - Browse repository at this point
Copy the full SHA b1f8fecView commit details -
Make QuarkusPersistenceUnitDescriptor available to FastBootHibernateP…
…ersistenceProvider Not strictly necessary, but doesn't hurt and might allow more changes in the next commits.
Configuration menu - View commit details
-
Copy full SHA for 8d0db21 - Browse repository at this point
Copy the full SHA 8d0db21View commit details -
Disallow CDI beans impacting metadata creation
Because: 1. We currently disallow this for identifier generators only through a custom initializer for the identifier generator factory service, but that service is disappearing in Hibernate ORM 7.0.0.Beta1, leaving us only the setting `hibernate.cdi.extensions`. to disallow CDI for identifier generators -- and anything else that impacts metadata creation. 2. This is needed for quarkusio#40897, which will move more of metadata creation to build time -- where CDI is just not available. 3. Implementations of affected components needing access to CDI at runtime (so not during metadata creation) can still do so by calling `Arc.container()` to retrieve the relevant beans.
Configuration menu - View commit details
-
Copy full SHA for 927e697 - Browse repository at this point
Copy the full SHA 927e697View commit details -
Configuration menu - View commit details
-
Copy full SHA for b162dc5 - Browse repository at this point
Copy the full SHA b162dc5View commit details -
Make Hibernate ORM and jdbc-derby extensions work without any other r…
…equired dependencies With Derby moving to hibernate-community-dialects, Quarkus will need to add this dependency automatically.
Configuration menu - View commit details
-
Copy full SHA for 96a5754 - Browse repository at this point
Copy the full SHA 96a5754View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52ac3a9 - Browse repository at this point
Copy the full SHA 52ac3a9View commit details