** 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" @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
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)
Bumps org.hibernate.orm:hibernate-core from 6.6.2.Final to 6.6.3.Final.
Release notes
Sourced from org.hibernate.orm:hibernate-core's releases.
Changelog
Sourced from org.hibernate.orm:hibernate-core's changelog.
Commits
74f0839
Pre-steps for release :6.6.3.Final
3dfb973
HHH-18842 CollectionType.replace() breaks if target is PersistentCollection, ...e094b3c
HHH-18842 Add test for issue2036ef1
Add a warning for future upgrades of bytebuddyff64185
Don't use net.bytebuddy.experimental=true for Java 23 testingb91d9ec
HHH-18846 Enable release automation for ORM 6.6b5178d0
HHH-18851 Fix parameter type inference issue when IN predicate is uses array_...a26e505
HHH-18841 Create_identifierMapper
as a synthetic attribute1ffde48
HHH-18832 Don't skip bytecode enhancement just because an entity has a `@Tran...abfe6b9
HHH-18833 Introduce EnhancementContext#getUnsupportedEnhancementStrategyDependabot 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