Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-6361

Bump hibernate-orm.version from 6.6.15.Final to 6.6.16.Final

XMLWordPrintable

    • Icon: Component Upgrade Component Upgrade
    • Resolution: Done-Errata
    • Icon: Major Major
    • 3.20.2.GA
    • None
    • team/eng
    • None

      Bumps `hibernate-orm.version` from 6.6.15.Final to 6.6.16.Final.
      Updates `org.hibernate.orm:hibernate-core` from 6.6.15.Final to 6.6.16.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.16.Final released</h1>
      <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.16.Final.</p>
      <p>You can find the full list of 6.6.16.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.16">here</a>.</p>
      <h2>What's new</h2>
      <p>This release introduces a few minor improvements as well as bug fixes.</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.16/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p>
      <blockquote>
      <h2>Changes in 6.6.16.Final (May 25, 2025)</h2>
      <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/33606">https://hibernate.atlassian.net/projects/HHH/versions/33606</a></p>
      <p>** Bug

      • [HHH-19477] - ConnectionReleaseMode.AFTER_STATEMENT ineffective due to missing connection release
      • [HHH-19473] - Bytecode enhancement incorrectly generates code for Bidirectional Generic Entities
      • [HHH-19472] - Native query "SELECT 1" with result type Object[] return singular object
      • [HHH-19387] - AssertionError in EntityInitializerImpl data.concreteDescriptor is null
      • [HHH-19372] - AccessOptimizer.setPropertyValues() and getPropertyValues() error with entity hierarchy.
      • [HHH-19369] - Entity hierarchy ordering error within metamodel building with enhancement
      • [HHH-19207] - JPA OrderBy annotated relation not ordered when using entity graph with criteria api
      • [HHH-18813] - DML update of secondary table column fails</p>
        </blockquote>
        </details>
        <details>
        <summary>Commits</summary>
        <ul>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/f047e5337612cb88c1e003776b3b09935ebc891d"><code>f047e53</code></a> Pre-steps for release : <code>6.6.16.Final</code></li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/0df5f6f708d5280663f0115e5ac9826ed19f1ca1"><code>0df5f6f</code></a> HHH-19207 - fix the codestyle issues</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/215f7c995ba532e26dc3a98c7a83495701397ae3"><code>215f7c9</code></a> HHH-19207 - propose solution</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/38ba36cab164dc1bb88dc095341ab326f1e0df21"><code>38ba36c</code></a> HHH-19207 - create unit test to reproduce</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/8bfec206c1a8efe0773a0fe9efdd11e9f6ff9615"><code>8bfec20</code></a> HHH-19477 Add missing JdbcCoordinator#afterStatement calls to enable aggressi...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/c2034b316aa6fa36200da64cbe82487ff8450452"><code>c2034b3</code></a> HHH-19477 Test aggressive release mode for HQL queries</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/1866e3de9b7c38914d4ca37ce0901ff020e67b3a"><code>1866e3d</code></a> Make bytecode test engine backwards compatible with older JUnit versions</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/32a8348497203de2e29446ed52055020afd1e9de"><code>32a8348</code></a> Make bytecode test engine backwards compatible with older JUnit versions</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/e7bcbb4206213d05cc19f8e2c6e33000ec56a27e"><code>e7bcbb4</code></a> HHH-19372 Test and fix IAE for AccessOptimizer bridge superclasses</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/2852852a99da6d7626a2cdc40e3ea55aa7ef6de9"><code>2852852</code></a> HHH-19369 Add test for issue</li>
        <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.15...6.6.16">compare view</a></li>
        </ul>
        </details>
        <br />

      Updates `org.hibernate.orm:hibernate-graalvm` from 6.6.15.Final to 6.6.16.Final
      <details>
      <summary>Release notes</summary>
      <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-graalvm's releases</a>.</em></p>
      <blockquote>
      <h1>Hibernate ORM 6.6.16.Final released</h1>
      <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.16.Final.</p>
      <p>You can find the full list of 6.6.16.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.16">here</a>.</p>
      <h2>What's new</h2>
      <p>This release introduces a few minor improvements as well as bug fixes.</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.16/changelog.txt">org.hibernate.orm:hibernate-graalvm's changelog</a>.</em></p>
      <blockquote>
      <h2>Changes in 6.6.16.Final (May 25, 2025)</h2>
      <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/33606">https://hibernate.atlassian.net/projects/HHH/versions/33606</a></p>
      <p>** Bug

      • [HHH-19477] - ConnectionReleaseMode.AFTER_STATEMENT ineffective due to missing connection release
      • [HHH-19473] - Bytecode enhancement incorrectly generates code for Bidirectional Generic Entities
      • [HHH-19472] - Native query "SELECT 1" with result type Object[] return singular object
      • [HHH-19387] - AssertionError in EntityInitializerImpl data.concreteDescriptor is null
      • [HHH-19372] - AccessOptimizer.setPropertyValues() and getPropertyValues() error with entity hierarchy.
      • [HHH-19369] - Entity hierarchy ordering error within metamodel building with enhancement
      • [HHH-19207] - JPA OrderBy annotated relation not ordered when using entity graph with criteria api
      • [HHH-18813] - DML update of secondary table column fails</p>
        </blockquote>
        </details>
        <details>
        <summary>Commits</summary>
        <ul>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/f047e5337612cb88c1e003776b3b09935ebc891d"><code>f047e53</code></a> Pre-steps for release : <code>6.6.16.Final</code></li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/0df5f6f708d5280663f0115e5ac9826ed19f1ca1"><code>0df5f6f</code></a> HHH-19207 - fix the codestyle issues</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/215f7c995ba532e26dc3a98c7a83495701397ae3"><code>215f7c9</code></a> HHH-19207 - propose solution</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/38ba36cab164dc1bb88dc095341ab326f1e0df21"><code>38ba36c</code></a> HHH-19207 - create unit test to reproduce</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/8bfec206c1a8efe0773a0fe9efdd11e9f6ff9615"><code>8bfec20</code></a> HHH-19477 Add missing JdbcCoordinator#afterStatement calls to enable aggressi...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/c2034b316aa6fa36200da64cbe82487ff8450452"><code>c2034b3</code></a> HHH-19477 Test aggressive release mode for HQL queries</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/1866e3de9b7c38914d4ca37ce0901ff020e67b3a"><code>1866e3d</code></a> Make bytecode test engine backwards compatible with older JUnit versions</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/32a8348497203de2e29446ed52055020afd1e9de"><code>32a8348</code></a> Make bytecode test engine backwards compatible with older JUnit versions</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/e7bcbb4206213d05cc19f8e2c6e33000ec56a27e"><code>e7bcbb4</code></a> HHH-19372 Test and fix IAE for AccessOptimizer bridge superclasses</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/2852852a99da6d7626a2cdc40e3ea55aa7ef6de9"><code>2852852</code></a> HHH-19369 Add test for issue</li>
        <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.15...6.6.16">compare view</a></li>
        </ul>
        </details>
        <br />

      Updates `org.hibernate.orm:hibernate-envers` from 6.6.15.Final to 6.6.16.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.16.Final released</h1>
      <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.16.Final.</p>
      <p>You can find the full list of 6.6.16.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.16">here</a>.</p>
      <h2>What's new</h2>
      <p>This release introduces a few minor improvements as well as bug fixes.</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.16/changelog.txt">org.hibernate.orm:hibernate-envers's changelog</a>.</em></p>
      <blockquote>
      <h2>Changes in 6.6.16.Final (May 25, 2025)</h2>
      <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/33606">https://hibernate.atlassian.net/projects/HHH/versions/33606</a></p>
      <p>** Bug

      • [HHH-19477] - ConnectionReleaseMode.AFTER_STATEMENT ineffective due to missing connection release
      • [HHH-19473] - Bytecode enhancement incorrectly generates code for Bidirectional Generic Entities
      • [HHH-19472] - Native query "SELECT 1" with result type Object[] return singular object
      • [HHH-19387] - AssertionError in EntityInitializerImpl data.concreteDescriptor is null
      • [HHH-19372] - AccessOptimizer.setPropertyValues() and getPropertyValues() error with entity hierarchy.
      • [HHH-19369] - Entity hierarchy ordering error within metamodel building with enhancement
      • [HHH-19207] - JPA OrderBy annotated relation not ordered when using entity graph with criteria api
      • [HHH-18813] - DML update of secondary table column fails</p>
        </blockquote>
        </details>
        <details>
        <summary>Commits</summary>
        <ul>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/f047e5337612cb88c1e003776b3b09935ebc891d"><code>f047e53</code></a> Pre-steps for release : <code>6.6.16.Final</code></li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/0df5f6f708d5280663f0115e5ac9826ed19f1ca1"><code>0df5f6f</code></a> HHH-19207 - fix the codestyle issues</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/215f7c995ba532e26dc3a98c7a83495701397ae3"><code>215f7c9</code></a> HHH-19207 - propose solution</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/38ba36cab164dc1bb88dc095341ab326f1e0df21"><code>38ba36c</code></a> HHH-19207 - create unit test to reproduce</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/8bfec206c1a8efe0773a0fe9efdd11e9f6ff9615"><code>8bfec20</code></a> HHH-19477 Add missing JdbcCoordinator#afterStatement calls to enable aggressi...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/c2034b316aa6fa36200da64cbe82487ff8450452"><code>c2034b3</code></a> HHH-19477 Test aggressive release mode for HQL queries</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/1866e3de9b7c38914d4ca37ce0901ff020e67b3a"><code>1866e3d</code></a> Make bytecode test engine backwards compatible with older JUnit versions</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/32a8348497203de2e29446ed52055020afd1e9de"><code>32a8348</code></a> Make bytecode test engine backwards compatible with older JUnit versions</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/e7bcbb4206213d05cc19f8e2c6e33000ec56a27e"><code>e7bcbb4</code></a> HHH-19372 Test and fix IAE for AccessOptimizer bridge superclasses</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/2852852a99da6d7626a2cdc40e3ea55aa7ef6de9"><code>2852852</code></a> HHH-19369 Add test for issue</li>
        <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.15...6.6.16">compare view</a></li>
        </ul>
        </details>
        <br />

      Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.6.15.Final to 6.6.16.Final
      <details>
      <summary>Release notes</summary>
      <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-jpamodelgen's releases</a>.</em></p>
      <blockquote>
      <h1>Hibernate ORM 6.6.16.Final released</h1>
      <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.16.Final.</p>
      <p>You can find the full list of 6.6.16.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.16">here</a>.</p>
      <h2>What's new</h2>
      <p>This release introduces a few minor improvements as well as bug fixes.</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.16/changelog.txt">org.hibernate.orm:hibernate-jpamodelgen's changelog</a>.</em></p>
      <blockquote>
      <h2>Changes in 6.6.16.Final (May 25, 2025)</h2>
      <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/33606">https://hibernate.atlassian.net/projects/HHH/versions/33606</a></p>
      <p>** Bug

      • [HHH-19477] - ConnectionReleaseMode.AFTER_STATEMENT ineffective due to missing connection release
      • [HHH-19473] - Bytecode enhancement incorrectly generates code for Bidirectional Generic Entities
      • [HHH-19472] - Native query "SELECT 1" with result type Object[] return singular object
      • [HHH-19387] - AssertionError in EntityInitializerImpl data.concreteDescriptor is null
      • [HHH-19372] - AccessOptimizer.setPropertyValues() and getPropertyValues() error with entity hierarchy.
      • [HHH-19369] - Entity hierarchy ordering error within metamodel building with enhancement
      • [HHH-19207] - JPA OrderBy annotated relation not ordered when using entity graph with criteria api
      • [HHH-18813] - DML update of secondary table column fails</p>
        </blockquote>
        </details>
        <details>
        <summary>Commits</summary>
        <ul>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/f047e5337612cb88c1e003776b3b09935ebc891d"><code>f047e53</code></a> Pre-steps for release : <code>6.6.16.Final</code></li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/0df5f6f708d5280663f0115e5ac9826ed19f1ca1"><code>0df5f6f</code></a> HHH-19207 - fix the codestyle issues</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/215f7c995ba532e26dc3a98c7a83495701397ae3"><code>215f7c9</code></a> HHH-19207 - propose solution</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/38ba36cab164dc1bb88dc095341ab326f1e0df21"><code>38ba36c</code></a> HHH-19207 - create unit test to reproduce</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/8bfec206c1a8efe0773a0fe9efdd11e9f6ff9615"><code>8bfec20</code></a> HHH-19477 Add missing JdbcCoordinator#afterStatement calls to enable aggressi...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/c2034b316aa6fa36200da64cbe82487ff8450452"><code>c2034b3</code></a> HHH-19477 Test aggressive release mode for HQL queries</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/1866e3de9b7c38914d4ca37ce0901ff020e67b3a"><code>1866e3d</code></a> Make bytecode test engine backwards compatible with older JUnit versions</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/32a8348497203de2e29446ed52055020afd1e9de"><code>32a8348</code></a> Make bytecode test engine backwards compatible with older JUnit versions</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/e7bcbb4206213d05cc19f8e2c6e33000ec56a27e"><code>e7bcbb4</code></a> HHH-19372 Test and fix IAE for AccessOptimizer bridge superclasses</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/2852852a99da6d7626a2cdc40e3ea55aa7ef6de9"><code>2852852</code></a> HHH-19369 Add test for issue</li>
        <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.15...6.6.16">compare view</a></li>
        </ul>
        </details>
        <br />

      Updates `org.hibernate:hibernate-jpamodelgen` from 6.6.15.Final to 6.6.16.Final
      <details>
      <summary>Release notes</summary>
      <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate:hibernate-jpamodelgen's releases</a>.</em></p>
      <blockquote>
      <h1>Hibernate ORM 6.6.16.Final released</h1>
      <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.16.Final.</p>
      <p>You can find the full list of 6.6.16.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.16">here</a>.</p>
      <h2>What's new</h2>
      <p>This release introduces a few minor improvements as well as bug fixes.</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.16/changelog.txt">org.hibernate:hibernate-jpamodelgen's changelog</a>.</em></p>
      <blockquote>
      <h2>Changes in 6.6.16.Final (May 25, 2025)</h2>
      <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/33606">https://hibernate.atlassian.net/projects/HHH/versions/33606</a></p>
      <p>** Bug

      • [HHH-19477] - ConnectionReleaseMode.AFTER_STATEMENT ineffective due to missing connection release
      • [HHH-19473] - Bytecode enhancement incorrectly generates code for Bidirectional Generic Entities
      • [HHH-19472] - Native query "SELECT 1" with result type Object[] return singular object
      • [HHH-19387] - AssertionError in EntityInitializerImpl data.concreteDescriptor is null
      • [HHH-19372] - AccessOptimizer.setPropertyValues() and getPropertyValues() error with entity hierarchy.
      • [HHH-19369] - Entity hierarchy ordering error within metamodel building with enhancement
      • [HHH-19207] - JPA OrderBy annotated relation not ordered when using entity graph with criteria api
      • [HHH-18813] - DML update of secondary table column fails</p>
        </blockquote>
        </details>
        <details>
        <summary>Commits</summary>
        <ul>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/f047e5337612cb88c1e003776b3b09935ebc891d"><code>f047e53</code></a> Pre-steps for release : <code>6.6.16.Final</code></li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/0df5f6f708d5280663f0115e5ac9826ed19f1ca1"><code>0df5f6f</code></a> HHH-19207 - fix the codestyle issues</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/215f7c995ba532e26dc3a98c7a83495701397ae3"><code>215f7c9</code></a> HHH-19207 - propose solution</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/38ba36cab164dc1bb88dc095341ab326f1e0df21"><code>38ba36c</code></a> HHH-19207 - create unit test to reproduce</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/8bfec206c1a8efe0773a0fe9efdd11e9f6ff9615"><code>8bfec20</code></a> HHH-19477 Add missing JdbcCoordinator#afterStatement calls to enable aggressi...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/c2034b316aa6fa36200da64cbe82487ff8450452"><code>c2034b3</code></a> HHH-19477 Test aggressive release mode for HQL queries</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/1866e3de9b7c38914d4ca37ce0901ff020e67b3a"><code>1866e3d</code></a> Make bytecode test engine backwards compatible with older JUnit versions</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/32a8348497203de2e29446ed52055020afd1e9de"><code>32a8348</code></a> Make bytecode test engine backwards compatible with older JUnit versions</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/e7bcbb4206213d05cc19f8e2c6e33000ec56a27e"><code>e7bcbb4</code></a> HHH-19372 Test and fix IAE for AccessOptimizer bridge superclasses</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/2852852a99da6d7626a2cdc40e3ea55aa7ef6de9"><code>2852852</code></a> HHH-19369 Add test for issue</li>
        <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.15...6.6.16">compare view</a></li>
        </ul>
        </details>
        <br />

      Updates `org.hibernate.orm:hibernate-community-dialects` from 6.6.15.Final to 6.6.16.Final
      <details>
      <summary>Release notes</summary>
      <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-community-dialects's releases</a>.</em></p>
      <blockquote>
      <h1>Hibernate ORM 6.6.16.Final released</h1>
      <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.16.Final.</p>
      <p>You can find the full list of 6.6.16.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.16">here</a>.</p>
      <h2>What's new</h2>
      <p>This release introduces a few minor improvements as well as bug fixes.</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.16/changelog.txt">org.hibernate.orm:hibernate-community-dialects's changelog</a>.</em></p>
      <blockquote>
      <h2>Changes in 6.6.16.Final (May 25, 2025)</h2>
      <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/33606">https://hibernate.atlassian.net/projects/HHH/versions/33606</a></p>
      <p>** Bug

      • [HHH-19477] - ConnectionReleaseMode.AFTER_STATEMENT ineffective due to missing connection release
      • [HHH-19473] - Bytecode enhancement incorrectly generates code for Bidirectional Generic Entities
      • [HHH-19472] - Native query "SELECT 1" with result type Object[] return singular object
      • [HHH-19387] - AssertionError in EntityInitializerImpl data.concreteDescriptor is null
      • [HHH-19372] - AccessOptimizer.setPropertyValues() and getPropertyValues() error with entity hierarchy.
      • [HHH-19369] - Entity hierarchy ordering error within metamodel building with enhancement
      • [HHH-19207] - JPA OrderBy annotated relation not ordered when using entity graph with criteria api
      • [HHH-18813] - DML update of secondary table column fails</p>
        </blockquote>
        </details>
        <details>
        <summary>Commits</summary>
        <ul>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/f047e5337612cb88c1e003776b3b09935ebc891d"><code>f047e53</code></a> Pre-steps for release : <code>6.6.16.Final</code></li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/0df5f6f708d5280663f0115e5ac9826ed19f1ca1"><code>0df5f6f</code></a> HHH-19207 - fix the codestyle issues</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/215f7c995ba532e26dc3a98c7a83495701397ae3"><code>215f7c9</code></a> HHH-19207 - propose solution</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/38ba36cab164dc1bb88dc095341ab326f1e0df21"><code>38ba36c</code></a> HHH-19207 - create unit test to reproduce</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/8bfec206c1a8efe0773a0fe9efdd11e9f6ff9615"><code>8bfec20</code></a> HHH-19477 Add missing JdbcCoordinator#afterStatement calls to enable aggressi...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/c2034b316aa6fa36200da64cbe82487ff8450452"><code>c2034b3</code></a> HHH-19477 Test aggressive release mode for HQL queries</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/1866e3de9b7c38914d4ca37ce0901ff020e67b3a"><code>1866e3d</code></a> Make bytecode test engine backwards compatible with older JUnit versions</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/32a8348497203de2e29446ed52055020afd1e9de"><code>32a8348</code></a> Make bytecode test engine backwards compatible with older JUnit versions</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/e7bcbb4206213d05cc19f8e2c6e33000ec56a27e"><code>e7bcbb4</code></a> HHH-19372 Test and fix IAE for AccessOptimizer bridge superclasses</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/2852852a99da6d7626a2cdc40e3ea55aa7ef6de9"><code>2852852</code></a> HHH-19369 Add test for issue</li>
        <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.15...6.6.16">compare view</a></li>
        </ul>
        </details>
        <br />

      Updates `org.hibernate.orm:hibernate-vector` from 6.6.15.Final to 6.6.16.Final
      <details>
      <summary>Release notes</summary>
      <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-vector's releases</a>.</em></p>
      <blockquote>
      <h1>Hibernate ORM 6.6.16.Final released</h1>
      <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.16.Final.</p>
      <p>You can find the full list of 6.6.16.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.16">here</a>.</p>
      <h2>What's new</h2>
      <p>This release introduces a few minor improvements as well as bug fixes.</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.16/changelog.txt">org.hibernate.orm:hibernate-vector's changelog</a>.</em></p>
      <blockquote>
      <h2>Changes in 6.6.16.Final (May 25, 2025)</h2>
      <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/33606">https://hibernate.atlassian.net/projects/HHH/versions/33606</a></p>
      <p>** Bug

      • [HHH-19477] - ConnectionReleaseMode.AFTER_STATEMENT ineffective due to missing connection release
      • [HHH-19473] - Bytecode enhancement incorrectly generates code for Bidirectional Generic Entities
      • [HHH-19472] - Native query "SELECT 1" with result type Object[] return singular object
      • [HHH-19387] - AssertionError in EntityInitializerImpl data.concreteDescriptor is null
      • [HHH-19372] - AccessOptimizer.setPropertyValues() and getPropertyValues() error with entity hierarchy.
      • [HHH-19369] - Entity hierarchy ordering error within metamodel building with enhancement
      • [HHH-19207] - JPA OrderBy annotated relation not ordered when using entity graph with criteria api
      • [HHH-18813] - DML update of secondary table column fails</p>
        </blockquote>
        </details>
        <details>
        <summary>Commits</summary>
        <ul>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/f047e5337612cb88c1e003776b3b09935ebc891d"><code>f047e53</code></a> Pre-steps for release : <code>6.6.16.Final</code></li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/0df5f6f708d5280663f0115e5ac9826ed19f1ca1"><code>0df5f6f</code></a> HHH-19207 - fix the codestyle issues</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/215f7c995ba532e26dc3a98c7a83495701397ae3"><code>215f7c9</code></a> HHH-19207 - propose solution</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/38ba36cab164dc1bb88dc095341ab326f1e0df21"><code>38ba36c</code></a> HHH-19207 - create unit test to reproduce</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/8bfec206c1a8efe0773a0fe9efdd11e9f6ff9615"><code>8bfec20</code></a> HHH-19477 Add missing JdbcCoordinator#afterStatement calls to enable aggressi...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/c2034b316aa6fa36200da64cbe82487ff8450452"><code>c2034b3</code></a> HHH-19477 Test aggressive release mode for HQL queries</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/1866e3de9b7c38914d4ca37ce0901ff020e67b3a"><code>1866e3d</code></a> Make bytecode test engine backwards compatible with older JUnit versions</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/32a8348497203de2e29446ed52055020afd1e9de"><code>32a8348</code></a> Make bytecode test engine backwards compatible with older JUnit versions</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/e7bcbb4206213d05cc19f8e2c6e33000ec56a27e"><code>e7bcbb4</code></a> HHH-19372 Test and fix IAE for AccessOptimizer bridge superclasses</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/2852852a99da6d7626a2cdc40e3ea55aa7ef6de9"><code>2852852</code></a> HHH-19369 Add test for issue</li>
        <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.15...6.6.16">compare view</a></li>
        </ul>
        </details>
        <br />

      You can trigger a rebase of this PR 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>

              Unassigned Unassigned
              blafond Barry LaFond
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: