guhilling / cdi-test

JUnit extension for easy and efficient testing of CDI components
http://guhilling.github.io/cdi-test/
Apache License 2.0
26 stars 4 forks source link

Bump org.hibernate.orm:hibernate-core from 6.1.7.Final to 6.4.4.Final #443

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps org.hibernate.orm:hibernate-core from 6.1.7.Final to 6.4.4.Final.

Release notes

Sourced from org.hibernate.orm:hibernate-core's releases.

Hibernate ORM 6.4.4.Final released

Today, we published a new maintenance release of Hibernate ORM: 6.4.4.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.4.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.3.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.3.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.3.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-core's changelog.

Changes in 6.4.4.Final (February 08, 2024)

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

** Bug * [HHH-17705] - NullPointerException during enhancement when using the default BytecodeProvider in Wildfly * [HHH-17704] - Query using detached Proxy as parameter fails with LazyInitializationException * [HHH-17693] - Cannot use 'like' operand when an AttributeConverter is used to convert the attribute in a String * [HHH-17688] - Mutation statements using delegates do not consistently release statements * [HHH-17662] - Memory leak in type registry * [HHH-16974] - IllegalStateException Unsupported tuple comparison combination * [HHH-16454] - PostgreSQL ILIKE Keyword is considered a column name when deducing alias injection points

** Task * [HHH-17713] - Upgrade ByteBuddy to 1.14.11 * [HHH-17708] - Fix formatting/anchor in documentation of @​Struct

Changes in 6.4.3.Final (February 02, 2024)

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

** Bug * [HHH-17690] - Joins with Predicates using Criteria API in combination with EntityGraph poducing additional joins. * [HHH-17689] - Cache SQL statement for unique key lookup * [HHH-17687] - AttributeConverter, query does not use converter to convert 'null' fields * [HHH-17686] - Join with inheritance subtype association doesn't trigger auto-flush * [HHH-17683] - hibernate-jpamodelgen generates wrong constructor for metamodel of entities whose methods contain a static EntityManager getEntityManager() * [HHH-17681] - Restore AbstractSqmSelfRenderingFunctionDescriptor backwards compatibility * [HHH-17679] - Unnecessary entity name usage leads to collection element join * [HHH-17677] - COALESCE usage in SQL is broken when giving NULL as second parameter * [HHH-17674] - NullPointerException thrown when loading entity previously evicted and proxied * [HHH-17670] - NPE in FromClause#findTableGroup * [HHH-17668] - NullPointerException when refreshing bytecode-enhanced entity from second-level cache * [HHH-17667] - Delete by type query with @​DiscriminatorColumn generates SQL with a missing join * [HHH-17666] - Datetime truncation fails when argument is a converted property * [HHH-17665] - java.lang.ClassCastException in some cases when loading child entities, mapped as joined-subclass. * [HHH-17653] - Error in generating schema when @​Generator annotation is applied to a non id embeddable property * [HHH-17644] - Mapping of generic types in single table inheritance depends on lexicographical order of parent and child classnames * [HHH-17643] - Allow uninitialized proxy serialization even when a SessionFactory is not available * [HHH-17634] - Merging a new entity having a @​GeneratedValue id should not set the generated id to the original entity * [HHH-17629] - Criteria and Entity graph generates same join clause twice * [HHH-17605] - NativeQuery - Multiple entities of same type are translated into the same single object * [HHH-17598] - Criteria multiselect doesn't work properly for array types other than Object[] * [HHH-17594] - "Could not set value of type" for @​EmbeddedId that uses a @​DiscriminatorValue as Key * [HHH-17587] - Setting to null a property from a @​SecondaryTable and @​DynamicUpdate deletes the whole entry from database * [HHH-17550] - NO_CONSTRAINT not honored by InheritanceType.JOINED * [HHH-17526] - During eager batch fetching, real exceptions swallowed by exception in finally

... (truncated)

Commits
  • faad405 Post-steps for release : 6.4.4.Final
  • 3e49c0d Pre-steps for release : 6.4.4.Final
  • e98503a HHH-17704 Query using detached Proxy as parameter fails with LazyInitializati...
  • d35cd46 HHH-17704 Add test for issue
  • 6057d99 HHH-16454 PostgreSQL ILIKE Keyword is considered a column name when deducing ...
  • a2d3315 HHH-16454 Add test for issue
  • 6138c76 HHH-17693 Fix typecheck assertions for converted properties
  • 658e9bc HHH-17693 Add test for issue
  • e9946db HHH-16974 IllegalStateException Unsupported tuple comparison combination
  • e7f9875 HHH-16974 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)