-
Notifications
You must be signed in to change notification settings - Fork 157
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
Switch to new Hibernate 6.2 Generator API + Hibernate 6.3 breaking changes #508
Conversation
Testing These ChangesTo test this PR, use the artifacts attached to the latest CI build Artifacts Available:
Download with liquibase-sdk-maven-pluginAlternately, you can use the Liquibase SDK Maven Plugin Download the artifacts
Install to your local maven cache
|
# Conflicts: # .github/workflows/test.yml # pom.xml # src/main/java/liquibase/ext/hibernate/snapshot/TableSnapshotGenerator.java
@tati-qalified can you help to test this one? |
Hibernate 6.2 introduced new APIs and deprecated the ones being used by Liquibase. This PR:
Fix issue #495