Skip to content

[3.20] Bump the hibernate group with 6 updates#53783

Open
dependabot[bot] wants to merge 1 commit into3.20from
dependabot/maven/3.20/hibernate-0753c5a390
Open

[3.20] Bump the hibernate group with 6 updates#53783
dependabot[bot] wants to merge 1 commit into3.20from
dependabot/maven/3.20/hibernate-0753c5a390

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Bumps the hibernate group with 6 updates:

Package From To
org.hibernate.orm:hibernate-core 6.6.44.Final 6.6.49.Final
org.hibernate.orm:hibernate-graalvm 6.6.44.Final 6.6.49.Final
org.hibernate.orm:hibernate-envers 6.6.44.Final 6.6.49.Final
org.hibernate.orm:hibernate-jpamodelgen 6.6.44.Final 6.6.49.Final
org.hibernate.orm:hibernate-community-dialects 6.6.44.Final 6.6.49.Final
org.hibernate.reactive:hibernate-reactive-core 2.4.13.Final 2.4.17.Final

Updates org.hibernate.orm:hibernate-core from 6.6.44.Final to 6.6.49.Final

Release notes

Sourced from org.hibernate.orm:hibernate-core's releases.

Release 6.6.49

Hibernate ORM 6.6.49.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.49.Final.

You can find the full list of 6.6.49.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration to 6.6 version.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 6.6.48

Hibernate ORM 6.6.48.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.48.Final.

You can find the full list of 6.6.48.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration to 6.6 version.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-core's changelog.

Changes in 6.6.49.Final (April 19, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38760

** Task * HHH-20344 Upgrade to ByteBuddy 1.17.8 * HHH-20334 Upgrade to Log4j 2.25.4

Changes in 6.6.48.Final (April 12, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38656

** Bug * HHH-19824 DB2zDialect does not use correct querySequenceString on a DB2 on zOs

Changes in 6.6.47.Final (April 05, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38555

** Bug * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey

Changes in 6.6.46.Final (March 30, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38385

** Bug * HHH-20209 Race Condition in JavaTypeRegistry causing SemanticException during parallel UNION queries with projection. * HHH-19429 ConcurrentModificationException observed while executing JPQL update query with VERSIONED clause

Changes in 6.6.45.Final (March 22, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38115

** Bug * HHH-20253 ClassCastException when using hibernate-enhance-maven-plugin plugin

** Task * HHH-20232 Update c3p0 to 0.12.0

Commits
  • 03182e5 [Jenkins release job] Preparing release 6.6.49.Final
  • 3ccebe2 [Jenkins release job] changelog.txt updated by release build 6.6.49.Final
  • 5265391 HHH-20345 Test against JDK 26
  • 2743d3a HHH-20344 Upgrade to Byte-Buddy 1.17.8
  • 270dac0 Remove the Quarkus build
  • a1eb382 Limit git history depth to 10 in Quarkus build
  • f57b423 Revert "Temporarily switch to Quarkus branch that removes dead code causing c...
  • 0edb9df HHH-20334 Upgrade to Log4j 2.25.4
  • eff27b2 HHH-20334 Fix invalid log4j config
  • c4fee57 [Jenkins release job] Preparing next development iteration
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-graalvm from 6.6.44.Final to 6.6.49.Final

Release notes

Sourced from org.hibernate.orm:hibernate-graalvm's releases.

Release 6.6.49

Hibernate ORM 6.6.49.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.49.Final.

You can find the full list of 6.6.49.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration to 6.6 version.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 6.6.48

Hibernate ORM 6.6.48.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.48.Final.

You can find the full list of 6.6.48.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration to 6.6 version.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-graalvm's changelog.

Changes in 6.6.49.Final (April 19, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38760

** Task * HHH-20344 Upgrade to ByteBuddy 1.17.8 * HHH-20334 Upgrade to Log4j 2.25.4

Changes in 6.6.48.Final (April 12, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38656

** Bug * HHH-19824 DB2zDialect does not use correct querySequenceString on a DB2 on zOs

Changes in 6.6.47.Final (April 05, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38555

** Bug * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey

Changes in 6.6.46.Final (March 30, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38385

** Bug * HHH-20209 Race Condition in JavaTypeRegistry causing SemanticException during parallel UNION queries with projection. * HHH-19429 ConcurrentModificationException observed while executing JPQL update query with VERSIONED clause

Changes in 6.6.45.Final (March 22, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38115

** Bug * HHH-20253 ClassCastException when using hibernate-enhance-maven-plugin plugin

** Task * HHH-20232 Update c3p0 to 0.12.0

Commits
  • 03182e5 [Jenkins release job] Preparing release 6.6.49.Final
  • 3ccebe2 [Jenkins release job] changelog.txt updated by release build 6.6.49.Final
  • 5265391 HHH-20345 Test against JDK 26
  • 2743d3a HHH-20344 Upgrade to Byte-Buddy 1.17.8
  • 270dac0 Remove the Quarkus build
  • a1eb382 Limit git history depth to 10 in Quarkus build
  • f57b423 Revert "Temporarily switch to Quarkus branch that removes dead code causing c...
  • 0edb9df HHH-20334 Upgrade to Log4j 2.25.4
  • eff27b2 HHH-20334 Fix invalid log4j config
  • c4fee57 [Jenkins release job] Preparing next development iteration
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-envers from 6.6.44.Final to 6.6.49.Final

Release notes

Sourced from org.hibernate.orm:hibernate-envers's releases.

Release 6.6.49

Hibernate ORM 6.6.49.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.49.Final.

You can find the full list of 6.6.49.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration to 6.6 version.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 6.6.48

Hibernate ORM 6.6.48.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.48.Final.

You can find the full list of 6.6.48.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration to 6.6 version.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-envers's changelog.

Changes in 6.6.49.Final (April 19, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38760

** Task * HHH-20344 Upgrade to ByteBuddy 1.17.8 * HHH-20334 Upgrade to Log4j 2.25.4

Changes in 6.6.48.Final (April 12, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38656

** Bug * HHH-19824 DB2zDialect does not use correct querySequenceString on a DB2 on zOs

Changes in 6.6.47.Final (April 05, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38555

** Bug * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey

Changes in 6.6.46.Final (March 30, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38385

** Bug * HHH-20209 Race Condition in JavaTypeRegistry causing SemanticException during parallel UNION queries with projection. * HHH-19429 ConcurrentModificationException observed while executing JPQL update query with VERSIONED clause

Changes in 6.6.45.Final (March 22, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38115

** Bug * HHH-20253 ClassCastException when using hibernate-enhance-maven-plugin plugin

** Task * HHH-20232 Update c3p0 to 0.12.0

Commits
  • 03182e5 [Jenkins release job] Preparing release 6.6.49.Final
  • 3ccebe2 [Jenkins release job] changelog.txt updated by release build 6.6.49.Final
  • 5265391 HHH-20345 Test against JDK 26
  • 2743d3a HHH-20344 Upgrade to Byte-Buddy 1.17.8
  • 270dac0 Remove the Quarkus build
  • a1eb382 Limit git history depth to 10 in Quarkus build
  • f57b423 Revert "Temporarily switch to Quarkus branch that removes dead code causing c...
  • 0edb9df HHH-20334 Upgrade to Log4j 2.25.4
  • eff27b2 HHH-20334 Fix invalid log4j config
  • c4fee57 [Jenkins release job] Preparing next development iteration
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-jpamodelgen from 6.6.44.Final to 6.6.49.Final

Release notes

Sourced from org.hibernate.orm:hibernate-jpamodelgen's releases.

Release 6.6.49

Hibernate ORM 6.6.49.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.49.Final.

You can find the full list of 6.6.49.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration to 6.6 version.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 6.6.48

Hibernate ORM 6.6.48.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.48.Final.

You can find the full list of 6.6.48.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration to 6.6 version.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-jpamodelgen's changelog.

Changes in 6.6.49.Final (April 19, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38760

** Task * HHH-20344 Upgrade to ByteBuddy 1.17.8 * HHH-20334 Upgrade to Log4j 2.25.4

Changes in 6.6.48.Final (April 12, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38656

** Bug * HHH-19824 DB2zDialect does not use correct querySequenceString on a DB2 on zOs

Changes in 6.6.47.Final (April 05, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38555

** Bug * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey

Changes in 6.6.46.Final (March 30, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38385

** Bug * HHH-20209 Race Condition in JavaTypeRegistry causing SemanticException during parallel UNION queries with projection. * HHH-19429 ConcurrentModificationException observed while executing JPQL update query with VERSIONED clause

Changes in 6.6.45.Final (March 22, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38115

** Bug * HHH-20253 ClassCastException when using hibernate-enhance-maven-plugin plugin

** Task * HHH-20232 Update c3p0 to 0.12.0

Commits
  • 03182e5 [Jenkins release job] Preparing release 6.6.49.Final
  • 3ccebe2 [Jenkins release job] changelog.txt updated by release build 6.6.49.Final
  • 5265391 HHH-20345 Test against JDK 26
  • 2743d3a HHH-20344 Upgrade to Byte-Buddy 1.17.8
  • 270dac0 Remove the Quarkus build
  • a1eb382 Limit git history depth to 10 in Quarkus build
  • f57b423 Revert "Temporarily switch to Quarkus branch that removes dead code causing c...
  • 0edb9df HHH-20334 Upgrade to Log4j 2.25.4
  • eff27b2 HHH-20334 Fix invalid log4j config
  • c4fee57 [Jenkins release job] Preparing next development iteration
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-community-dialects from 6.6.44.Final to 6.6.49.Final

Release notes

Sourced from org.hibernate.orm:hibernate-community-dialects's releases.

Release 6.6.49

Hibernate ORM 6.6.49.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.49.Final.

You can find the full list of 6.6.49.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration to 6.6 version.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 6.6.48

Hibernate ORM 6.6.48.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.48.Final.

You can find the full list of 6.6.48.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration to 6.6 version.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-community-dialects's changelog.

Changes in 6.6.49.Final (April 19, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38760

** Task * HHH-20344 Upgrade to ByteBuddy 1.17.8 * HHH-20334 Upgrade to Log4j 2.25.4

Changes in 6.6.48.Final (April 12, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38656

** Bug * HHH-19824 DB2zDialect does not use correct querySequenceString on a DB2 on zOs

Changes in 6.6.47.Final (April 05, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38555

** Bug * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey

Changes in 6.6.46.Final (March 30, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38385

** Bug * HHH-20209 Race Condition in JavaTypeRegistry causing SemanticException during parallel UNION queries with projection. * HHH-19429 ConcurrentModificationException observed while executing JPQL update query with VERSIONED clause

Changes in 6.6.45.Final (March 22, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38115

** Bug * HHH-20253 ClassCastException when using hibernate-enhance-maven-plugin plugin

** Task * HHH-20232 Update c3p0 to 0.12.0

Commits
  • 03182e5 [Jenkins release job] Preparing release 6.6.49.Final
  • 3ccebe2 [Jenkins release job] changelog.txt updated by release build 6.6.49.Final
  • 5265391 HHH-20345 Test against JDK 26
  • 2743d3a HHH-20344 Upgrade to Byte-Buddy 1.17.8
  • 270dac0 Remove the Quarkus build
  • a1eb382 Limit git history depth to 10 in Quarkus build
  • f57b423 Revert "Temporarily switch to Quarkus branch that removes dead code causing c...
  • 0edb9df HHH-20334 Upgrade to Log4j 2.25.4
  • eff27b2 HHH-20334 Fix invalid log4j config
  • c4fee57 [Jenkins release job] Preparing next development iteration
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-graalvm from 6.6.44.Final to 6.6.49.Final

Release notes

Sourced from org.hibernate.orm:hibernate-graalvm's releases.

Release 6.6.49

Hibernate ORM 6.6.49.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.49.Final.

You can find the full list of 6.6.49.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration to 6.6 version.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 6.6.48

Hibernate ORM 6.6.48.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.48.Final.

You can find the full list of 6.6.48.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration to 6.6 version.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-graalvm's changelog.

Changes in 6.6.49.Final (April 19, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38760

** Task * HHH-20344 Upgrade to ByteBuddy 1.17.8 * HHH-20334 Upgrade to Log4j 2.25.4

Changes in 6.6.48.Final (April 12, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38656

** Bug * HHH-19824 DB2zDialect does not use correct querySequenceString on a DB2 on zOs

Changes in 6.6.47.Final (April 05, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38555

** Bug * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey

Changes in 6.6.46.Final (March 30, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38385

** Bug * HHH-20209 Race Condition in JavaTypeRegistry causing SemanticException during parallel UNION queries with projection. * HHH-19429 ConcurrentModificationException observed while executing JPQL update query with VERSIONED clause

Changes in 6.6.45.Final (March 22, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38115

** Bug * HHH-20253 ClassCastException when using hibernate-enhance-maven-plugin plugin

** Task * HHH-20232 Update c3p0 to 0.12.0

Commits
  • 03182e5 [Jenkins release job] Preparing release 6.6.49.Final
  • 3ccebe2 [Jenkins release job] changelog.txt updated by release build 6.6.49.Final
  • 5265391 HHH-20345 Test against JDK 26
  • 2743d3a HHH-20344 Upgrade to Byte-Buddy 1.17.8
  • 270dac0 Remove the Quarkus build
  • a1eb382 Limit git history depth to 10 in Quarkus build
  • f57b423 Revert "Temporarily switch to Quarkus branch that removes dead code causing c...
  • 0edb9df HHH-20334 Upgrade to Log4j 2.25.4
  • eff27b2 HHH-20334 Fix invalid log4j config
  • c4fee57 [Jenkins release job] Preparing next development iteration
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-envers from 6.6.44.Final to 6.6.49.Final

Release notes

Sourced from org.hibernate.orm:hibernate-envers's releases.

Release 6.6.49

Hibernate ORM 6.6.49.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.49.Final.

You can find the full list of 6.6.49.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration to 6.6 version.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 6.6.48

Hibernate ORM 6.6.48.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.48.Final.

You can find the full list of 6.6.48.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration to 6.6 version.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-envers's changelog.

Changes in 6.6.49.Final (April 19, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38760

** Task * HHH-20344 Upgrade to ByteBuddy 1.17.8 * HHH-20334 Upgrade to Log4j 2.25.4

Changes in 6.6.48.Final (April 12, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38656

** Bug * HHH-19824 DB2zDialect does not use correct querySequenceString on a DB2 on zOs

Changes in 6.6.47.Final (April 05, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38555

** Bug * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey

Changes in 6.6.46.Final (March 30, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38385

** Bug * HHH-20209 Race Condition in JavaTypeRegistry causing SemanticException during parallel UNION queries with projection. * HHH-19429 ConcurrentModificationException observed while executing JPQL update query with VERSIONED clause

Changes in 6.6.45.Final (March 22, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38115

** Bug * HHH-20253 ClassCastException when using hibernate-enhance-maven-plugin plugin

** Task * HHH-20232 Update c3p0 to 0.12.0

Commits
  • 03182e5 [Jenkins release job] Preparing release 6.6.49.Final
  • 3ccebe2 [Jenkins release job] changelog.txt updated by release build 6.6.49.Final
  • 5265391 HHH-20345 Test against JDK 26
  • 2743d3a HHH-20344 Upgrade to Byte-Buddy 1.17.8
  • 270dac0 Remove the Quarkus build
  • a1eb382 Limit git history depth to 10 in Quarkus build
  • f57b423 Revert "Temporarily switch to Quarkus branch that removes dead code causing c...
  • 0edb9df HHH-20334 Upgrade to Log4j 2.25.4
  • eff27b2 HHH-20334 Fix invalid log4j config
  • c4fee57 [Jenkins release job] Preparing next development iteration
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-jpamodelgen from 6.6.44.Final to 6.6.49.Final

Release notes

Sourced from org.hibernate.orm:hibernate-jpamodelgen's releases.

Release 6.6.49

Hibernate ORM 6.6.49.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.49.Final.

You can find the full list of 6.6.49.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration to 6.6 version.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 6.6.48

Hibernate ORM 6.6.48.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.48.Final.

You can find the full list of 6.6.48.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration to 6.6 version.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-jpamodelgen's changelog.

Changes in 6.6.49.Final (April 19, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38760

** Task * HHH-20344 Upgrade to ByteBuddy 1.17.8 * HHH-20334 Upgrade to Log4j 2.25.4

Changes in 6.6.48.Final (April 12, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38656

** Bug * HHH-19824 DB2zDialect does not use correct querySequenceString on a DB2 on zOs

Changes in 6.6.47.Final (April 05, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38555

** Bug * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey

Changes in 6.6.46.Final (March 30, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38385

** Bug * HHH-20209 Race Condition in JavaTypeRegistry causing SemanticException during parallel UNION queries with projection. * HHH-19429 ConcurrentModificationException observed while executing JPQL update query with VERSIONED clause

Changes in 6.6.45.Final (March 22, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38115

** Bug * HHH-20253 ClassCastException when using hibernate-enhance-maven-plugin plugin

** Task * HHH-20232 Update c3p0 to 0.12.0

Commits
  • 03182e5 [Jenkins release job] Preparing release 6.6.49.Final
  • 3ccebe2 [Jenkins release job] changelog.txt updated by release build 6.6.49.Final
  • 5265391 HHH-20345 Test against JDK 26
  • 2743d3a HHH-20344 Upgrade to Byte-Buddy 1.17.8
  • 270dac0 Remove the Quarkus build
  • a1eb382 Limit git history depth to 10 in Quarkus build
  • f57b423 Revert "Temporarily switch to Quarkus branch that removes dead code causing c...
  • 0edb9df HHH-20334 Upgrade to Log4j 2.25.4
  • eff27b2 HHH-20334 Fix invalid log4j config
  • c4fee57 [Jenkins release job] Preparing next development iteration
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-community-dialects from 6.6.44.Final to 6.6.49.Final

Release notes

Sourced from org.hibernate.orm:hibernate-community-dialects's releases.

Release 6.6.49

Hibernate ORM 6.6.49.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.49.Final.

You can find the full list of 6.6.49.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration to 6.6 version.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 6.6.48

Hibernate ORM 6.6.48.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.48.Final.

You can find the full list of 6.6.48.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration to 6.6 version.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-community-dialects's changelog.

Changes in 6.6.49.Final (April 19, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38760

** Task * HHH-20344 Upgrade to ByteBuddy 1.17.8 * HHH-20334 Upgrade to Log4j 2.25.4

Changes in 6.6.48.Final (April 12, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38656

** Bug * HHH-19824 DB2zDialect does not use correct querySequenceString on a DB2 on zOs

Changes in 6.6.47.Final (April 05, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38555

** Bug * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey

Changes in 6.6.46.Final (March 30, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38385

** Bug * HHH-20209 Race Condition in JavaTypeRegistry causing SemanticException during parallel UNION queries with projection. * HHH-19429 ConcurrentModificationException observed while executing JPQL update query with VERSIONED clause

Changes in 6.6.45.Final (March 22, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38115

** Bug * HHH-20253 ClassCastException when using hibernate-enhance-maven-plugin plugin

** Task * HHH-20232 Update c3p0 to 0.12.0

Commits
  • 03182e5 [Jenkins release job] Preparing release 6.6.49.Final
  • 3ccebe2 [Jenkins release job] changelog.txt updated by release build 6.6.49.Final
  • 5265391 HHH-20345 Test against JDK 26
  • 2743d3a HHH-20344 Upgrade to Byte-Buddy 1.17.8
  • 270dac0 Remove the Quarkus build
  • a1eb382 Limit git history depth to 10 in Quarkus build
  • f57b423 Revert "Temporarily switch to Quarkus branch that removes dead code causing c...
  • 0edb9df HHH-20334 Upgrade to Log4j 2.25.4
  • eff27b2 HHH-20334 Fix invalid log4j config
  • c4fee57 [Jenkins release job] Preparing next development iteration
  • Additional commits viewable in compare view

Updates org.hibernate.reactive:hibernate-reactive-core from 2.4.13.Final to 2.4.17.Final

Release notes

Sourced from org.hibernate.reactive:hibernate-reactive-core's releases.

Release 2.4.17

Hibernate Reactive 2.4.17.Final released

We are pleased to announce the release of Hibernate Reactive 2.4: 2.4.17.Final.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.

Conclusion

For additional details, see:

  • the

Bumps the hibernate group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.6.44.Final` | `6.6.49.Final` |
| [org.hibernate.orm:hibernate-graalvm](https://github.com/hibernate/hibernate-orm) | `6.6.44.Final` | `6.6.49.Final` |
| [org.hibernate.orm:hibernate-envers](https://github.com/hibernate/hibernate-orm) | `6.6.44.Final` | `6.6.49.Final` |
| [org.hibernate.orm:hibernate-jpamodelgen](https://github.com/hibernate/hibernate-orm) | `6.6.44.Final` | `6.6.49.Final` |
| [org.hibernate.orm:hibernate-community-dialects](https://github.com/hibernate/hibernate-orm) | `6.6.44.Final` | `6.6.49.Final` |
| [org.hibernate.reactive:hibernate-reactive-core](https://github.com/hibernate/hibernate-reactive) | `2.4.13.Final` | `2.4.17.Final` |


Updates `org.hibernate.orm:hibernate-core` from 6.6.44.Final to 6.6.49.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.49/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.44...6.6.49)

Updates `org.hibernate.orm:hibernate-graalvm` from 6.6.44.Final to 6.6.49.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.49/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.44...6.6.49)

Updates `org.hibernate.orm:hibernate-envers` from 6.6.44.Final to 6.6.49.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.49/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.44...6.6.49)

Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.6.44.Final to 6.6.49.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.49/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.44...6.6.49)

Updates `org.hibernate.orm:hibernate-community-dialects` from 6.6.44.Final to 6.6.49.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.49/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.44...6.6.49)

Updates `org.hibernate.orm:hibernate-graalvm` from 6.6.44.Final to 6.6.49.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.49/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.44...6.6.49)

Updates `org.hibernate.orm:hibernate-envers` from 6.6.44.Final to 6.6.49.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.49/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.44...6.6.49)

Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.6.44.Final to 6.6.49.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.49/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.44...6.6.49)

Updates `org.hibernate.orm:hibernate-community-dialects` from 6.6.44.Final to 6.6.49.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.49/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.44...6.6.49)

Updates `org.hibernate.reactive:hibernate-reactive-core` from 2.4.13.Final to 2.4.17.Final
- [Release notes](https://github.com/hibernate/hibernate-reactive/releases)
- [Commits](hibernate/hibernate-reactive@2.4.13...2.4.17)

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 6.6.49.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-graalvm
  dependency-version: 6.6.49.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-envers
  dependency-version: 6.6.49.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-jpamodelgen
  dependency-version: 6.6.49.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-community-dialects
  dependency-version: 6.6.49.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-graalvm
  dependency-version: 6.6.49.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-envers
  dependency-version: 6.6.49.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-jpamodelgen
  dependency-version: 6.6.49.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-community-dialects
  dependency-version: 6.6.49.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.reactive:hibernate-reactive-core
  dependency-version: 2.4.17.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the area/dependencies Pull requests that update a dependency file label Apr 24, 2026
@dependabot dependabot Bot requested a review from a team April 24, 2026 05:10
@dependabot dependabot Bot added the area/dependencies Pull requests that update a dependency file label Apr 24, 2026
@quarkus-bot quarkus-bot Bot changed the title Bump the hibernate group with 6 updates [3.20] Bump the hibernate group with 6 updates Apr 24, 2026
@quarkus-bot
Copy link
Copy Markdown

quarkus-bot Bot commented Apr 24, 2026

/cc @aloubyansky (3.20), @gastaldi (3.20), @gsmet (3.20), @jmartisk (3.20), @rsvoboda (3.20)

@quarkus-bot
Copy link
Copy Markdown

quarkus-bot Bot commented Apr 24, 2026

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 5006bfb.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ Gradle Tests - JDK 17 Windows

📦 integration-tests/gradle

io.quarkus.gradle.devmode.IncludedKotlinBuildDevModeTest.main - History

  • Condition with Lambda expression in io.quarkus.test.devmode.util.DevModeClient was not fulfilled within 1 minutes 30 seconds. - org.awaitility.core.ConditionTimeoutException
Details
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.test.devmode.util.DevModeClient was not fulfilled within 1 minutes  30 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:975)
	at io.quarkus.test.devmode.util.DevModeClient.getHttpResponse(DevModeClient.java:164)
	at io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.getHttpResponse(QuarkusDevGradleTestBase.java:165)

⚙️ MicroProfile TCKs Tests

📦 tcks/microprofile-lra

org.eclipse.microprofile.lra.tck.TckRecoveryTests.testCancelWhenParticipantIsUnavailable - History

  • Expecting the metric Compensated callback was called Expected: a value equal to or greater than <1> but: <0> was less than <1> - java.lang.AssertionError
Details
java.lang.AssertionError: 
Expecting the metric Compensated callback was called
Expected: a value equal to or greater than <1>
     but: <0> was less than <1>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.eclipse.microprofile.lra.tck.TckRecoveryTests.assertMetricCallbackCalled(TckRecoveryTests.java:210)
	at org.eclipse.microprofile.lra.tck.TckRecoveryTests.testCancelWhenParticipantIsUnavailable(TckRecoveryTests.java:195)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependencies Pull requests that update a dependency file triage/flaky-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants