Conversation
…nate#6109) * HBX-3099 Enable dependabot ORM updates for 7.2/6.6 Co-authored-by: Andrea Boriero <andrea@hibernate.org> * HBX-3099 Add a workflow to automatically merge a Hibernate ORM dependabot PRs Co-authored-by: Andrea Boriero <andrea@hibernate.org> * HBX-3099 Update Jenkins release to handle automatic releases Co-authored-by: Andrea Boriero <andrea@hibernate.org> * HBX-3099 Run Hibernate ORM dependabot updates on cron interval so that we better control when it is executed Co-authored-by: Andrea Boriero <andrea@hibernate.org> * HBX-3099 Trigger Jira Release hook during the release process Co-authored-by: Andrea Boriero <andrea@hibernate.org> * HBX-3099 Update commit message for ORM updates --------- Co-authored-by: Andrea Boriero <andrea@hibernate.org>
…om.oracle.database.jdbc:ojdbc11:23.26.1.0.0 Signed-off-by: Koen Aers <koen.aers@gmail.com>
Signed-off-by: Koen Aers <koen.aers@gmail.com>
…avaClass(String) Add a test reproducing a HibernateException thrown during logFlushResults when an @Any association uses @AnyKeyJavaClass(String.class).
AnyType.toLoggableString previously passed the entity instance to MessageHelper.infoString(), which expects the identifier value. Resolve the entity identifier using guessEntityPersister before delegating to MessageHelper.infoString().
Signed-off-by: Koen Aers <koen@hibernate.org>
- Use NamedHqlQueryDefinitionImpl instead of NamedHqlSelectionDefinitionImpl to match the ORM 7.4 API Signed-off-by: Koen Aers <koen@hibernate.org>
* HHH-20145 Align versions of Hibernate modules for Gradle consumers * HHH-20157 Add capability of relocated artifacts to new artifacts
…d 7.4.1-SNAPSHOT respectively Signed-off-by: Koen Aers <koen.aers@gmail.com>
Signed-off-by: Koen Aers <koen.aers@gmail.com>
and remove obsolete test
for consistency with behavior of @manytoone
This was exposed by @Any code, but might also affect other cases.
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
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.
[Please describe here what your change is about]
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.