forked from hibernate/hibernate-orm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from alfasoftware/alfa-hibernate-core-updates
Alfa updates: ignore shared collections, these are deliberate and there will be no changes within them (same as Alfa change in 5.4.19) don't set the type as a side-effect of getType() method on SimpleValue (mimics behaviour of 5.4) revert the changes committed under HHH-14869 which moved annotation detection to the earlier, metadata-construction phase rather than during session factory creation. This was only necessary to support native compilation (GraalVM) and caused issues with assignment of Alfa's custom type AlfaStringType, so was deemed the least invasive change required to restore previous behaviour (5.5 and earlier) update version to Alfa-specific 5.6.15-alfa1001
- Loading branch information
Showing
18 changed files
with
196 additions
and
289 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
hibernateVersion=5.6.16-SNAPSHOT | ||
hibernateVersion=5.6.15-alfa1001 |
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
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
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
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
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
Oops, something went wrong.