-
-
Notifications
You must be signed in to change notification settings - Fork 971
Fixed regressions from Hibernate 5 #15550
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
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
e649743
refactor: change SimpleValueBinder constructor visibility to private
borinquenkid 6929305
refactor: BasicValueIdCreator and SimpleValueBinder refactoring
borinquenkid 1a7eb80
refactor: encapsulate identifier resolution in BasicValueIdCreator
borinquenkid 2cf2ad1
refactor: rename BasicValueIdCreator to BasicValueCreator and consoli…
borinquenkid ecf8caf
refactor: rename of HibernateProperty hierarchy
borinquenkid 6fd8c13
Merge remote-tracking branch 'origin/8.0.x-hibernate7' into 8.0.x-hib…
borinquenkid 1a66edc
Merge branch '8.0.x-hibernate7' into 8.0.x-hibernate7-dev
borinquenkid 2687842
refactor: replace DSL identity config with typed identity properties …
borinquenkid 101d0bc
Merge branch '8.0.x-hibernate7' into 8.0.x-hibernate7-dev
borinquenkid fbced2d
refactor: move generator name resolution into HibernatePersistentProp…
borinquenkid 14dd3f8
test: add getGeneratorName() coverage to HibernatePersistentPropertySpec
borinquenkid 67fb91e
refactor: throw MappingException in getIdentityProperty() instead of …
borinquenkid a7830a6
refactor: simplify binder signatures; fix composite identity parts type
borinquenkid e0b59e1
refactor: remove RootClass param from IdentityBinder.bindIdentity
borinquenkid 8bdc7e3
fix: H7 merge upserts correctly and mutates caller instance
borinquenkid 93c5928
test: DetachedCriteria list returns PagedResultList only when max is set
borinquenkid 6382464
fix: remove double populateArgumentsForCriteria call in DetachedCrite…
borinquenkid 945c907
fix: PagedResultList totalCount leaks ORDER BY into COUNT query on H2
borinquenkid 8c2ae2e
test: restore multi-row validation for findAll* boolean property finders
borinquenkid eaacee2
H7: incorrect messages
borinquenkid 78b8b36
Merge branch '8.0.x-hibernate7' into 8.0.x-hibernate7-dev
borinquenkid 1497ea4
H7: fix style violations and update agent guidelines
borinquenkid 9d723a8
H7: update agent guidelines for test aggregation
borinquenkid d52a9e5
H7: make test aggregation more robust by scanning all root directories
borinquenkid 6658a08
fix: DefaultUrlCreator generates correct URL for controller-only links
borinquenkid 9c79935
fix: remove @PendingFeatureIf from many-to-many sorting test in H5
borinquenkid 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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's not clear to me why we need this plugin when the aggregate test project already exists. @borinquenkid I'm going to go ahead and merge this PR and we can re-address on the hibernate PR.
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.
This one aggregates test failures across all modules into a single .gitignored markdown file. If one runs it as a developer from root it can pickup multiple regressions and tackle them without having to rerun again.
There is another feature that does that for the three linting checks. None of them are part of the build process.