sublinks / sublinks-api

MIT License
68 stars 17 forks source link

Bump org.hibernate:hibernate-jpamodelgen from 6.4.4.Final to 6.5.0.Final #371

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps org.hibernate:hibernate-jpamodelgen from 6.4.4.Final to 6.5.0.Final.

Release notes

Sourced from org.hibernate:hibernate-jpamodelgen's releases.

Hibernate ORM 6.4.8.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.8.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.4.8.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Hibernate ORM 6.4.7.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.7.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.4.7.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

... (truncated)

Changelog

Sourced from org.hibernate:hibernate-jpamodelgen's changelog.

Changes in 6.5.0.Final (April 25, 2024)

https://hibernate.atlassian.net/projects/HHH/versions/32276

** Bug * [HHH-17994] - NPE in MavenPlugin when no classes filter specified * [HHH-17983] - StackOverflowError on 6.5.CR2 with @​Proxy(lazy=false), @​BatchSize and @​ManyToOne * [HHH-17975] - Envers revision cannot be found when the lookup is made based on an Instant * [HHH-17965] - @​ElementCollection with @​CollectionTable throws o.h.MappingException Foreign key must have same number of columns as the referenced primary key * [HHH-17964] - Hibernate using wrong column order for ElementCollection query when composite ID is present * [HHH-17174] - Teradata Dialect Issue Above Version 14

** Improvement * [HHH-17999] - Avoid runtime reflection for org.hibernate.jdbc.Expectation * [HHH-17993] - Metamodel processing on bootstrap: avoid retrying same metamodel class name multiple times * [HHH-17991] - Reduce overhead from @​DialectOverride discovery * [HHH-17988] - MetadataContext should consistently use ClassLoaderService * [HHH-17987] - Improve allocation rate of ReflectHelper#setterMethodOrNull * [HHH-17980] - Excessive contention during getter identification in the ByteBuddy enhancer

** Task * [HHH-17951] - Deprecate Size.LobMultiplier for removal

Changes in 6.5.0.CR2 (April 12, 2024)

https://hibernate.atlassian.net/projects/HHH/versions/32268

** Bug * [HHH-17947] - Bidirectional association management shouldn't ignore maintaining inverse lazy objects * [HHH-17935] - Running query with "root" tenant leads to "HibernateException: Either value and resolver for filter [_tenantId] parameter [tenantId] not set" * [HHH-17934] - StatelessSession.upsert() with @​Version-ed entity * [HHH-17918] - EntityNotFoundException when loading non-proxy entities with circular dependencies * [HHH-17912] - Disallow multiple valued binding for BasicCollectionType * [HHH-17908] - Schema validation error for STRING enums on MySQL * [HHH-17906] - Missing type inference for SqmValues * [HHH-17898] - Validate derived join queries not using lateral * [HHH-17897] - Joining Multiple CTEs in a HQL * [HHH-17887] - Release mode After Statment with deferred result set access does not work * [HHH-17885] - Same named formula attribute of different Embedded uses same selection expression * [HHH-17884] - Native enum type should respect ordering implied by EnumeratedType * [HHH-17881] - Unable to use a proxy as parameter in Query when the FK does not target the PK * [HHH-17872] - NPE in JtaIsolationDelegate * [HHH-17871] - NullPointerException during the creation of the session if ManyToAny that references a MappedSuperClass and defined in multiple subclasses * [HHH-17862] - TemporaryTable identity column sqlTypeName error * [HHH-17826] - ResultSet closed while scrolling results * [HHH-17801] - array_position fails with enums in Hibernate 6.4 (worked in 6.2) * [HHH-17783] - Joined Entity is Added to Persistent Set Without Being Fully Initialized

... (truncated)

Commits
  • cd57311 Pre-steps for release : 6.5.0.Final
  • 986d439 make the section on @​Lob even more explicit
  • 816d1e1 mention GenericGenerator deprecation in migration guide
  • b5b40f2 HHH-17964 Hibernate using wrong column order for ElementCollection query when...
  • 96793fa HHH-17964 Add test for issue
  • 84cdd7c slightly improve format of error message
  • 9346c28 HHH-17983 Remove entity keys from batch queue before loading
  • c846bc3 HHH-17983 Add test for issue
  • 205197b HHH-17883 Correct original column order for primary keys
  • 00d5f2f HHH-17883 Add test for issue
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)