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

[3.20] Bump the hibernate group with 6 updates

XMLWordPrintable

    • Icon: Component Upgrade Component Upgrade
    • Resolution: Done
    • Icon: Major Major
    • 3.20.3.GA
    • None
    • team/eng
    • None

      Bumps the hibernate group with 6 updates:

      Package From To
      [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) `6.6.27.Final` `6.6.28.Final`
      [org.hibernate.orm:hibernate-graalvm](https://github.com/hibernate/hibernate-orm) `6.6.27.Final` `6.6.28.Final`
      [org.hibernate.orm:hibernate-envers](https://github.com/hibernate/hibernate-orm) `6.6.27.Final` `6.6.28.Final`
      [org.hibernate.orm:hibernate-jpamodelgen](https://github.com/hibernate/hibernate-orm) `6.6.27.Final` `6.6.28.Final`
      [org.hibernate:hibernate-jpamodelgen](https://github.com/hibernate/hibernate-orm) `6.6.27.Final` `6.6.28.Final`
      [org.hibernate.orm:hibernate-community-dialects](https://github.com/hibernate/hibernate-orm) `6.6.27.Final` `6.6.28.Final`

      Updates `org.hibernate.orm:hibernate-core` from 6.6.27.Final to 6.6.28.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.28.Final released</h1>
      <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.28.Final.</p>
      <p>You can find the full list of 6.6.28.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.28">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.28/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p>
      <blockquote>
      <h2>Changes in 6.6.28.Final (August 31, 2025)</h2>
      <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/35057">https://hibernate.atlassian.net/projects/HHH/versions/35057</a></p>
      <p>** Bug

      • [HHH-19740] - Collection table deletion for table per class subclass entity fails with UnknownTableReferenceException
      • [HHH-19738] - JDBC password logged when specified via jakarta.persistence.jdbc.password
      • [HHH-19734] - Cache hit of bytecode enhanced proxy with shallow query cache layout fails
      • [HHH-19648] - Recursive <a href="https://github.com/Embeddable"><code>@​Embeddable</code></a> mapping leads to stack overflow</p>
        </blockquote>
        </details>
        <details>
        <summary>Commits</summary>
        <ul>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/63b844fdc34d7e30a393595dea1f4e187b26d3a3"><code>63b844f</code></a> Pre-steps for release : <code>6.6.28.Final</code></li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/30b6b6c6e7bb9f272545f81a278328d552c642b6"><code>30b6b6c</code></a> HHH-19648 Add check for recursive embeddable mappings</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/ea97244947766a5e5aad14dba1148ac808cacef3"><code>ea97244</code></a> HHH-19648 Add test for issue</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/2c370885aaa0cf2c664324e2e050bdded4475fb7"><code>2c37088</code></a> HHH-19740 Delegate table related resolving to mutating table reference</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/74cd098a2dcc5e68f3bf3b13b778883c51ae6203"><code>74cd098</code></a> HHH-19734 Ensure shallow cached entity is not left uninitialized when bytecod...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/bd2087b491f35b82a7b9076154f059c37e8cefc7"><code>bd2087b</code></a> HHH-19734 Test shallow query caching with proxy presence of bytecode enhanced...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/193b15c6e8eacb0036b768061dc8262f619ae9c3"><code>193b15c</code></a> HHH-19738 mask out 'jakarta.persistence.jdbc.password'</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/3fc398c70004f5b27236f2879da9ebfc11886d6e"><code>3fc398c</code></a> Post-steps for release : <code>6.6.27.Final</code></li>
        <li>See full diff in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.27...6.6.28">compare view</a></li>
        </ul>
        </details>
        <br />

      Updates `org.hibernate.orm:hibernate-graalvm` from 6.6.27.Final to 6.6.28.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.28.Final released</h1>
      <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.28.Final.</p>
      <p>You can find the full list of 6.6.28.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.28">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.28/changelog.txt">org.hibernate.orm:hibernate-graalvm's changelog</a>.</em></p>
      <blockquote>
      <h2>Changes in 6.6.28.Final (August 31, 2025)</h2>
      <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/35057">https://hibernate.atlassian.net/projects/HHH/versions/35057</a></p>
      <p>** Bug

      • [HHH-19740] - Collection table deletion for table per class subclass entity fails with UnknownTableReferenceException
      • [HHH-19738] - JDBC password logged when specified via jakarta.persistence.jdbc.password
      • [HHH-19734] - Cache hit of bytecode enhanced proxy with shallow query cache layout fails
      • [HHH-19648] - Recursive <a href="https://github.com/Embeddable"><code>@​Embeddable</code></a> mapping leads to stack overflow</p>
        </blockquote>
        </details>
        <details>
        <summary>Commits</summary>
        <ul>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/63b844fdc34d7e30a393595dea1f4e187b26d3a3"><code>63b844f</code></a> Pre-steps for release : <code>6.6.28.Final</code></li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/30b6b6c6e7bb9f272545f81a278328d552c642b6"><code>30b6b6c</code></a> HHH-19648 Add check for recursive embeddable mappings</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/ea97244947766a5e5aad14dba1148ac808cacef3"><code>ea97244</code></a> HHH-19648 Add test for issue</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/2c370885aaa0cf2c664324e2e050bdded4475fb7"><code>2c37088</code></a> HHH-19740 Delegate table related resolving to mutating table reference</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/74cd098a2dcc5e68f3bf3b13b778883c51ae6203"><code>74cd098</code></a> HHH-19734 Ensure shallow cached entity is not left uninitialized when bytecod...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/bd2087b491f35b82a7b9076154f059c37e8cefc7"><code>bd2087b</code></a> HHH-19734 Test shallow query caching with proxy presence of bytecode enhanced...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/193b15c6e8eacb0036b768061dc8262f619ae9c3"><code>193b15c</code></a> HHH-19738 mask out 'jakarta.persistence.jdbc.password'</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/3fc398c70004f5b27236f2879da9ebfc11886d6e"><code>3fc398c</code></a> Post-steps for release : <code>6.6.27.Final</code></li>
        <li>See full diff in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.27...6.6.28">compare view</a></li>
        </ul>
        </details>
        <br />

      Updates `org.hibernate.orm:hibernate-envers` from 6.6.27.Final to 6.6.28.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.28.Final released</h1>
      <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.28.Final.</p>
      <p>You can find the full list of 6.6.28.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.28">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.28/changelog.txt">org.hibernate.orm:hibernate-envers's changelog</a>.</em></p>
      <blockquote>
      <h2>Changes in 6.6.28.Final (August 31, 2025)</h2>
      <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/35057">https://hibernate.atlassian.net/projects/HHH/versions/35057</a></p>
      <p>** Bug

      • [HHH-19740] - Collection table deletion for table per class subclass entity fails with UnknownTableReferenceException
      • [HHH-19738] - JDBC password logged when specified via jakarta.persistence.jdbc.password
      • [HHH-19734] - Cache hit of bytecode enhanced proxy with shallow query cache layout fails
      • [HHH-19648] - Recursive <a href="https://github.com/Embeddable"><code>@​Embeddable</code></a> mapping leads to stack overflow</p>
        </blockquote>
        </details>
        <details>
        <summary>Commits</summary>
        <ul>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/63b844fdc34d7e30a393595dea1f4e187b26d3a3"><code>63b844f</code></a> Pre-steps for release : <code>6.6.28.Final</code></li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/30b6b6c6e7bb9f272545f81a278328d552c642b6"><code>30b6b6c</code></a> HHH-19648 Add check for recursive embeddable mappings</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/ea97244947766a5e5aad14dba1148ac808cacef3"><code>ea97244</code></a> HHH-19648 Add test for issue</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/2c370885aaa0cf2c664324e2e050bdded4475fb7"><code>2c37088</code></a> HHH-19740 Delegate table related resolving to mutating table reference</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/74cd098a2dcc5e68f3bf3b13b778883c51ae6203"><code>74cd098</code></a> HHH-19734 Ensure shallow cached entity is not left uninitialized when bytecod...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/bd2087b491f35b82a7b9076154f059c37e8cefc7"><code>bd2087b</code></a> HHH-19734 Test shallow query caching with proxy presence of bytecode enhanced...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/193b15c6e8eacb0036b768061dc8262f619ae9c3"><code>193b15c</code></a> HHH-19738 mask out 'jakarta.persistence.jdbc.password'</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/3fc398c70004f5b27236f2879da9ebfc11886d6e"><code>3fc398c</code></a> Post-steps for release : <code>6.6.27.Final</code></li>
        <li>See full diff in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.27...6.6.28">compare view</a></li>
        </ul>
        </details>
        <br />

      Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.6.27.Final to 6.6.28.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.28.Final released</h1>
      <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.28.Final.</p>
      <p>You can find the full list of 6.6.28.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.28">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.28/changelog.txt">org.hibernate.orm:hibernate-jpamodelgen's changelog</a>.</em></p>
      <blockquote>
      <h2>Changes in 6.6.28.Final (August 31, 2025)</h2>
      <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/35057">https://hibernate.atlassian.net/projects/HHH/versions/35057</a></p>
      <p>** Bug

      • [HHH-19740] - Collection table deletion for table per class subclass entity fails with UnknownTableReferenceException
      • [HHH-19738] - JDBC password logged when specified via jakarta.persistence.jdbc.password
      • [HHH-19734] - Cache hit of bytecode enhanced proxy with shallow query cache layout fails
      • [HHH-19648] - Recursive <a href="https://github.com/Embeddable"><code>@​Embeddable</code></a> mapping leads to stack overflow</p>
        </blockquote>
        </details>
        <details>
        <summary>Commits</summary>
        <ul>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/63b844fdc34d7e30a393595dea1f4e187b26d3a3"><code>63b844f</code></a> Pre-steps for release : <code>6.6.28.Final</code></li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/30b6b6c6e7bb9f272545f81a278328d552c642b6"><code>30b6b6c</code></a> HHH-19648 Add check for recursive embeddable mappings</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/ea97244947766a5e5aad14dba1148ac808cacef3"><code>ea97244</code></a> HHH-19648 Add test for issue</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/2c370885aaa0cf2c664324e2e050bdded4475fb7"><code>2c37088</code></a> HHH-19740 Delegate table related resolving to mutating table reference</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/74cd098a2dcc5e68f3bf3b13b778883c51ae6203"><code>74cd098</code></a> HHH-19734 Ensure shallow cached entity is not left uninitialized when bytecod...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/bd2087b491f35b82a7b9076154f059c37e8cefc7"><code>bd2087b</code></a> HHH-19734 Test shallow query caching with proxy presence of bytecode enhanced...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/193b15c6e8eacb0036b768061dc8262f619ae9c3"><code>193b15c</code></a> HHH-19738 mask out 'jakarta.persistence.jdbc.password'</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/3fc398c70004f5b27236f2879da9ebfc11886d6e"><code>3fc398c</code></a> Post-steps for release : <code>6.6.27.Final</code></li>
        <li>See full diff in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.27...6.6.28">compare view</a></li>
        </ul>
        </details>
        <br />

      Updates `org.hibernate:hibernate-jpamodelgen` from 6.6.27.Final to 6.6.28.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.28.Final released</h1>
      <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.28.Final.</p>
      <p>You can find the full list of 6.6.28.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.28">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.28/changelog.txt">org.hibernate:hibernate-jpamodelgen's changelog</a>.</em></p>
      <blockquote>
      <h2>Changes in 6.6.28.Final (August 31, 2025)</h2>
      <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/35057">https://hibernate.atlassian.net/projects/HHH/versions/35057</a></p>
      <p>** Bug

      • [HHH-19740] - Collection table deletion for table per class subclass entity fails with UnknownTableReferenceException
      • [HHH-19738] - JDBC password logged when specified via jakarta.persistence.jdbc.password
      • [HHH-19734] - Cache hit of bytecode enhanced proxy with shallow query cache layout fails
      • [HHH-19648] - Recursive <a href="https://github.com/Embeddable"><code>@​Embeddable</code></a> mapping leads to stack overflow</p>
        </blockquote>
        </details>
        <details>
        <summary>Commits</summary>
        <ul>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/63b844fdc34d7e30a393595dea1f4e187b26d3a3"><code>63b844f</code></a> Pre-steps for release : <code>6.6.28.Final</code></li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/30b6b6c6e7bb9f272545f81a278328d552c642b6"><code>30b6b6c</code></a> HHH-19648 Add check for recursive embeddable mappings</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/ea97244947766a5e5aad14dba1148ac808cacef3"><code>ea97244</code></a> HHH-19648 Add test for issue</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/2c370885aaa0cf2c664324e2e050bdded4475fb7"><code>2c37088</code></a> HHH-19740 Delegate table related resolving to mutating table reference</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/74cd098a2dcc5e68f3bf3b13b778883c51ae6203"><code>74cd098</code></a> HHH-19734 Ensure shallow cached entity is not left uninitialized when bytecod...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/bd2087b491f35b82a7b9076154f059c37e8cefc7"><code>bd2087b</code></a> HHH-19734 Test shallow query caching with proxy presence of bytecode enhanced...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/193b15c6e8eacb0036b768061dc8262f619ae9c3"><code>193b15c</code></a> HHH-19738 mask out 'jakarta.persistence.jdbc.password'</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/3fc398c70004f5b27236f2879da9ebfc11886d6e"><code>3fc398c</code></a> Post-steps for release : <code>6.6.27.Final</code></li>
        <li>See full diff in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.27...6.6.28">compare view</a></li>
        </ul>
        </details>
        <br />

      Updates `org.hibernate.orm:hibernate-community-dialects` from 6.6.27.Final to 6.6.28.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.28.Final released</h1>
      <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.28.Final.</p>
      <p>You can find the full list of 6.6.28.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.28">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.28/changelog.txt">org.hibernate.orm:hibernate-community-dialects's changelog</a>.</em></p>
      <blockquote>
      <h2>Changes in 6.6.28.Final (August 31, 2025)</h2>
      <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/35057">https://hibernate.atlassian.net/projects/HHH/versions/35057</a></p>
      <p>** Bug

      • [HHH-19740] - Collection table deletion for table per class subclass entity fails with UnknownTableReferenceException
      • [HHH-19738] - JDBC password logged when specified via jakarta.persistence.jdbc.password
      • [HHH-19734] - Cache hit of bytecode enhanced proxy with shallow query cache layout fails
      • [HHH-19648] - Recursive <a href="https://github.com/Embeddable"><code>@​Embeddable</code></a> mapping leads to stack overflow</p>
        </blockquote>
        </details>
        <details>
        <summary>Commits</summary>
        <ul>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/63b844fdc34d7e30a393595dea1f4e187b26d3a3"><code>63b844f</code></a> Pre-steps for release : <code>6.6.28.Final</code></li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/30b6b6c6e7bb9f272545f81a278328d552c642b6"><code>30b6b6c</code></a> HHH-19648 Add check for recursive embeddable mappings</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/ea97244947766a5e5aad14dba1148ac808cacef3"><code>ea97244</code></a> HHH-19648 Add test for issue</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/2c370885aaa0cf2c664324e2e050bdded4475fb7"><code>2c37088</code></a> HHH-19740 Delegate table related resolving to mutating table reference</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/74cd098a2dcc5e68f3bf3b13b778883c51ae6203"><code>74cd098</code></a> HHH-19734 Ensure shallow cached entity is not left uninitialized when bytecod...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/bd2087b491f35b82a7b9076154f059c37e8cefc7"><code>bd2087b</code></a> HHH-19734 Test shallow query caching with proxy presence of bytecode enhanced...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/193b15c6e8eacb0036b768061dc8262f619ae9c3"><code>193b15c</code></a> HHH-19738 mask out 'jakarta.persistence.jdbc.password'</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/3fc398c70004f5b27236f2879da9ebfc11886d6e"><code>3fc398c</code></a> Post-steps for release : <code>6.6.27.Final</code></li>
        <li>See full diff in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.27...6.6.28">compare view</a></li>
        </ul>
        </details>
        <br />

      Updates `org.hibernate.orm:hibernate-graalvm` from 6.6.27.Final to 6.6.28.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.28.Final released</h1>
      <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.28.Final.</p>
      <p>You can find the full list of 6.6.28.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.28">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.28/changelog.txt">org.hibernate.orm:hibernate-graalvm's changelog</a>.</em></p>
      <blockquote>
      <h2>Changes in 6.6.28.Final (August 31, 2025)</h2>
      <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/35057">https://hibernate.atlassian.net/projects/HHH/versions/35057</a></p>
      <p>** Bug

      • [HHH-19740] - Collection table deletion for table per class subclass entity fails with UnknownTableReferenceException
      • [HHH-19738] - JDBC password logged when specified via jakarta.persistence.jdbc.password
      • [HHH-19734] - Cache hit of bytecode enhanced proxy with shallow query cache layout fails
      • [HHH-19648] - Recursive <a href="https://github.com/Embeddable"><code>@​Embeddable</code></a> mapping leads to stack overflow</p>
        </blockquote>
        </details>
        <details>
        <summary>Commits</summary>
        <ul>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/63b844fdc34d7e30a393595dea1f4e187b26d3a3"><code>63b844f</code></a> Pre-steps for release : <code>6.6.28.Final</code></li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/30b6b6c6e7bb9f272545f81a278328d552c642b6"><code>30b6b6c</code></a> HHH-19648 Add check for recursive embeddable mappings</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/ea97244947766a5e5aad14dba1148ac808cacef3"><code>ea97244</code></a> HHH-19648 Add test for issue</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/2c370885aaa0cf2c664324e2e050bdded4475fb7"><code>2c37088</code></a> HHH-19740 Delegate table related resolving to mutating table reference</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/74cd098a2dcc5e68f3bf3b13b778883c51ae6203"><code>74cd098</code></a> HHH-19734 Ensure shallow cached entity is not left uninitialized when bytecod...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/bd2087b491f35b82a7b9076154f059c37e8cefc7"><code>bd2087b</code></a> HHH-19734 Test shallow query caching with proxy presence of bytecode enhanced...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/193b15c6e8eacb0036b768061dc8262f619ae9c3"><code>193b15c</code></a> HHH-19738 mask out 'jakarta.persistence.jdbc.password'</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/3fc398c70004f5b27236f2879da9ebfc11886d6e"><code>3fc398c</code></a> Post-steps for release : <code>6.6.27.Final</code></li>
        <li>See full diff in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.27...6.6.28">compare view</a></li>
        </ul>
        </details>
        <br />

      Updates `org.hibernate.orm:hibernate-envers` from 6.6.27.Final to 6.6.28.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.28.Final released</h1>
      <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.28.Final.</p>
      <p>You can find the full list of 6.6.28.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.28">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.28/changelog.txt">org.hibernate.orm:hibernate-envers's changelog</a>.</em></p>
      <blockquote>
      <h2>Changes in 6.6.28.Final (August 31, 2025)</h2>
      <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/35057">https://hibernate.atlassian.net/projects/HHH/versions/35057</a></p>
      <p>** Bug

      • [HHH-19740] - Collection table deletion for table per class subclass entity fails with UnknownTableReferenceException
      • [HHH-19738] - JDBC password logged when specified via jakarta.persistence.jdbc.password
      • [HHH-19734] - Cache hit of bytecode enhanced proxy with shallow query cache layout fails
      • [HHH-19648] - Recursive <a href="https://github.com/Embeddable"><code>@​Embeddable</code></a> mapping leads to stack overflow</p>
        </blockquote>
        </details>
        <details>
        <summary>Commits</summary>
        <ul>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/63b844fdc34d7e30a393595dea1f4e187b26d3a3"><code>63b844f</code></a> Pre-steps for release : <code>6.6.28.Final</code></li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/30b6b6c6e7bb9f272545f81a278328d552c642b6"><code>30b6b6c</code></a> HHH-19648 Add check for recursive embeddable mappings</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/ea97244947766a5e5aad14dba1148ac808cacef3"><code>ea97244</code></a> HHH-19648 Add test for issue</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/2c370885aaa0cf2c664324e2e050bdded4475fb7"><code>2c37088</code></a> HHH-19740 Delegate table related resolving to mutating table reference</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/74cd098a2dcc5e68f3bf3b13b778883c51ae6203"><code>74cd098</code></a> HHH-19734 Ensure shallow cached entity is not left uninitialized when bytecod...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/bd2087b491f35b82a7b9076154f059c37e8cefc7"><code>bd2087b</code></a> HHH-19734 Test shallow query caching with proxy presence of bytecode enhanced...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/193b15c6e8eacb0036b768061dc8262f619ae9c3"><code>193b15c</code></a> HHH-19738 mask out 'jakarta.persistence.jdbc.password'</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/3fc398c70004f5b27236f2879da9ebfc11886d6e"><code>3fc398c</code></a> Post-steps for release : <code>6.6.27.Final</code></li>
        <li>See full diff in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.27...6.6.28">compare view</a></li>
        </ul>
        </details>
        <br />

      Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.6.27.Final to 6.6.28.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.28.Final released</h1>
      <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.28.Final.</p>
      <p>You can find the full list of 6.6.28.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.28">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.28/changelog.txt">org.hibernate.orm:hibernate-jpamodelgen's changelog</a>.</em></p>
      <blockquote>
      <h2>Changes in 6.6.28.Final (August 31, 2025)</h2>
      <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/35057">https://hibernate.atlassian.net/projects/HHH/versions/35057</a></p>
      <p>** Bug

      • [HHH-19740] - Collection table deletion for table per class subclass entity fails with UnknownTableReferenceException
      • [HHH-19738] - JDBC password logged when specified via jakarta.persistence.jdbc.password
      • [HHH-19734] - Cache hit of bytecode enhanced proxy with shallow query cache layout fails
      • [HHH-19648] - Recursive <a href="https://github.com/Embeddable"><code>@​Embeddable</code></a> mapping leads to stack overflow</p>
        </blockquote>
        </details>
        <details>
        <summary>Commits</summary>
        <ul>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/63b844fdc34d7e30a393595dea1f4e187b26d3a3"><code>63b844f</code></a> Pre-steps for release : <code>6.6.28.Final</code></li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/30b6b6c6e7bb9f272545f81a278328d552c642b6"><code>30b6b6c</code></a> HHH-19648 Add check for recursive embeddable mappings</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/ea97244947766a5e5aad14dba1148ac808cacef3"><code>ea97244</code></a> HHH-19648 Add test for issue</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/2c370885aaa0cf2c664324e2e050bdded4475fb7"><code>2c37088</code></a> HHH-19740 Delegate table related resolving to mutating table reference</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/74cd098a2dcc5e68f3bf3b13b778883c51ae6203"><code>74cd098</code></a> HHH-19734 Ensure shallow cached entity is not left uninitialized when bytecod...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/bd2087b491f35b82a7b9076154f059c37e8cefc7"><code>bd2087b</code></a> HHH-19734 Test shallow query caching with proxy presence of bytecode enhanced...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/193b15c6e8eacb0036b768061dc8262f619ae9c3"><code>193b15c</code></a> HHH-19738 mask out 'jakarta.persistence.jdbc.password'</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/3fc398c70004f5b27236f2879da9ebfc11886d6e"><code>3fc398c</code></a> Post-steps for release : <code>6.6.27.Final</code></li>
        <li>See full diff in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.27...6.6.28">compare view</a></li>
        </ul>
        </details>
        <br />

      Updates `org.hibernate.orm:hibernate-community-dialects` from 6.6.27.Final to 6.6.28.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.28.Final released</h1>
      <p>Today, we published a new release of Hibernate ORM 6.6: 6.6.28.Final.</p>
      <p>You can find the full list of 6.6.28.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.28">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.28/changelog.txt">org.hibernate.orm:hibernate-community-dialects's changelog</a>.</em></p>
      <blockquote>
      <h2>Changes in 6.6.28.Final (August 31, 2025)</h2>
      <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/35057">https://hibernate.atlassian.net/projects/HHH/versions/35057</a></p>
      <p>** Bug

      • [HHH-19740] - Collection table deletion for table per class subclass entity fails with UnknownTableReferenceException
      • [HHH-19738] - JDBC password logged when specified via jakarta.persistence.jdbc.password
      • [HHH-19734] - Cache hit of bytecode enhanced proxy with shallow query cache layout fails
      • [HHH-19648] - Recursive <a href="https://github.com/Embeddable"><code>@​Embeddable</code></a> mapping leads to stack overflow</p>
        </blockquote>
        </details>
        <details>
        <summary>Commits</summary>
        <ul>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/63b844fdc34d7e30a393595dea1f4e187b26d3a3"><code>63b844f</code></a> Pre-steps for release : <code>6.6.28.Final</code></li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/30b6b6c6e7bb9f272545f81a278328d552c642b6"><code>30b6b6c</code></a> HHH-19648 Add check for recursive embeddable mappings</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/ea97244947766a5e5aad14dba1148ac808cacef3"><code>ea97244</code></a> HHH-19648 Add test for issue</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/2c370885aaa0cf2c664324e2e050bdded4475fb7"><code>2c37088</code></a> HHH-19740 Delegate table related resolving to mutating table reference</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/74cd098a2dcc5e68f3bf3b13b778883c51ae6203"><code>74cd098</code></a> HHH-19734 Ensure shallow cached entity is not left uninitialized when bytecod...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/bd2087b491f35b82a7b9076154f059c37e8cefc7"><code>bd2087b</code></a> HHH-19734 Test shallow query caching with proxy presence of bytecode enhanced...</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/193b15c6e8eacb0036b768061dc8262f619ae9c3"><code>193b15c</code></a> HHH-19738 mask out 'jakarta.persistence.jdbc.password'</li>
        <li><a href="https://github.com/hibernate/hibernate-orm/commit/3fc398c70004f5b27236f2879da9ebfc11886d6e"><code>3fc398c</code></a> Post-steps for release : <code>6.6.27.Final</code></li>
        <li>See full diff in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.27...6.6.28">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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
      • `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
      • `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
      • `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
      • `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions

      </details>

              paul.robinson@redhat.com Paul Robinson
              blafond Barry LaFond
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: