** Bug
* [HHH-15477] - Criteria EXISTS Subquery referring the Root of the Query of which it is a Subquery causes "Error interpreting query [SqmRoot not yet resolved to TableGroup]"
* [HHH-15468] - contributor-build.yml has no explicit permissions set
* [HHH-15455] - User Guide Contains a reference to hibernate-ehcache, no longer supported
* [HHH-15454] - Primitive type requested from tuple throws exception
* [HHH-15453] - java.lang.NullPointerException: Cannot invoke "org.hibernate.engine.spi.EntityEntry.getEntityKey()" because "ownerEntry" is null
* [HHH-15452] - Predicate add expression results in UnsupportedOperationException
* [HHH-15449] - @ManyToOne associations not loaded correctly with default EAGER and batch fetch property set when using TypedQuery.resultStream
* [HHH-15440] - @OneToOne and @OptimisticLock(excluded = true) not working correctly
* [HHH-15438] - PostgreSQL integration classes shouldn't throw ClassNotFoundException on org.postgresql driver classes that we try loading
* [HHH-15433] - Make sure Path#type() never returns null as per JPA TCK requirement
* [HHH-15432] - Potential IndexOutOfBoundsException in SqmQueryPart
* [HHH-15416] - PostgreSQLJsonbJdbcType is assuming there is a valid Json FormatMapper implementation
* [HHH-15359] - The entity returned by a merge doesn't contain @ManyToMany relation when the collection resides in @Embeddable
* [HHH-15356] - Unable to get primary information on some dialects (ex: Oracle) when the PK column's position doesn't match the alphabetical name's order
* [HHH-15216] - Cannot change MetadataProvider implementation because JPAXMLOverriddenMetadataProvider is final and precisely expected by a cast operator
* [HHH-15100] - Limitation of metamodel imports cache causes severe performance drops in large projects
* [HHH-14387] - A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance with hibernate-enhance-maven-plugin
* [HHH-13485] - FilterJoinTable does not to use the defualt condition
** Improvement
* [HHH-15471] - Improve merge replace operation when original and target are the same object
* [HHH-15466] - Compatibility with Jandex 3.0.0
* [HHH-15462] - Optimize ColumnReference rendering and reduce buffering
* [HHH-15461] - Replace uses of method references for SqlAppender with proper implementation
* [HHH-15458] - Interpret String with JSON/XML type code as plain JSON/XML
* [HHH-15442] - Allow for setParameter usage with a queries for a specific type in an Any-discriminated relationship
* [HHH-15441] - Improve error message if SqlTypes type code can't be interpreted
* [HHH-15381] - Clean up Gradle Plugin publishing as part of release process
** Task
* [HHH-15451] - Upgrade PostgreSQL JDBC driver to 42.5.0
* [HHH-15448] - Upgrade MSSQL JDBC and container image versions used for testing
* [HHH-15388] - Upgrade to Micrometer 1.9.3
** Bug
* [HHH-15430] - Allow use of @Enumerated on basic collection
* [HHH-15428] - Converters for BasicCollectionType don't work
* [HHH-15423] - @Any discriminated association fails to be implicitly fetched due to UnsupportedOperationException
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 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 hibernate-enhance-maven-plugin from 6.1.1.Final to 6.1.3.Final.
Changelog
Sourced from hibernate-enhance-maven-plugin's changelog.
... (truncated)
Commits
b0f2fae
Post-steps for release :6.1.3.Final
2762707
Pre-steps for release :6.1.3.Final
7b05d24
HHH-14387 Fix issue when bytecode enhancement enabled9e9649c
HHH-14387 Add more tests302ed4e
HHH-14387 Demonstrate regression when bytecode enhancement enableda2d7c29
HHH-15477 Criteria EXISTS Subquery referring the Root of the Query of which i...58531c0
HHH-15477 Add test for issue7d3cbfa
HHH-15356 Unable to get primary information on some dialects (ex: Oracle) whe...877ca69
HHH-15356 Add test for issue11e1a60
Fix 6.1.0.Final changelogDependabot 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 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)