-
Notifications
You must be signed in to change notification settings - Fork 40
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
feat!: update to Hibernate 6.x #687
Merged
Merged
Conversation
This file contains 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
olavloite
added
the
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
label
Aug 4, 2023
arpan14
approved these changes
Sep 5, 2023
* chore: modify SpannerTableExporter * deps: add hibernate-ant for exporter * chore: update tests
* chore: add SpannerDialect class Adds a new SpannerDialect class that extends the SpannerDialect in the Hibernate core repository. The basic function and type registration is handled by the core dialect, which means that this Hibernate 6.x dialect in this repository is a lot smaller than the 5.4 dialect class. * chore: remove invalid tests * chore: remove unnecessary spaces * chore: fix tests * fix: add unique delegate
* chore: update schema migration classes * chore: include SchemaManagementTool
* chore: modify SpannerTableStatements * chore: simplify TableStatements and fix tests * chore: simplify SpannerTableStatements * chore: remove commented code
* chore: update SchemaUtils * chore: update test
Adds a translator for LIKE statements, as Cloud Spanner does not support ESCAPE clauses.
* chore: update sample entities to jakarta package * chore: update sample entity packages to jakarta * chore: fix order of imports * chore: fix import order
This removes most of the Hibernate Testing module, as it mainly tests Hibernate, and not the SpannerDialect and related classes.
* chore: update test entities to jakarta * chore: fix import order
* chore: update DDL batch classes * chore: return true if create * chore: return false if create * fix: order on update action
olavloite
removed
the
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
label
Sep 18, 2023
olavloite
added
the
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
label
Oct 9, 2023
olavloite
changed the title
feat: update to Hibernate 6.x
feat!: update to Hibernate 6.x
Oct 9, 2023
olavloite
removed
the
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
label
Nov 1, 2023
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.
Updates this dialect to work with Hibernate 6.3.
Breaking Change
Updates this Hibernate dialect to work with Hibernate 6.3. This breaks compatibility with Hibernate 5.4. You should use version 2.x of this library if you want to continue working with Hibernate 5.4.
See https://docs.jboss.org/hibernate/orm/6.0/migration-guide/migration-guide.html for a guide for upgrading from Hibernate 5 to Hibernate 6.