quarkus icon indicating copy to clipboard operation
quarkus copied to clipboard

[3.20] Bump the hibernate group across 1 directory with 6 updates

Open dependabot[bot] opened this issue 4 weeks ago • 11 comments

Bumps the hibernate group with 6 updates in the / directory:

Package From To
org.hibernate.orm:hibernate-core 6.6.34.Final 6.6.37.Final
org.hibernate.orm:hibernate-graalvm 6.6.34.Final 6.6.37.Final
org.hibernate.orm:hibernate-envers 6.6.34.Final 6.6.37.Final
org.hibernate.orm:hibernate-jpamodelgen 6.6.34.Final 6.6.37.Final
org.hibernate.orm:hibernate-community-dialects 6.6.34.Final 6.6.37.Final
org.hibernate.reactive:hibernate-reactive-core 2.4.8.Final 2.4.9.Final

Updates org.hibernate.orm:hibernate-core from 6.6.34.Final to 6.6.37.Final

Release notes

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

Release 6.6.37

Hibernate ORM 6.6.37.Final released

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

You can find the full list of 6.6.37.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.36

Hibernate ORM 6.6.36.Final released

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

You can find the full list of 6.6.36.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.37.Final (November 24, 2025)

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

** Bug * HHH-19936 Parameter casts for by-id lookups don't take column definition into account * HHH-19926 NullPointerException when executing JPQL IN clause with null parameter on entity association * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing detached instance * HHH-19038 Hibernate.get does not work on detached entities * HHH-16991 EnhancedUserType cannot be used when defining relations

Changes in 6.6.36.Final (November 16, 2025)

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

** Bug * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6

Changes in 6.6.35.Final (November 13, 2025)

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

** Bug * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19888 FetchPlusOffsetParameterBinder fails to apply static offset for root pagination * HHH-19887 Wrong ClassLoader used for Jackson Module discovery * HHH-19739 Exceptions during load of entity with different persistent fields with same name

Note: Please refer to JIRA to learn more about each issue.

Commits
  • d987793 [Jenkins release job] Preparing release 6.6.37.Final
  • 2c2539e [Jenkins release job] changelog.txt updated by release build 6.6.37.Final
  • 07eddea Add missing script attribute to the Jenkins command
  • b7d2fd1 HHH-19926 NullPointerException when executing JPQL IN clause with null parame...
  • 1c6e250 HHH-19926 Add test for issue
  • 8b535c5 Fix checkstyle violations
  • dd1354a Use the predefined version of jenkins helpers
  • ebc4381 HHH-19038 - Evaluate the session validity in AbstractPersistentCollection bef...
  • 31d75d0 Drop container image pre-pull since this is proxied now on CI anyway
  • 3460dcd HHH-16991 Fix array based id restriction with EnhanceUserType
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-graalvm from 6.6.34.Final to 6.6.37.Final

Release notes

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

Release 6.6.37

Hibernate ORM 6.6.37.Final released

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

You can find the full list of 6.6.37.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.36

Hibernate ORM 6.6.36.Final released

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

You can find the full list of 6.6.36.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.37.Final (November 24, 2025)

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

** Bug * HHH-19936 Parameter casts for by-id lookups don't take column definition into account * HHH-19926 NullPointerException when executing JPQL IN clause with null parameter on entity association * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing detached instance * HHH-19038 Hibernate.get does not work on detached entities * HHH-16991 EnhancedUserType cannot be used when defining relations

Changes in 6.6.36.Final (November 16, 2025)

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

** Bug * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6

Changes in 6.6.35.Final (November 13, 2025)

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

** Bug * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19888 FetchPlusOffsetParameterBinder fails to apply static offset for root pagination * HHH-19887 Wrong ClassLoader used for Jackson Module discovery * HHH-19739 Exceptions during load of entity with different persistent fields with same name

Note: Please refer to JIRA to learn more about each issue.

Commits
  • d987793 [Jenkins release job] Preparing release 6.6.37.Final
  • 2c2539e [Jenkins release job] changelog.txt updated by release build 6.6.37.Final
  • 07eddea Add missing script attribute to the Jenkins command
  • b7d2fd1 HHH-19926 NullPointerException when executing JPQL IN clause with null parame...
  • 1c6e250 HHH-19926 Add test for issue
  • 8b535c5 Fix checkstyle violations
  • dd1354a Use the predefined version of jenkins helpers
  • ebc4381 HHH-19038 - Evaluate the session validity in AbstractPersistentCollection bef...
  • 31d75d0 Drop container image pre-pull since this is proxied now on CI anyway
  • 3460dcd HHH-16991 Fix array based id restriction with EnhanceUserType
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-envers from 6.6.34.Final to 6.6.37.Final

Release notes

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

Release 6.6.37

Hibernate ORM 6.6.37.Final released

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

You can find the full list of 6.6.37.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.36

Hibernate ORM 6.6.36.Final released

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

You can find the full list of 6.6.36.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.37.Final (November 24, 2025)

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

** Bug * HHH-19936 Parameter casts for by-id lookups don't take column definition into account * HHH-19926 NullPointerException when executing JPQL IN clause with null parameter on entity association * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing detached instance * HHH-19038 Hibernate.get does not work on detached entities * HHH-16991 EnhancedUserType cannot be used when defining relations

Changes in 6.6.36.Final (November 16, 2025)

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

** Bug * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6

Changes in 6.6.35.Final (November 13, 2025)

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

** Bug * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19888 FetchPlusOffsetParameterBinder fails to apply static offset for root pagination * HHH-19887 Wrong ClassLoader used for Jackson Module discovery * HHH-19739 Exceptions during load of entity with different persistent fields with same name

Note: Please refer to JIRA to learn more about each issue.

Commits
  • d987793 [Jenkins release job] Preparing release 6.6.37.Final
  • 2c2539e [Jenkins release job] changelog.txt updated by release build 6.6.37.Final
  • 07eddea Add missing script attribute to the Jenkins command
  • b7d2fd1 HHH-19926 NullPointerException when executing JPQL IN clause with null parame...
  • 1c6e250 HHH-19926 Add test for issue
  • 8b535c5 Fix checkstyle violations
  • dd1354a Use the predefined version of jenkins helpers
  • ebc4381 HHH-19038 - Evaluate the session validity in AbstractPersistentCollection bef...
  • 31d75d0 Drop container image pre-pull since this is proxied now on CI anyway
  • 3460dcd HHH-16991 Fix array based id restriction with EnhanceUserType
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-jpamodelgen from 6.6.34.Final to 6.6.37.Final

Release notes

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

Release 6.6.37

Hibernate ORM 6.6.37.Final released

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

You can find the full list of 6.6.37.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.36

Hibernate ORM 6.6.36.Final released

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

You can find the full list of 6.6.36.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.37.Final (November 24, 2025)

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

** Bug * HHH-19936 Parameter casts for by-id lookups don't take column definition into account * HHH-19926 NullPointerException when executing JPQL IN clause with null parameter on entity association * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing detached instance * HHH-19038 Hibernate.get does not work on detached entities * HHH-16991 EnhancedUserType cannot be used when defining relations

Changes in 6.6.36.Final (November 16, 2025)

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

** Bug * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6

Changes in 6.6.35.Final (November 13, 2025)

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

** Bug * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19888 FetchPlusOffsetParameterBinder fails to apply static offset for root pagination * HHH-19887 Wrong ClassLoader used for Jackson Module discovery * HHH-19739 Exceptions during load of entity with different persistent fields with same name

Note: Please refer to JIRA to learn more about each issue.

Commits
  • d987793 [Jenkins release job] Preparing release 6.6.37.Final
  • 2c2539e [Jenkins release job] changelog.txt updated by release build 6.6.37.Final
  • 07eddea Add missing script attribute to the Jenkins command
  • b7d2fd1 HHH-19926 NullPointerException when executing JPQL IN clause with null parame...
  • 1c6e250 HHH-19926 Add test for issue
  • 8b535c5 Fix checkstyle violations
  • dd1354a Use the predefined version of jenkins helpers
  • ebc4381 HHH-19038 - Evaluate the session validity in AbstractPersistentCollection bef...
  • 31d75d0 Drop container image pre-pull since this is proxied now on CI anyway
  • 3460dcd HHH-16991 Fix array based id restriction with EnhanceUserType
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-community-dialects from 6.6.34.Final to 6.6.37.Final

Release notes

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

Release 6.6.37

Hibernate ORM 6.6.37.Final released

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

You can find the full list of 6.6.37.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.36

Hibernate ORM 6.6.36.Final released

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

You can find the full list of 6.6.36.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.37.Final (November 24, 2025)

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

** Bug * HHH-19936 Parameter casts for by-id lookups don't take column definition into account * HHH-19926 NullPointerException when executing JPQL IN clause with null parameter on entity association * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing detached instance * HHH-19038 Hibernate.get does not work on detached entities * HHH-16991 EnhancedUserType cannot be used when defining relations

Changes in 6.6.36.Final (November 16, 2025)

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

** Bug * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6

Changes in 6.6.35.Final (November 13, 2025)

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

** Bug * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19888 FetchPlusOffsetParameterBinder fails to apply static offset for root pagination * HHH-19887 Wrong ClassLoader used for Jackson Module discovery * HHH-19739 Exceptions during load of entity with different persistent fields with same name

Note: Please refer to JIRA to learn more about each issue.

Commits
  • d987793 [Jenkins release job] Preparing release 6.6.37.Final
  • 2c2539e [Jenkins release job] changelog.txt updated by release build 6.6.37.Final
  • 07eddea Add missing script attribute to the Jenkins command
  • b7d2fd1 HHH-19926 NullPointerException when executing JPQL IN clause with null parame...
  • 1c6e250 HHH-19926 Add test for issue
  • 8b535c5 Fix checkstyle violations
  • dd1354a Use the predefined version of jenkins helpers
  • ebc4381 HHH-19038 - Evaluate the session validity in AbstractPersistentCollection bef...
  • 31d75d0 Drop container image pre-pull since this is proxied now on CI anyway
  • 3460dcd HHH-16991 Fix array based id restriction with EnhanceUserType
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-graalvm from 6.6.34.Final to 6.6.37.Final

Release notes

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

Release 6.6.37

Hibernate ORM 6.6.37.Final released

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

You can find the full list of 6.6.37.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.36

Hibernate ORM 6.6.36.Final released

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

You can find the full list of 6.6.36.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.37.Final (November 24, 2025)

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

** Bug * HHH-19936 Parameter casts for by-id lookups don't take column definition into account * HHH-19926 NullPointerException when executing JPQL IN clause with null parameter on entity association * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing detached instance * HHH-19038 Hibernate.get does not work on detached entities * HHH-16991 EnhancedUserType cannot be used when defining relations

Changes in 6.6.36.Final (November 16, 2025)

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

** Bug * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6

Changes in 6.6.35.Final (November 13, 2025)

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

** Bug * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19888 FetchPlusOffsetParameterBinder fails to apply static offset for root pagination * HHH-19887 Wrong ClassLoader used for Jackson Module discovery * HHH-19739 Exceptions during load of entity with different persistent fields with same name

Note: Please refer to JIRA to learn more about each issue.

Commits
  • d987793 [Jenkins release job] Preparing release 6.6.37.Final
  • 2c2539e [Jenkins release job] changelog.txt updated by release build 6.6.37.Final
  • 07eddea Add missing script attribute to the Jenkins command
  • b7d2fd1 HHH-19926 NullPointerException when executing JPQL IN clause with null parame...
  • 1c6e250 HHH-19926 Add test for issue
  • 8b535c5 Fix checkstyle violations
  • dd1354a Use the predefined version of jenkins helpers
  • ebc4381 HHH-19038 - Evaluate the session validity in AbstractPersistentCollection bef...
  • 31d75d0 Drop container image pre-pull since this is proxied now on CI anyway
  • 3460dcd HHH-16991 Fix array based id restriction with EnhanceUserType
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-envers from 6.6.34.Final to 6.6.37.Final

Release notes

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

Release 6.6.37

Hibernate ORM 6.6.37.Final released

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

You can find the full list of 6.6.37.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.36

Hibernate ORM 6.6.36.Final released

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

You can find the full list of 6.6.36.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.37.Final (November 24, 2025)

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

** Bug * HHH-19936 Parameter casts for by-id lookups don't take column definition into account * HHH-19926 NullPointerException when executing JPQL IN clause with null parameter on entity association * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing detached instance * HHH-19038 Hibernate.get does not work on detached entities * HHH-16991 EnhancedUserType cannot be used when defining relations

Changes in 6.6.36.Final (November 16, 2025)

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

** Bug * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6

Changes in 6.6.35.Final (November 13, 2025)

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

** Bug * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19888 FetchPlusOffsetParameterBinder fails to apply static offset for root pagination * HHH-19887 Wrong ClassLoader used for Jackson Module discovery * HHH-19739 Exceptions during load of entity with different persistent fields with same name

Note: Please refer to JIRA to learn more about each issue.

Commits
  • d987793 [Jenkins release job] Preparing release 6.6.37.Final
  • 2c2539e [Jenkins release job] changelog.txt updated by release build 6.6.37.Final
  • 07eddea Add missing script attribute to the Jenkins command
  • b7d2fd1 HHH-19926 NullPointerException when executing JPQL IN clause with null parame...
  • 1c6e250 HHH-19926 Add test for issue
  • 8b535c5 Fix checkstyle violations
  • dd1354a Use the predefined version of jenkins helpers
  • ebc4381 HHH-19038 - Evaluate the session validity in AbstractPersistentCollection bef...
  • 31d75d0 Drop container image pre-pull since this is proxied now on CI anyway
  • 3460dcd HHH-16991 Fix array based id restriction with EnhanceUserType
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-jpamodelgen from 6.6.34.Final to 6.6.37.Final

Release notes

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

Release 6.6.37

Hibernate ORM 6.6.37.Final released

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

You can find the full list of 6.6.37.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.36

Hibernate ORM 6.6.36.Final released

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

You can find the full list of 6.6.36.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.37.Final (November 24, 2025)

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

** Bug * HHH-19936 Parameter casts for by-id lookups don't take column definition into account * HHH-19926 NullPointerException when executing JPQL IN clause with null parameter on entity association * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing detached instance * HHH-19038 Hibernate.get does not work on detached entities * HHH-16991 EnhancedUserType cannot be used when defining relations

Changes in 6.6.36.Final (November 16, 2025)

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

** Bug * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6

Changes in 6.6.35.Final (November 13, 2025)

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

** Bug * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19888 FetchPlusOffsetParameterBinder fails to apply static offset for root pagination * HHH-19887 Wrong ClassLoader used for Jackson Module discovery * HHH-19739 Exceptions during load of entity with different persistent fields with same name

Note: Please refer to JIRA to learn more about each issue.

Commits
  • d987793 [Jenkins release job] Preparing release 6.6.37.Final
  • 2c2539e [Jenkins release job] changelog.txt updated by release build 6.6.37.Final
  • 07eddea Add missing script attribute to the Jenkins command
  • b7d2fd1 HHH-19926 NullPointerException when executing JPQL IN clause with null parame...
  • 1c6e250 HHH-19926 Add test for issue
  • 8b535c5 Fix checkstyle violations
  • dd1354a Use the predefined version of jenkins helpers
  • ebc4381 HHH-19038 - Evaluate the session validity in AbstractPersistentCollection bef...
  • 31d75d0 Drop container image pre-pull since this is proxied now on CI anyway
  • 3460dcd HHH-16991 Fix array based id restriction with EnhanceUserType
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-community-dialects from 6.6.34.Final to 6.6.37.Final

Release notes

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

Release 6.6.37

Hibernate ORM 6.6.37.Final released

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

You can find the full list of 6.6.37.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.36

Hibernate ORM 6.6.36.Final released

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

You can find the full list of 6.6.36.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.37.Final (November 24, 2025)

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

** Bug * HHH-19936 Parameter casts for by-id lookups don't take column definition into account * HHH-19926 NullPointerException when executing JPQL IN clause with null parameter on entity association * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing detached instance * HHH-19038 Hibernate.get does not work on detached entities * HHH-16991 EnhancedUserType cannot be used when defining relations

Changes in 6.6.36.Final (November 16, 2025)

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

** Bug * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6

Changes in 6.6.35.Final (November 13, 2025)

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

** Bug * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19888 FetchPlusOffsetParameterBinder fails to apply static offset for root pagination * HHH-19887 Wrong ClassLoader used for Jackson Module discovery * HHH-19739 Exceptions during load of entity with different persistent fields with same name

Note: Please refer to JIRA to learn more about each issue.

Commits
  • d987793 [Jenkins release job] Preparing release 6.6.37.Final
  • 2c2539e [Jenkins release job] changelog.txt updated by release build 6.6.37.Final
  • 07eddea Add missing script attribute to the Jenkins command
  • b7d2fd1 HHH-19926 NullPointerException when executing JPQL IN clause with null parame...
  • ...

    Description has been truncated

dependabot[bot] avatar Nov 24 '25 22:11 dependabot[bot]

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

quarkus-bot[bot] avatar Nov 24 '25 22:11 quarkus-bot[bot]


:waning_crescent_moon: This workflow status is outdated as a new workflow run has been triggered.


Status for workflow Quarkus CI

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

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
:x: Initial JDK 17 Build Build Failures Logs Raw logs :mag:

You can consult the Develocity build scans.

Failures

:gear: Initial JDK 17 Build #

- Failing: extensions/panache/panache-hibernate-common/runtime 
! Skipped: devtools/bom-descriptor-json docs extensions/flyway/deployment and 108 more

:package: extensions/panache/panache-hibernate-common/runtime

:x: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.14.0:compile (default-compile) on project quarkus-panache-hibernate-common: Compilation failure

quarkus-bot[bot] avatar Nov 24 '25 23:11 quarkus-bot[bot]

@yrodiere could you have a look at this? It's causing compilation failures

jmartisk avatar Nov 25 '25 06:11 jmartisk

@jmartisk can't look right now, but I opened this other PR a few days/weeks ago warning about an upcoming compilation failure if we don't merge it. Perhaps it's time to merge it? :)

yrodiere avatar Nov 25 '25 09:11 yrodiere

Ah, that indeed seems to be the solution, thanks @yrodiere I'll merge it soon (I'm waiting for 3.20.4 product to be finished just to be sure before starting to merge 3.20.5 stuff)

jmartisk avatar Nov 25 '25 09:11 jmartisk


:waning_crescent_moon: This workflow status is outdated as a new workflow run has been triggered.


Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 323444e50f720532e41a8fe303eb54c407f02b64.

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
:x: Initial JDK 17 Build Build Failures Logs Raw logs :mag:

You can consult the Develocity build scans.

Failures

:gear: Initial JDK 17 Build #

- Failing: extensions/panache/panache-hibernate-common/runtime 
! Skipped: devtools/bom-descriptor-json docs extensions/flyway/deployment and 108 more

:package: extensions/panache/panache-hibernate-common/runtime

:x: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.14.0:compile (default-compile) on project quarkus-panache-hibernate-common: Compilation failure

quarkus-bot[bot] avatar Nov 26 '25 22:11 quarkus-bot[bot]


:waning_crescent_moon: This workflow status is outdated as a new workflow run has been triggered.


Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 323444e50f720532e41a8fe303eb54c407f02b64.

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
:x: Initial JDK 17 Build Build Failures Logs Raw logs :mag:

You can consult the Develocity build scans.

Failures

:gear: Initial JDK 17 Build #

- Failing: extensions/panache/panache-hibernate-common/runtime 
! Skipped: devtools/bom-descriptor-json docs extensions/flyway/deployment and 108 more

:package: extensions/panache/panache-hibernate-common/runtime

:x: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.14.0:compile (default-compile) on project quarkus-panache-hibernate-common: Compilation failure

quarkus-bot[bot] avatar Nov 27 '25 07:11 quarkus-bot[bot]

@dependabot rebase

jmartisk avatar Nov 27 '25 08:11 jmartisk


:waning_crescent_moon: This workflow status is outdated as a new workflow run has been triggered.


Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 3a16257f7cf0de915dfe0454d8d646b6a55481e9.

:white_check_mark: 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

:gear: MicroProfile TCKs Tests

:package: tcks/microprofile-lra

:x: 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
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)

quarkus-bot[bot] avatar Nov 27 '25 10:11 quarkus-bot[bot]


:waning_crescent_moon: This workflow status is outdated as a new workflow run has been triggered.


Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 976dba678ca2f936006c0e47c3e13b34603f755f.

:white_check_mark: 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

:gear: JVM Tests - JDK 17 Windows

:package: extensions/micrometer-opentelemetry/deployment

:x: io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod_Uni - History

  • Stream has no elements - java.lang.IllegalArgumentException
java.lang.IllegalArgumentException: Stream has no elements
	at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lambda$lastReading$2(MetricDataFilter.java:213)
	at java.base/java.util.Optional.orElseThrow(Optional.java:403)
	at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lastReading(MetricDataFilter.java:213)
	at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lastReadingDataPoint(MetricDataFilter.java:231)
	at io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod_Uni(MicrometerTimedInterceptorTest.java:174)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.test.QuarkusUnitTest.runExtensionMethod(QuarkusUnitTest.java:521)

:gear: MicroProfile TCKs Tests

:package: tcks/microprofile-lra

:x: 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
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)

quarkus-bot[bot] avatar Nov 28 '25 00:11 quarkus-bot[bot]


:waning_crescent_moon: This workflow status is outdated as a new workflow run has been triggered.


Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 8acdac528ce43a4ffcc3523d7c3e4b9f84ccf5b0.

:white_check_mark: 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

:gear: JVM Tests - JDK 21

:package: extensions/smallrye-reactive-messaging-kafka/deployment

:x: io.quarkus.smallrye.reactivemessaging.kafka.deployment.testing.KafkaDevServicesContinuousTestingTestCase.testContinuousTestingScenario2 - History

  • io.quarkus.builder.BuildException: Build failure: Build failed due to errors [error]: Build step io.quarkus.apicurio.registry.devservice.DevServicesApicurioRegistryProcessor\#startApicurioRegistryDevService threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image quay.io/apicurio/apicurio-registry-mem:2.4.2.Final at io.quarkus.apicurio.registry.devservice.DevServicesApicurioRegistryProcessor.startApicurioRegistryDevService(DevServicesApicurioRegistryProcessor.java:90) at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:733) at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856) - java.lang.RuntimeException
java.lang.RuntimeException: 
io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.apicurio.registry.devservice.DevServicesApicurioRegistryProcessor#startApicurioRegistryDevService threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image quay.io/apicurio/apicurio-registry-mem:2.4.2.Final
	at io.quarkus.apicurio.registry.devservice.DevServicesApicurioRegistryProcessor.startApicurioRegistryDevService(DevServicesApicurioRegistryProcessor.java:90)
	at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:733)
	at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856)
	at io.quarkus.builder.BuildContext.run(BuildContext.java:255)
	at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)

:gear: JVM Tests - JDK 17 Windows

:package: extensions/micrometer-opentelemetry/deployment

:x: io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod_Uni - History

  • Stream has no elements - java.lang.IllegalArgumentException
java.lang.IllegalArgumentException: Stream has no elements
	at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lambda$lastReading$2(MetricDataFilter.java:213)
	at java.base/java.util.Optional.orElseThrow(Optional.java:403)
	at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lastReading(MetricDataFilter.java:213)
	at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lastReadingDataPoint(MetricDataFilter.java:231)
	at io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod_Uni(MicrometerTimedInterceptorTest.java:174)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.test.QuarkusUnitTest.runExtensionMethod(QuarkusUnitTest.java:521)

:gear: MicroProfile TCKs Tests

:package: tcks/microprofile-lra

:x: 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
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)

quarkus-bot[bot] avatar Dec 02 '25 04:12 quarkus-bot[bot]

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

dependabot[bot] avatar Dec 10 '25 22:12 dependabot[bot]

@dependabot recreate

yrodiere avatar Dec 11 '25 09:12 yrodiere

Status for workflow Quarkus CI

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

:white_check_mark: 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

:gear: JVM Tests - JDK 21

:package: extensions/smallrye-reactive-messaging-kafka/deployment

:x: io.quarkus.smallrye.reactivemessaging.kafka.deployment.testing.KafkaDevServicesContinuousTestingTestCase.testContinuousTestingScenario2 - History

  • io.quarkus.builder.BuildException: Build failure: Build failed due to errors [error]: Build step io.quarkus.apicurio.registry.devservice.DevServicesApicurioRegistryProcessor\#startApicurioRegistryDevService threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image quay.io/apicurio/apicurio-registry-mem:2.4.2.Final at io.quarkus.apicurio.registry.devservice.DevServicesApicurioRegistryProcessor.startApicurioRegistryDevService(DevServicesApicurioRegistryProcessor.java:90) at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:733) at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856) - java.lang.RuntimeException
java.lang.RuntimeException: 
io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.apicurio.registry.devservice.DevServicesApicurioRegistryProcessor#startApicurioRegistryDevService threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image quay.io/apicurio/apicurio-registry-mem:2.4.2.Final
	at io.quarkus.apicurio.registry.devservice.DevServicesApicurioRegistryProcessor.startApicurioRegistryDevService(DevServicesApicurioRegistryProcessor.java:90)
	at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:733)
	at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856)
	at io.quarkus.builder.BuildContext.run(BuildContext.java:255)
	at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)

:gear: JVM Tests - JDK 17 Windows

:package: extensions/micrometer-opentelemetry/deployment

:x: io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod_Uni - History

  • Stream has no elements - java.lang.IllegalArgumentException
java.lang.IllegalArgumentException: Stream has no elements
	at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lambda$lastReading$2(MetricDataFilter.java:213)
	at java.base/java.util.Optional.orElseThrow(Optional.java:403)
	at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lastReading(MetricDataFilter.java:213)
	at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lastReadingDataPoint(MetricDataFilter.java:231)
	at io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod_Uni(MicrometerTimedInterceptorTest.java:174)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.test.QuarkusUnitTest.runExtensionMethod(QuarkusUnitTest.java:521)

:gear: Gradle Tests - JDK 17 Windows

:package: integration-tests/gradle

:x: 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
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)

:gear: MicroProfile TCKs Tests

:package: tcks/microprofile-lra

:x: 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
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)

quarkus-bot[bot] avatar Dec 11 '25 11:12 quarkus-bot[bot]

The group that created this PR has been removed from your configuration.

dependabot[bot] avatar Dec 15 '25 11:12 dependabot[bot]