-
Component Upgrade
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
-
False
-
---
-
-
Fixes: nothing in currently reported Quarkus issues.
Bumps `hibernate-orm.version` from 6.6.4.Final to 6.6.5.Final.
Updates `org.hibernate.orm:hibernate-core` from 6.6.4.Final to 6.6.5.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.5.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 6.6: 6.6.5.Final.</p>
<p>You can find the full list of 6.6.5.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.5">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.5/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p>
<blockquote>
<h2>Changes in 6.6.5.Final (January 19, 2025)</h2>
<p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32379">https://hibernate.atlassian.net/projects/HHH/versions/32379</a></p>
<p>** Bug
- [HHH-19011] - <a href="https://github.com/ElementCollection"><code>@ElementCollection</code></a> comment overrides class level comment on an Entity
- [HHH-18819] - Error resolving persistent property of <a href="https://github.com/MapperSuperclass"><code>@MapperSuperclass</code></a> if subtype <a href="https://github.com/Embeddable"><code>@Embeddable</code></a> used as <a href="https://github.com/IdClass"><code>@IdClass</code></a>
- [HHH-17652] - Cannot invoke "org.hibernate.envers.internal.entities.EntityConfiguration.getRelationDescription(String)" because "entCfg" is null</p>
<p>** Task - [HHH-18972] - Upgrade to ByteBuddy 1.15.11</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/3ea729d4c11f43c61183c0a94da5ad50954ff548"><code>3ea729d</code></a> Pre-steps for release : <code>6.6.5.Final</code></li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/2da013eaf93293c92f391fbbf48a66e4f8f8f823"><code>2da013e</code></a> HHH-19011 Applied review suggestion</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/973da8cb0117280d079fc2dfb933723fd0a7efc2"><code>973da8c</code></a> HHH-19011 Backport to 6.6</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/9645ebf5a0c070c3e4b6b7190c98d6e864f28b27"><code>9645ebf</code></a> HHH-19011 Reproducing test</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/ee8b43a1beac13272303f816534df9f1e2f585e3"><code>ee8b43a</code></a> HHH-19011 two extra fixes</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/38d4fe6b31d10afb5d489ba944a8854955cf87d7"><code>38d4fe6</code></a> HHH-19011 fix incorrect placement of table comment with <a href="https://github.com/Comment"><code>@Comment</code></a></li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/b0746b8609c7c4306308b3789712f3a6257a97b9"><code>b0746b8</code></a> Revert "Allow Jenkins to parse the release Jenkinsfile before cancelling non-...</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/ffecd7d6ca9987533249703bb023bd72af902c5b"><code>ffecd7d</code></a> Allow Jenkins to parse the release Jenkinsfile before cancelling non-release ...</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/1044a0db9b0021455a6dd9f225056f9b68f7b0af"><code>1044a0d</code></a> Use specific Jenkins nodes for releases</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/9d52e3c9dfc49a9be804220c2382055d5901daa9"><code>9d52e3c</code></a> HHH-18819 Fix metamodel of id-class extending from mapped-superclasses</li>
<li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.4...6.6.5">compare view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-graalvm` from 6.6.4.Final to 6.6.5.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.5.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 6.6: 6.6.5.Final.</p>
<p>You can find the full list of 6.6.5.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.5">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.5/changelog.txt">org.hibernate.orm:hibernate-graalvm's changelog</a>.</em></p>
<blockquote>
<h2>Changes in 6.6.5.Final (January 19, 2025)</h2>
<p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32379">https://hibernate.atlassian.net/projects/HHH/versions/32379</a></p>
<p>** Bug
- [HHH-19011] - <a href="https://github.com/ElementCollection"><code>@ElementCollection</code></a> comment overrides class level comment on an Entity
- [HHH-18819] - Error resolving persistent property of <a href="https://github.com/MapperSuperclass"><code>@MapperSuperclass</code></a> if subtype <a href="https://github.com/Embeddable"><code>@Embeddable</code></a> used as <a href="https://github.com/IdClass"><code>@IdClass</code></a>
- [HHH-17652] - Cannot invoke "org.hibernate.envers.internal.entities.EntityConfiguration.getRelationDescription(String)" because "entCfg" is null</p>
<p>** Task - [HHH-18972] - Upgrade to ByteBuddy 1.15.11</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/3ea729d4c11f43c61183c0a94da5ad50954ff548"><code>3ea729d</code></a> Pre-steps for release : <code>6.6.5.Final</code></li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/2da013eaf93293c92f391fbbf48a66e4f8f8f823"><code>2da013e</code></a> HHH-19011 Applied review suggestion</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/973da8cb0117280d079fc2dfb933723fd0a7efc2"><code>973da8c</code></a> HHH-19011 Backport to 6.6</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/9645ebf5a0c070c3e4b6b7190c98d6e864f28b27"><code>9645ebf</code></a> HHH-19011 Reproducing test</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/ee8b43a1beac13272303f816534df9f1e2f585e3"><code>ee8b43a</code></a> HHH-19011 two extra fixes</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/38d4fe6b31d10afb5d489ba944a8854955cf87d7"><code>38d4fe6</code></a> HHH-19011 fix incorrect placement of table comment with <a href="https://github.com/Comment"><code>@Comment</code></a></li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/b0746b8609c7c4306308b3789712f3a6257a97b9"><code>b0746b8</code></a> Revert "Allow Jenkins to parse the release Jenkinsfile before cancelling non-...</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/ffecd7d6ca9987533249703bb023bd72af902c5b"><code>ffecd7d</code></a> Allow Jenkins to parse the release Jenkinsfile before cancelling non-release ...</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/1044a0db9b0021455a6dd9f225056f9b68f7b0af"><code>1044a0d</code></a> Use specific Jenkins nodes for releases</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/9d52e3c9dfc49a9be804220c2382055d5901daa9"><code>9d52e3c</code></a> HHH-18819 Fix metamodel of id-class extending from mapped-superclasses</li>
<li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.4...6.6.5">compare view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-envers` from 6.6.4.Final to 6.6.5.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.5.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 6.6: 6.6.5.Final.</p>
<p>You can find the full list of 6.6.5.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.5">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.5/changelog.txt">org.hibernate.orm:hibernate-envers's changelog</a>.</em></p>
<blockquote>
<h2>Changes in 6.6.5.Final (January 19, 2025)</h2>
<p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32379">https://hibernate.atlassian.net/projects/HHH/versions/32379</a></p>
<p>** Bug
- [HHH-19011] - <a href="https://github.com/ElementCollection"><code>@ElementCollection</code></a> comment overrides class level comment on an Entity
- [HHH-18819] - Error resolving persistent property of <a href="https://github.com/MapperSuperclass"><code>@MapperSuperclass</code></a> if subtype <a href="https://github.com/Embeddable"><code>@Embeddable</code></a> used as <a href="https://github.com/IdClass"><code>@IdClass</code></a>
- [HHH-17652] - Cannot invoke "org.hibernate.envers.internal.entities.EntityConfiguration.getRelationDescription(String)" because "entCfg" is null</p>
<p>** Task - [HHH-18972] - Upgrade to ByteBuddy 1.15.11</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/3ea729d4c11f43c61183c0a94da5ad50954ff548"><code>3ea729d</code></a> Pre-steps for release : <code>6.6.5.Final</code></li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/2da013eaf93293c92f391fbbf48a66e4f8f8f823"><code>2da013e</code></a> HHH-19011 Applied review suggestion</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/973da8cb0117280d079fc2dfb933723fd0a7efc2"><code>973da8c</code></a> HHH-19011 Backport to 6.6</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/9645ebf5a0c070c3e4b6b7190c98d6e864f28b27"><code>9645ebf</code></a> HHH-19011 Reproducing test</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/ee8b43a1beac13272303f816534df9f1e2f585e3"><code>ee8b43a</code></a> HHH-19011 two extra fixes</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/38d4fe6b31d10afb5d489ba944a8854955cf87d7"><code>38d4fe6</code></a> HHH-19011 fix incorrect placement of table comment with <a href="https://github.com/Comment"><code>@Comment</code></a></li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/b0746b8609c7c4306308b3789712f3a6257a97b9"><code>b0746b8</code></a> Revert "Allow Jenkins to parse the release Jenkinsfile before cancelling non-...</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/ffecd7d6ca9987533249703bb023bd72af902c5b"><code>ffecd7d</code></a> Allow Jenkins to parse the release Jenkinsfile before cancelling non-release ...</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/1044a0db9b0021455a6dd9f225056f9b68f7b0af"><code>1044a0d</code></a> Use specific Jenkins nodes for releases</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/9d52e3c9dfc49a9be804220c2382055d5901daa9"><code>9d52e3c</code></a> HHH-18819 Fix metamodel of id-class extending from mapped-superclasses</li>
<li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.4...6.6.5">compare view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.6.4.Final to 6.6.5.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.5.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 6.6: 6.6.5.Final.</p>
<p>You can find the full list of 6.6.5.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.5">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.5/changelog.txt">org.hibernate.orm:hibernate-jpamodelgen's changelog</a>.</em></p>
<blockquote>
<h2>Changes in 6.6.5.Final (January 19, 2025)</h2>
<p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32379">https://hibernate.atlassian.net/projects/HHH/versions/32379</a></p>
<p>** Bug
- [HHH-19011] - <a href="https://github.com/ElementCollection"><code>@ElementCollection</code></a> comment overrides class level comment on an Entity
- [HHH-18819] - Error resolving persistent property of <a href="https://github.com/MapperSuperclass"><code>@MapperSuperclass</code></a> if subtype <a href="https://github.com/Embeddable"><code>@Embeddable</code></a> used as <a href="https://github.com/IdClass"><code>@IdClass</code></a>
- [HHH-17652] - Cannot invoke "org.hibernate.envers.internal.entities.EntityConfiguration.getRelationDescription(String)" because "entCfg" is null</p>
<p>** Task - [HHH-18972] - Upgrade to ByteBuddy 1.15.11</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/3ea729d4c11f43c61183c0a94da5ad50954ff548"><code>3ea729d</code></a> Pre-steps for release : <code>6.6.5.Final</code></li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/2da013eaf93293c92f391fbbf48a66e4f8f8f823"><code>2da013e</code></a> HHH-19011 Applied review suggestion</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/973da8cb0117280d079fc2dfb933723fd0a7efc2"><code>973da8c</code></a> HHH-19011 Backport to 6.6</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/9645ebf5a0c070c3e4b6b7190c98d6e864f28b27"><code>9645ebf</code></a> HHH-19011 Reproducing test</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/ee8b43a1beac13272303f816534df9f1e2f585e3"><code>ee8b43a</code></a> HHH-19011 two extra fixes</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/38d4fe6b31d10afb5d489ba944a8854955cf87d7"><code>38d4fe6</code></a> HHH-19011 fix incorrect placement of table comment with <a href="https://github.com/Comment"><code>@Comment</code></a></li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/b0746b8609c7c4306308b3789712f3a6257a97b9"><code>b0746b8</code></a> Revert "Allow Jenkins to parse the release Jenkinsfile before cancelling non-...</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/ffecd7d6ca9987533249703bb023bd72af902c5b"><code>ffecd7d</code></a> Allow Jenkins to parse the release Jenkinsfile before cancelling non-release ...</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/1044a0db9b0021455a6dd9f225056f9b68f7b0af"><code>1044a0d</code></a> Use specific Jenkins nodes for releases</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/9d52e3c9dfc49a9be804220c2382055d5901daa9"><code>9d52e3c</code></a> HHH-18819 Fix metamodel of id-class extending from mapped-superclasses</li>
<li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.4...6.6.5">compare view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate:hibernate-jpamodelgen` from 6.6.4.Final to 6.6.5.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.5.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 6.6: 6.6.5.Final.</p>
<p>You can find the full list of 6.6.5.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.5">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.5/changelog.txt">org.hibernate:hibernate-jpamodelgen's changelog</a>.</em></p>
<blockquote>
<h2>Changes in 6.6.5.Final (January 19, 2025)</h2>
<p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32379">https://hibernate.atlassian.net/projects/HHH/versions/32379</a></p>
<p>** Bug
- [HHH-19011] - <a href="https://github.com/ElementCollection"><code>@ElementCollection</code></a> comment overrides class level comment on an Entity
- [HHH-18819] - Error resolving persistent property of <a href="https://github.com/MapperSuperclass"><code>@MapperSuperclass</code></a> if subtype <a href="https://github.com/Embeddable"><code>@Embeddable</code></a> used as <a href="https://github.com/IdClass"><code>@IdClass</code></a>
- [HHH-17652] - Cannot invoke "org.hibernate.envers.internal.entities.EntityConfiguration.getRelationDescription(String)" because "entCfg" is null</p>
<p>** Task - [HHH-18972] - Upgrade to ByteBuddy 1.15.11</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/3ea729d4c11f43c61183c0a94da5ad50954ff548"><code>3ea729d</code></a> Pre-steps for release : <code>6.6.5.Final</code></li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/2da013eaf93293c92f391fbbf48a66e4f8f8f823"><code>2da013e</code></a> HHH-19011 Applied review suggestion</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/973da8cb0117280d079fc2dfb933723fd0a7efc2"><code>973da8c</code></a> HHH-19011 Backport to 6.6</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/9645ebf5a0c070c3e4b6b7190c98d6e864f28b27"><code>9645ebf</code></a> HHH-19011 Reproducing test</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/ee8b43a1beac13272303f816534df9f1e2f585e3"><code>ee8b43a</code></a> HHH-19011 two extra fixes</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/38d4fe6b31d10afb5d489ba944a8854955cf87d7"><code>38d4fe6</code></a> HHH-19011 fix incorrect placement of table comment with <a href="https://github.com/Comment"><code>@Comment</code></a></li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/b0746b8609c7c4306308b3789712f3a6257a97b9"><code>b0746b8</code></a> Revert "Allow Jenkins to parse the release Jenkinsfile before cancelling non-...</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/ffecd7d6ca9987533249703bb023bd72af902c5b"><code>ffecd7d</code></a> Allow Jenkins to parse the release Jenkinsfile before cancelling non-release ...</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/1044a0db9b0021455a6dd9f225056f9b68f7b0af"><code>1044a0d</code></a> Use specific Jenkins nodes for releases</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/9d52e3c9dfc49a9be804220c2382055d5901daa9"><code>9d52e3c</code></a> HHH-18819 Fix metamodel of id-class extending from mapped-superclasses</li>
<li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.4...6.6.5">compare view</a></li>
</ul>
</details>
<br />
Updates `org.hibernate.orm:hibernate-community-dialects` from 6.6.4.Final to 6.6.5.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.5.Final released</h1>
<p>Today, we published a new release of Hibernate ORM 6.6: 6.6.5.Final.</p>
<p>You can find the full list of 6.6.5.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.5">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.5/changelog.txt">org.hibernate.orm:hibernate-community-dialects's changelog</a>.</em></p>
<blockquote>
<h2>Changes in 6.6.5.Final (January 19, 2025)</h2>
<p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32379">https://hibernate.atlassian.net/projects/HHH/versions/32379</a></p>
<p>** Bug
- [HHH-19011] - <a href="https://github.com/ElementCollection"><code>@ElementCollection</code></a> comment overrides class level comment on an Entity
- [HHH-18819] - Error resolving persistent property of <a href="https://github.com/MapperSuperclass"><code>@MapperSuperclass</code></a> if subtype <a href="https://github.com/Embeddable"><code>@Embeddable</code></a> used as <a href="https://github.com/IdClass"><code>@IdClass</code></a>
- [HHH-17652] - Cannot invoke "org.hibernate.envers.internal.entities.EntityConfiguration.getRelationDescription(String)" because "entCfg" is null</p>
<p>** Task - [HHH-18972] - Upgrade to ByteBuddy 1.15.11</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/3ea729d4c11f43c61183c0a94da5ad50954ff548"><code>3ea729d</code></a> Pre-steps for release : <code>6.6.5.Final</code></li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/2da013eaf93293c92f391fbbf48a66e4f8f8f823"><code>2da013e</code></a> HHH-19011 Applied review suggestion</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/973da8cb0117280d079fc2dfb933723fd0a7efc2"><code>973da8c</code></a> HHH-19011 Backport to 6.6</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/9645ebf5a0c070c3e4b6b7190c98d6e864f28b27"><code>9645ebf</code></a> HHH-19011 Reproducing test</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/ee8b43a1beac13272303f816534df9f1e2f585e3"><code>ee8b43a</code></a> HHH-19011 two extra fixes</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/38d4fe6b31d10afb5d489ba944a8854955cf87d7"><code>38d4fe6</code></a> HHH-19011 fix incorrect placement of table comment with <a href="https://github.com/Comment"><code>@Comment</code></a></li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/b0746b8609c7c4306308b3789712f3a6257a97b9"><code>b0746b8</code></a> Revert "Allow Jenkins to parse the release Jenkinsfile before cancelling non-...</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/ffecd7d6ca9987533249703bb023bd72af902c5b"><code>ffecd7d</code></a> Allow Jenkins to parse the release Jenkinsfile before cancelling non-release ...</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/1044a0db9b0021455a6dd9f225056f9b68f7b0af"><code>1044a0d</code></a> Use specific Jenkins nodes for releases</li>
<li><a href="https://github.com/hibernate/hibernate-orm/commit/9d52e3c9dfc49a9be804220c2382055d5901daa9"><code>9d52e3c</code></a> HHH-18819 Fix metamodel of id-class extending from mapped-superclasses</li>
<li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/6.6.4...6.6.5">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>
- relates to
-
QUARKUS-5832 Upgrade to Hibernate ORM 6.6.7.Final
-
- Closed
-
- links to
-
RHSA-2025:3376 Red Hat build of Quarkus 3.15.4 release and security update