dependabot[bot] opened a new pull request, #2163:
URL: https://github.com/apache/cxf/pull/2163
Bumps `cxf.hibernate.em.version` from 6.6.2.Final to 6.6.3.Final.
Updates `org.hibernate.orm:hibernate-core` from 6.6.2.Final to 6.6.3.Final
Release notes
Sourced from https://github.com/hibernate/hibernate-orm/releases";>org.hibernate.orm:hibernate-core's
releases.
Hibernate ORM 6.6.3.Final released
Today, we published a new maintenance release of Hibernate ORM 6.6:
6.6.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.6.3.Final changes https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.3";>here.
Conclusion
For additional details, see:
the https://hibernate.org/orm/releases/6.6/";>release
page
the https://docs.jboss.org/hibernate/orm/6.6/migration-guide/migration-guide.html";>Migration
Guide
the https://docs.jboss.org/hibernate/orm/6.6/introduction/html_single/Hibernate_Introduction.html";>Introduction
Guide
the https://docs.jboss.org/hibernate/orm/6.6/userguide/html_single/Hibernate_User_Guide.html";>User
Guide
See also the following resources related to supported APIs:
the https://hibernate.org/community/compatibility-policy/";>compatibility
policy
the https://docs.jboss.org/hibernate/orm/6.6/incubating/incubating.txt";>incubating
API report (@Incubating)
the https://docs.jboss.org/hibernate/orm/6.6/deprecated/deprecated.txt";>deprecated
API report (@Deprecated + @Remove)
the https://docs.jboss.org/hibernate/orm/6.6/internals/internal.txt";>internal
API report (internal packages, @Internal)
Visit the https://hibernate.org/community/";>website for
details on getting in touch with us.
Changelog
Sourced from https://github.com/hibernate/hibernate-orm/blob/6.6.3/changelog.txt";>org.hibernate.orm:hibernate-core's
changelog.
Changes in 6.6.3.Final (November 21, 2024)
https://hibernate.atlassian.net/projects/HHH/versions/32365";>https://hibernate.atlassian.net/projects/HHH/versions/32365
** Bug
* [HHH-18862] - Group by error due to subselect using foreign key reference
instead of primary key in HQL query
* [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array type
for needle argument
* [HHH-18842] - Regression: CollectionType.replace() breaks if target is
PersistentCollection, but not instance of Collection (e.g. PersistentMap)
* [HHH-18832] - Bytecode enhancement skipped for entities with
"compute-only" https://github.com/Transient";>@Transient properties
* [HHH-18816] - Error when rendering the fk-side of an association in an
exists subquery
* [HHH-18703] - JoinedSubclassEntityPersister#getTableNameForColumn KO
* [HHH-18647] - SemanticException when using createCriteriaInsertValues to
insert into foreign key column
** Improvement
* [HHH-18841] - Make _identifierMapper property added for a
IdClass synthetic
* [HHH-18833] - Configuration to fail bytecode enhancement instead of
skipping it on unsupported models
** Task
* [HHH-18846] - Enable release automation for ORM 6.6
Commits
https://github.com/hibernate/hibernate-orm/commit/74f0839a947a9e2e837f35f7940f117687522eee";>74f0839
Pre-steps for release : 6.6.3.Final
https://github.com/hibernate/hibernate-orm/commit/3dfb973311bed97d570b837f7bb32ad7335874e0";>3dfb973
HHH-18842 CollectionType.replace() breaks if target is PersistentCollection,
...
https://github.com/hibernate/hibernate-orm/commit/e094b3c283627ebacabc297f93d9f470dada5432";>e094b3c
HHH-18842 Add test for issue
https://github.com/hibernate/hibernate-orm/commit/2036ef16663ad462b96f786ccc23af0ba38befc1";>2036ef1
Add a warning for future upgrades of bytebuddy
https://github.com/hibernate/hibernate-orm/commit/ff64185eb3d3f082e0e6344db2f565fe55c9a58e";>ff64185
Don't use net.bytebuddy.experimental=true for Java 23 testing
https://github.com/hibernate/hibernate-orm/commit/b91d9ec8530d9a320174b8cae523c67349bc3622";>b91d9ec
HHH-18846 Enable release automation for ORM 6.6
https://github.com/hibernate/hibernate-orm/commit/b5178d03ec17985a953afccc1c3a6da19fd70cae";>b5178d0
HHH-18851 Fix parameter type inference issue when IN predicate is uses
array_...
https://github.com/hibernate/hibernate-orm/commit/a26e5059fb41c3a74c262868e6b9dfd537478364";>a26e505
HHH-18841 Create _identifierMapper as a synthetic attribute
https://github.com/hibernate/hibernate-orm/commit/1ffde48f5ba6b84bb604cfee02fc43a13bef80c4";>1ffde48
HHH-18832 Don't skip bytecode enhancement just because an entity has a
`@Tran...
https://github.com/hibernate/hibernate-orm/commit/abfe6b9b556f3748a657f017a7ac2ec45a88197b";>abfe6b9
HHH-18833 Introduce EnhancementContext#getUnsupportedEnhancementStrategy
Additional commits viewable in https://github.com/hibernate/hibernate-orm/compare/6.6.2...6.6.3