-
Notifications
You must be signed in to change notification settings - Fork 42
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
fix(deps): update managed.hibernate to v6.6.1.final #1397
Conversation
Quality Gate passedIssues Measures |
9e8452c
to
bb6ed43
Compare
9615a1b
to
4290840
Compare
@radovanradic could you check this? |
I looked at this earlier. New hibernate version is missing some graalvm metadata. I have added it, updated reactive hibernate as well and then both builds passed (for hibernate and for hibernate reactive). Tried this version with micronaut-data and some hibernate reactive tests failed, there was some |
@radovanradic could you check this PR? |
Thanks for looking this @radovanradic I have rescheduled to 4.7.0 |
I have created issue with reproducer in hibernate-reactive project hibernate/hibernate-reactive#1979 |
4290840
to
a62c752
Compare
a62c752
to
5fd6abf
Compare
5fd6abf
to
0244603
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
@@ -0,0 +1,16 @@ | |||
[ | |||
{ | |||
"name": "org.hibernate.internal.log.ConnectionInfoLogger_$logger", |
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 is already in graalvm metadata repo but not in the version we are using. Will remove later when not needed.
Quality Gate passedIssues Measures |
This PR contains the following updates:
6.5.2.Final
->6.6.1.Final
6.5.2.Final
->6.6.1.Final
6.5.2.Final
->6.6.1.Final
6.5.2.Final
->6.6.1.Final
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
hibernate/hibernate-orm (org.hibernate.orm:hibernate-micrometer)
v6.6.1.Final
v6.6.0.Final
https://hibernate.atlassian.net/projects/HHH/versions/32329
** Bug
* [HHH-18463] - Add AzureDialect
* [HHH-18451] - CharBooleanConverter : Boolean null value conversion limited by the BooleanJavaType check condition
* [HHH-18403] - DB2iDialect should not support Update Returning
* [HHH-18399] - Unable to persist self-referencing entity with @OneToOne and @JoinTable
* [HHH-18391] - EntityGraphs are not considering Embedded attributes
* [HHH-18378] - Avoid reusing existing joins for entity-graph fetches if they're included in the where clause
* [HHH-18373] - When executing update with Criteria API by setting InheritanceType.JOINED, InlineMutationStrategy, NPE error occurs
* [HHH-18309] - Oracle LimitHandler does not seem to handle maxrows correctly for native queries
* [HHH-17997] - Querying an Entity with CacheConcurrencyStrategy.READONLY throws UnsupportedOperationException: Can't update readonly object
* [HHH-17847] - StoredProcedureQuery map result set incorrectly when having INOUT param
* [HHH-17465] - Incorrect metamodel for shared version attribute in @MappedSuperclass
Configuration
📅 Schedule: Branch creation - "after 10pm" in timezone Europe/Prague, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.