Skip to content
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

Open
wants to merge 8 commits into
base: 6.0.x
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.hibernate.orm:hibernate-micrometer (source) 6.5.2.Final -> 6.6.1.Final age adoption passing confidence
org.hibernate.orm:hibernate-jcache (source) 6.5.2.Final -> 6.6.1.Final age adoption passing confidence
org.hibernate.orm:hibernate-jpamodelgen (source) 6.5.2.Final -> 6.6.1.Final age adoption passing confidence
org.hibernate.orm:hibernate-core (source) 6.5.2.Final -> 6.6.1.Final age adoption passing confidence

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the type: dependency-upgrade Upgrade a dependency label Aug 11, 2024
Copy link

sonarcloud bot commented Aug 11, 2024

@renovate renovate bot force-pushed the renovate/managed.hibernate branch from 9e8452c to bb6ed43 Compare August 11, 2024 23:08
@sdelamo sdelamo changed the base branch from 5.7.x to 5.8.x August 12, 2024 10:28
@renovate renovate bot force-pushed the renovate/managed.hibernate branch 2 times, most recently from 9615a1b to 4290840 Compare August 13, 2024 08:38
@sdelamo
Copy link
Contributor

sdelamo commented Aug 14, 2024

@radovanradic could you check this?

@radovanradic
Copy link
Contributor

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 ClassCastException that I don't think we can resolve.
Probably need to report issue to the hibernate team once the reproducer without Micronaut dependencies can be created. Probably better not to include this hibernate version in the new release.

@sdelamo
Copy link
Contributor

sdelamo commented Aug 19, 2024

@radovanradic could you check this PR?

@sdelamo
Copy link
Contributor

sdelamo commented Aug 23, 2024

Thanks for looking this @radovanradic I have rescheduled to 4.7.0

@radovanradic
Copy link
Contributor

radovanradic commented Aug 26, 2024

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
We can fix these PRs to build but don't want them in micronaut-data until this issue is resolved.

@renovate renovate bot force-pushed the renovate/managed.hibernate branch from 4290840 to a62c752 Compare September 2, 2024 10:47
@renovate renovate bot changed the base branch from 5.8.x to 5.9.x September 2, 2024 10:47
@renovate renovate bot force-pushed the renovate/managed.hibernate branch from a62c752 to 5fd6abf Compare September 2, 2024 10:56
@renovate renovate bot changed the base branch from 5.9.x to 6.0.x September 2, 2024 10:56
@renovate renovate bot force-pushed the renovate/managed.hibernate branch from 5fd6abf to 0244603 Compare September 17, 2024 13:42
@renovate renovate bot changed the title fix(deps): update managed.hibernate to v6.6.0.final fix(deps): update managed.hibernate to v6.6.1.final Sep 17, 2024
Copy link
Contributor Author

renovate bot commented Sep 19, 2024

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@@ -0,0 +1,16 @@
[
{
"name": "org.hibernate.internal.log.ConnectionInfoLogger_$logger",
Copy link
Contributor

@radovanradic radovanradic Sep 20, 2024

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.

Copy link

sonarcloud bot commented Oct 17, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade Upgrade a dependency
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants