-
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
Upgrade to Hibernate ORM 6.4, Hibernate Search 7.0, Hibernate Reactive 2.2 #36978
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
ffefc64
Fix invalid use of "!= null"
yrodiere b6d0891
Avoid reusing a non-empty persistence context across transaction in t…
yrodiere ed12780
Fix assertions in tests related to Hibernate ORM FormatMappers
yrodiere 18a845d
Fix weird transaction in tests related to Hibernate ORM FormatMappers
yrodiere 0ccf1c4
Upgrade to quarkus-local-cache 0.3.0
yrodiere 5985241
Upgrade to Hibernate ORM 6.3.1.Final and Hibernate Reactive 2.1.0.Final
yrodiere e5f2eae
Upgrade to Hibernate ORM 6.4.0.Final and Hibernate Reactive 2.2.0.Final
yrodiere 55c9e64
Remove unused class HibernateSearchOutboxPollingClasses
yrodiere 0e5465c
Upgrade to Hibernate Search 7.0.0.CR2
yrodiere cdb4dda
Import the Hibernate Search BOM into the Quarkus BOM
yrodiere 85341e0
Fix invalid links in Hibernate Search extension documentation
yrodiere eeaecac
Rename extension quarkus-hibernate-search-orm-coordination-outbox-pol…
yrodiere 0d04f2e
Align Hibernate Search configuration defaults on Hibernate Search 7
yrodiere f65d708
Add SyntaxException to the NamedQueryMistake checks
DavideD 4f49734
Add test for Panache ORM query exception
DavideD File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It goes without saying but we will need a Final before 3.7.0 is out (but I'm sure you already have that in mind).