Commit 78d9c7b
authored
Bump hibernate.version from 6.6.1.Final to 6.6.2.Final (#672)
Bumps `hibernate.version` from 6.6.1.Final to 6.6.2.Final.
Updates `org.hibernate.orm:hibernate-core` from 6.6.1.Final to
6.6.2.Final
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-core's
releases</a>.</em></p>
<blockquote>
<h1>Hibernate ORM 6.6.2.Final released</h1>
<p>Today, we published a new maintenance release of Hibernate ORM 6.6:
6.6.2.Final.</p>
<h2>What's new</h2>
<p>This release introduces a few minor improvements as well as bug
fixes.</p>
<p>You can find the full list of 6.6.2.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.2">here</a>.</p>
<h2>Conclusion</h2>
<p>For additional details, see:</p>
<ul>
<li>the <a href="https://hibernate.org/orm/releases/6.6/">release
page</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/migration-guide/migration-guide.html">Migration
Guide</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/introduction/html_single/Hibernate_Introduction.html">Introduction
Guide</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/userguide/html_single/Hibernate_User_Guide.html">User
Guide</a></li>
</ul>
<p>See also the following resources related to supported APIs:</p>
<ul>
<li>the <a
href="https://hibernate.org/community/compatibility-policy/">compatibility
policy</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/incubating/incubating.txt">incubating
API report</a> (<code>@Incubating</code>)</li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/deprecated/deprecated.txt">deprecated
API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/internals/internal.txt">internal
API report</a> (internal packages, <code>@internal</code>)</li>
</ul>
<p>Visit the <a href="https://hibernate.org/community/">website</a> for
details on getting in touch with us.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/blob/6.6.2/changelog.txt">org.hibernate.orm:hibernate-core's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 6.6.2.Final (November 07, 2024)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/32350">https://hibernate.atlassian.net/projects/HHH/versions/32350</a></p>
<p>** Bug
* [HHH-18773] - Multiple selections of same alias triggers possible
non-threadsafe access to the session
* [HHH-18770] - NPE when using the JFR integration with JFR disabled
* [HHH-18764] - Class cast exception when using non basic type as
identifier and in an embedded field using a natural ID
* [HHH-18761] - named query method generation for <a
href="https://github.com/NamedQuery"><code>@NamedQuery</code></a> on
entity
* [HHH-18739] - Do not support join queries when using Mysql
* [HHH-18730] - Multi-column association in aggregate component doesn't
work
* [HHH-18720] - Type check on select columns in union all gives
SemanticException when there is a null column
* [HHH-18719] - Previous row state reuse can provide detached entities
to the consumer
* [HHH-18713] - saveOrUpdate changed behaviour with bytecode enhancer
* [HHH-18712] - Warning about attempts to update an immutable entity for
normal (not immutable) entity
* [HHH-18702] - Exception using <a
href="https://github.com/EmbeddedId"><code>@EmbeddedId</code></a> with
<a href="https://github.com/OneToMany"><code>@OneToMany</code></a> that
refers to an alternate key column
* [HHH-18699] - Correctly handle <a
href="https://github.com/Id"><code>@Id</code></a> and <a
href="https://github.com/Version"><code>@Version</code></a> fields in
query validation in Hibernate Processor
* [HHH-18697] - JPA 3.2 spec compliance for uppercasing of names in
Hibernate Processor
* [HHH-18696] - <a
href="https://github.com/Find"><code>@Find</code></a> method for single
<a href="https://github.com/NaturalId"><code>@NaturalId</code></a>
field
* [HHH-18692] - Hibernate attempts to close batched statements multiple
times
* [HHH-18681] - InterpretationException executing subquery in case-when
: o.h.query.sqm.tree.select.SqmSelection.getExpressible() is null
* [HHH-18675] - Self-referencing many-to-many relation on generic entity
gives NullPointerException in mapping
* [HHH-18669] - NullPointerException in the AgroalConnectionProvider
* [HHH-18667] - Annotation processor leaks - OOME when used in Eclipse
IDE
* [HHH-18658] - Inner join prevents finding an entity instance
referencing an empty map
* [HHH-18645] - AssertionError in
AbstractBatchEntitySelectFetchInitializer#registerToBatchFetchQueue
* [HHH-18642] - DB2: select from new table with identity column not
working when missing read permission
* [HHH-18635] - Avoid using <code>bigdatetime</code> column type on
Sybase jconn when not necessary
* [HHH-18632] - Concurrency issue with
AbstractEntityPersister#nonLazyPropertyLoadPlansByName
* [HHH-18631] - AssertionError when loading an entity after removing
another, associated entity
* [HHH-18628] - Regression: Unable to determine TableReference
* [HHH-18617] - Fetching unowned side of bidirectional OneToOne mappings
including tenant identifier triggers EntityFilteredException
* [HHH-18614] - TransientObjectException: session.update() does not save
new entities in OneToMany relation when using bytecode enhancement
* [HHH-18608] - NPE in
EntityInitializerImpl.resolveInstanceSubInitializers
* [HHH-18596] - ValueHandlingMode hack in query pagination
* [HHH-18582] - Mapping array of arrays with <a
href="https://github.com/JdbcTypeCode"><code>@JdbcTypeCode</code></a>(SqlTypes.ARRAY)
causes NPE
* [HHH-18575] - IN predicate with numeric/decimal parameter types leads
to Binding is multi-valued; illegal call to #getBindValue
* [HHH-18564] - Literal expressions using AttributeConverters stopped
working in hibernate 6
* [HHH-18551] - Memory leak caused by
AbstractArrayJavaType#getRecommendedJdbcType
* [HHH-18515] - Unrecognized discriminator value exception when running
native query on entity with discriminator column
* [HHH-18513] - Session Metrics for pre-partial-flushes are wrong
* [HHH-18500] - Gradle plugin crashes on module-info when extended
enhancement is set
* [HHH-18494] - UnknownTableReferenceException in native query with
placeholder when entity contains a to-one with a join table
* [HHH-18491] - Resuming null transaction in JtaIsolationDelegate
* [HHH-18471] - Since 6.2.2 Dialect SybaseAnywhereDialect does not
render table names in the selection query
* [HHH-18450] - Inconsistent "SELECT 1" versus "SELECT
?1" with result type Object[]
* [HHH-18409] - In 6.5.2.Final, byte[] instance variables annotated with
<a href="https://github.com/NaturalId"><code>@NaturalId</code></a>
cannot be found with a natural ID query (regression from Hibernate
5.6.15.Final)
* [HHH-18389] - <code>merge()</code> with <code>orphanRemoval =
true</code> leads to "HibernateException: A collection with
cascade="all-delete-orphan" was no longer referenced by the
owning entity instance"
* [HHH-18321] - SqlTreeCreationException when using sum/diff with
coalesce on properties of embeddable component</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/2366b1066ee01ea1aefd2019baffb3337e2df042"><code>2366b10</code></a>
Pre-steps for release : <code>6.6.2.Final</code></li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/faebabd1f703ed235fdfa67ddfea94b5a046ae91"><code>faebabd</code></a>
HHH-16572 - Skip enhancement for PROPERTY attributes with mismatched
field an...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/ab9e67176177cdb457c4c06d0003d1d151dfe354"><code>ab9e671</code></a>
HHH-18564 Handle attribute converters for query literals</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/6017ae4c69ea1f4e457167f3dcecd1e6ff16470f"><code>6017ae4</code></a>
HHH-18564 Add test for issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/3c8214f365fbfe1877c03c26fb4a50d19aa6d91e"><code>3c8214f</code></a>
HHH-18770 Check if the monitoring event was null</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/f58d5af27ab58f60a8547d3eb8c656fdb752dde3"><code>f58d5af</code></a>
HHH-18770 Check if the monitoring event was null</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/bdc44dbf4c83341480a2876d0e7f325fc0dadee0"><code>bdc44db</code></a>
HHH-18770 test with the jfr module on the classpath but jfr
disabled</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/6584eb3d53c32ed041d40a17a9b1ed169e2ee347"><code>6584eb3</code></a>
HHH-18764 Fix incorrect type resolution in ManyToOneType dirty
check</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5328e83e035808fc67bcfa684864deed900ef410"><code>5328e83</code></a>
Fix upload of Devbelocity build scans</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/8e305582a7420604fc334a376dc7d17b32036005"><code>8e30558</code></a>
Fix upload of Develocity build scans</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/6.6.1...6.6.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-envers` from 6.6.1.Final to
6.6.2.Final
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-envers's
releases</a>.</em></p>
<blockquote>
<h1>Hibernate ORM 6.6.2.Final released</h1>
<p>Today, we published a new maintenance release of Hibernate ORM 6.6:
6.6.2.Final.</p>
<h2>What's new</h2>
<p>This release introduces a few minor improvements as well as bug
fixes.</p>
<p>You can find the full list of 6.6.2.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.2">here</a>.</p>
<h2>Conclusion</h2>
<p>For additional details, see:</p>
<ul>
<li>the <a href="https://hibernate.org/orm/releases/6.6/">release
page</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/migration-guide/migration-guide.html">Migration
Guide</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/introduction/html_single/Hibernate_Introduction.html">Introduction
Guide</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/userguide/html_single/Hibernate_User_Guide.html">User
Guide</a></li>
</ul>
<p>See also the following resources related to supported APIs:</p>
<ul>
<li>the <a
href="https://hibernate.org/community/compatibility-policy/">compatibility
policy</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/incubating/incubating.txt">incubating
API report</a> (<code>@Incubating</code>)</li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/deprecated/deprecated.txt">deprecated
API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/internals/internal.txt">internal
API report</a> (internal packages, <code>@internal</code>)</li>
</ul>
<p>Visit the <a href="https://hibernate.org/community/">website</a> for
details on getting in touch with us.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/blob/6.6.2/changelog.txt">org.hibernate.orm:hibernate-envers's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 6.6.2.Final (November 07, 2024)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/32350">https://hibernate.atlassian.net/projects/HHH/versions/32350</a></p>
<p>** Bug
* [HHH-18773] - Multiple selections of same alias triggers possible
non-threadsafe access to the session
* [HHH-18770] - NPE when using the JFR integration with JFR disabled
* [HHH-18764] - Class cast exception when using non basic type as
identifier and in an embedded field using a natural ID
* [HHH-18761] - named query method generation for <a
href="https://github.com/NamedQuery"><code>@NamedQuery</code></a> on
entity
* [HHH-18739] - Do not support join queries when using Mysql
* [HHH-18730] - Multi-column association in aggregate component doesn't
work
* [HHH-18720] - Type check on select columns in union all gives
SemanticException when there is a null column
* [HHH-18719] - Previous row state reuse can provide detached entities
to the consumer
* [HHH-18713] - saveOrUpdate changed behaviour with bytecode enhancer
* [HHH-18712] - Warning about attempts to update an immutable entity for
normal (not immutable) entity
* [HHH-18702] - Exception using <a
href="https://github.com/EmbeddedId"><code>@EmbeddedId</code></a> with
<a href="https://github.com/OneToMany"><code>@OneToMany</code></a> that
refers to an alternate key column
* [HHH-18699] - Correctly handle <a
href="https://github.com/Id"><code>@Id</code></a> and <a
href="https://github.com/Version"><code>@Version</code></a> fields in
query validation in Hibernate Processor
* [HHH-18697] - JPA 3.2 spec compliance for uppercasing of names in
Hibernate Processor
* [HHH-18696] - <a
href="https://github.com/Find"><code>@Find</code></a> method for single
<a href="https://github.com/NaturalId"><code>@NaturalId</code></a>
field
* [HHH-18692] - Hibernate attempts to close batched statements multiple
times
* [HHH-18681] - InterpretationException executing subquery in case-when
: o.h.query.sqm.tree.select.SqmSelection.getExpressible() is null
* [HHH-18675] - Self-referencing many-to-many relation on generic entity
gives NullPointerException in mapping
* [HHH-18669] - NullPointerException in the AgroalConnectionProvider
* [HHH-18667] - Annotation processor leaks - OOME when used in Eclipse
IDE
* [HHH-18658] - Inner join prevents finding an entity instance
referencing an empty map
* [HHH-18645] - AssertionError in
AbstractBatchEntitySelectFetchInitializer#registerToBatchFetchQueue
* [HHH-18642] - DB2: select from new table with identity column not
working when missing read permission
* [HHH-18635] - Avoid using <code>bigdatetime</code> column type on
Sybase jconn when not necessary
* [HHH-18632] - Concurrency issue with
AbstractEntityPersister#nonLazyPropertyLoadPlansByName
* [HHH-18631] - AssertionError when loading an entity after removing
another, associated entity
* [HHH-18628] - Regression: Unable to determine TableReference
* [HHH-18617] - Fetching unowned side of bidirectional OneToOne mappings
including tenant identifier triggers EntityFilteredException
* [HHH-18614] - TransientObjectException: session.update() does not save
new entities in OneToMany relation when using bytecode enhancement
* [HHH-18608] - NPE in
EntityInitializerImpl.resolveInstanceSubInitializers
* [HHH-18596] - ValueHandlingMode hack in query pagination
* [HHH-18582] - Mapping array of arrays with <a
href="https://github.com/JdbcTypeCode"><code>@JdbcTypeCode</code></a>(SqlTypes.ARRAY)
causes NPE
* [HHH-18575] - IN predicate with numeric/decimal parameter types leads
to Binding is multi-valued; illegal call to #getBindValue
* [HHH-18564] - Literal expressions using AttributeConverters stopped
working in hibernate 6
* [HHH-18551] - Memory leak caused by
AbstractArrayJavaType#getRecommendedJdbcType
* [HHH-18515] - Unrecognized discriminator value exception when running
native query on entity with discriminator column
* [HHH-18513] - Session Metrics for pre-partial-flushes are wrong
* [HHH-18500] - Gradle plugin crashes on module-info when extended
enhancement is set
* [HHH-18494] - UnknownTableReferenceException in native query with
placeholder when entity contains a to-one with a join table
* [HHH-18491] - Resuming null transaction in JtaIsolationDelegate
* [HHH-18471] - Since 6.2.2 Dialect SybaseAnywhereDialect does not
render table names in the selection query
* [HHH-18450] - Inconsistent "SELECT 1" versus "SELECT
?1" with result type Object[]
* [HHH-18409] - In 6.5.2.Final, byte[] instance variables annotated with
<a href="https://github.com/NaturalId"><code>@NaturalId</code></a>
cannot be found with a natural ID query (regression from Hibernate
5.6.15.Final)
* [HHH-18389] - <code>merge()</code> with <code>orphanRemoval =
true</code> leads to "HibernateException: A collection with
cascade="all-delete-orphan" was no longer referenced by the
owning entity instance"
* [HHH-18321] - SqlTreeCreationException when using sum/diff with
coalesce on properties of embeddable component</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/2366b1066ee01ea1aefd2019baffb3337e2df042"><code>2366b10</code></a>
Pre-steps for release : <code>6.6.2.Final</code></li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/faebabd1f703ed235fdfa67ddfea94b5a046ae91"><code>faebabd</code></a>
HHH-16572 - Skip enhancement for PROPERTY attributes with mismatched
field an...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/ab9e67176177cdb457c4c06d0003d1d151dfe354"><code>ab9e671</code></a>
HHH-18564 Handle attribute converters for query literals</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/6017ae4c69ea1f4e457167f3dcecd1e6ff16470f"><code>6017ae4</code></a>
HHH-18564 Add test for issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/3c8214f365fbfe1877c03c26fb4a50d19aa6d91e"><code>3c8214f</code></a>
HHH-18770 Check if the monitoring event was null</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/f58d5af27ab58f60a8547d3eb8c656fdb752dde3"><code>f58d5af</code></a>
HHH-18770 Check if the monitoring event was null</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/bdc44dbf4c83341480a2876d0e7f325fc0dadee0"><code>bdc44db</code></a>
HHH-18770 test with the jfr module on the classpath but jfr
disabled</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/6584eb3d53c32ed041d40a17a9b1ed169e2ee347"><code>6584eb3</code></a>
HHH-18764 Fix incorrect type resolution in ManyToOneType dirty
check</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5328e83e035808fc67bcfa684864deed900ef410"><code>5328e83</code></a>
Fix upload of Devbelocity build scans</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/8e305582a7420604fc334a376dc7d17b32036005"><code>8e30558</code></a>
Fix upload of Develocity build scans</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/6.6.1...6.6.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-c3p0` from 6.6.1.Final to
6.6.2.Final
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-c3p0's
releases</a>.</em></p>
<blockquote>
<h1>Hibernate ORM 6.6.2.Final released</h1>
<p>Today, we published a new maintenance release of Hibernate ORM 6.6:
6.6.2.Final.</p>
<h2>What's new</h2>
<p>This release introduces a few minor improvements as well as bug
fixes.</p>
<p>You can find the full list of 6.6.2.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.2">here</a>.</p>
<h2>Conclusion</h2>
<p>For additional details, see:</p>
<ul>
<li>the <a href="https://hibernate.org/orm/releases/6.6/">release
page</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/migration-guide/migration-guide.html">Migration
Guide</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/introduction/html_single/Hibernate_Introduction.html">Introduction
Guide</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/userguide/html_single/Hibernate_User_Guide.html">User
Guide</a></li>
</ul>
<p>See also the following resources related to supported APIs:</p>
<ul>
<li>the <a
href="https://hibernate.org/community/compatibility-policy/">compatibility
policy</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/incubating/incubating.txt">incubating
API report</a> (<code>@Incubating</code>)</li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/deprecated/deprecated.txt">deprecated
API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/internals/internal.txt">internal
API report</a> (internal packages, <code>@internal</code>)</li>
</ul>
<p>Visit the <a href="https://hibernate.org/community/">website</a> for
details on getting in touch with us.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/blob/6.6.2/changelog.txt">org.hibernate.orm:hibernate-c3p0's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 6.6.2.Final (November 07, 2024)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/32350">https://hibernate.atlassian.net/projects/HHH/versions/32350</a></p>
<p>** Bug
* [HHH-18773] - Multiple selections of same alias triggers possible
non-threadsafe access to the session
* [HHH-18770] - NPE when using the JFR integration with JFR disabled
* [HHH-18764] - Class cast exception when using non basic type as
identifier and in an embedded field using a natural ID
* [HHH-18761] - named query method generation for <a
href="https://github.com/NamedQuery"><code>@NamedQuery</code></a> on
entity
* [HHH-18739] - Do not support join queries when using Mysql
* [HHH-18730] - Multi-column association in aggregate component doesn't
work
* [HHH-18720] - Type check on select columns in union all gives
SemanticException when there is a null column
* [HHH-18719] - Previous row state reuse can provide detached entities
to the consumer
* [HHH-18713] - saveOrUpdate changed behaviour with bytecode enhancer
* [HHH-18712] - Warning about attempts to update an immutable entity for
normal (not immutable) entity
* [HHH-18702] - Exception using <a
href="https://github.com/EmbeddedId"><code>@EmbeddedId</code></a> with
<a href="https://github.com/OneToMany"><code>@OneToMany</code></a> that
refers to an alternate key column
* [HHH-18699] - Correctly handle <a
href="https://github.com/Id"><code>@Id</code></a> and <a
href="https://github.com/Version"><code>@Version</code></a> fields in
query validation in Hibernate Processor
* [HHH-18697] - JPA 3.2 spec compliance for uppercasing of names in
Hibernate Processor
* [HHH-18696] - <a
href="https://github.com/Find"><code>@Find</code></a> method for single
<a href="https://github.com/NaturalId"><code>@NaturalId</code></a>
field
* [HHH-18692] - Hibernate attempts to close batched statements multiple
times
* [HHH-18681] - InterpretationException executing subquery in case-when
: o.h.query.sqm.tree.select.SqmSelection.getExpressible() is null
* [HHH-18675] - Self-referencing many-to-many relation on generic entity
gives NullPointerException in mapping
* [HHH-18669] - NullPointerException in the AgroalConnectionProvider
* [HHH-18667] - Annotation processor leaks - OOME when used in Eclipse
IDE
* [HHH-18658] - Inner join prevents finding an entity instance
referencing an empty map
* [HHH-18645] - AssertionError in
AbstractBatchEntitySelectFetchInitializer#registerToBatchFetchQueue
* [HHH-18642] - DB2: select from new table with identity column not
working when missing read permission
* [HHH-18635] - Avoid using <code>bigdatetime</code> column type on
Sybase jconn when not necessary
* [HHH-18632] - Concurrency issue with
AbstractEntityPersister#nonLazyPropertyLoadPlansByName
* [HHH-18631] - AssertionError when loading an entity after removing
another, associated entity
* [HHH-18628] - Regression: Unable to determine TableReference
* [HHH-18617] - Fetching unowned side of bidirectional OneToOne mappings
including tenant identifier triggers EntityFilteredException
* [HHH-18614] - TransientObjectException: session.update() does not save
new entities in OneToMany relation when using bytecode enhancement
* [HHH-18608] - NPE in
EntityInitializerImpl.resolveInstanceSubInitializers
* [HHH-18596] - ValueHandlingMode hack in query pagination
* [HHH-18582] - Mapping array of arrays with <a
href="https://github.com/JdbcTypeCode"><code>@JdbcTypeCode</code></a>(SqlTypes.ARRAY)
causes NPE
* [HHH-18575] - IN predicate with numeric/decimal parameter types leads
to Binding is multi-valued; illegal call to #getBindValue
* [HHH-18564] - Literal expressions using AttributeConverters stopped
working in hibernate 6
* [HHH-18551] - Memory leak caused by
AbstractArrayJavaType#getRecommendedJdbcType
* [HHH-18515] - Unrecognized discriminator value exception when running
native query on entity with discriminator column
* [HHH-18513] - Session Metrics for pre-partial-flushes are wrong
* [HHH-18500] - Gradle plugin crashes on module-info when extended
enhancement is set
* [HHH-18494] - UnknownTableReferenceException in native query with
placeholder when entity contains a to-one with a join table
* [HHH-18491] - Resuming null transaction in JtaIsolationDelegate
* [HHH-18471] - Since 6.2.2 Dialect SybaseAnywhereDialect does not
render table names in the selection query
* [HHH-18450] - Inconsistent "SELECT 1" versus "SELECT
?1" with result type Object[]
* [HHH-18409] - In 6.5.2.Final, byte[] instance variables annotated with
<a href="https://github.com/NaturalId"><code>@NaturalId</code></a>
cannot be found with a natural ID query (regression from Hibernate
5.6.15.Final)
* [HHH-18389] - <code>merge()</code> with <code>orphanRemoval =
true</code> leads to "HibernateException: A collection with
cascade="all-delete-orphan" was no longer referenced by the
owning entity instance"
* [HHH-18321] - SqlTreeCreationException when using sum/diff with
coalesce on properties of embeddable component</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/2366b1066ee01ea1aefd2019baffb3337e2df042"><code>2366b10</code></a>
Pre-steps for release : <code>6.6.2.Final</code></li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/faebabd1f703ed235fdfa67ddfea94b5a046ae91"><code>faebabd</code></a>
HHH-16572 - Skip enhancement for PROPERTY attributes with mismatched
field an...</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/ab9e67176177cdb457c4c06d0003d1d151dfe354"><code>ab9e671</code></a>
HHH-18564 Handle attribute converters for query literals</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/6017ae4c69ea1f4e457167f3dcecd1e6ff16470f"><code>6017ae4</code></a>
HHH-18564 Add test for issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/3c8214f365fbfe1877c03c26fb4a50d19aa6d91e"><code>3c8214f</code></a>
HHH-18770 Check if the monitoring event was null</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/f58d5af27ab58f60a8547d3eb8c656fdb752dde3"><code>f58d5af</code></a>
HHH-18770 Check if the monitoring event was null</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/bdc44dbf4c83341480a2876d0e7f325fc0dadee0"><code>bdc44db</code></a>
HHH-18770 test with the jfr module on the classpath but jfr
disabled</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/6584eb3d53c32ed041d40a17a9b1ed169e2ee347"><code>6584eb3</code></a>
HHH-18764 Fix incorrect type resolution in ManyToOneType dirty
check</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/5328e83e035808fc67bcfa684864deed900ef410"><code>5328e83</code></a>
Fix upload of Devbelocity build scans</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/8e305582a7420604fc334a376dc7d17b32036005"><code>8e30558</code></a>
Fix upload of Develocity build scans</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/6.6.1...6.6.2">compare
view</a></li>
</ul>
</details>
<br />
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 <dependency name> 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)
</details>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments