Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hibernate-orm.version from 6.6.1.Final to 6.6.2.Final #44378

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2024

Bumps hibernate-orm.version from 6.6.1.Final to 6.6.2.Final.
Updates org.hibernate.orm:hibernate-core from 6.6.1.Final to 6.6.2.Final

Release notes

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

Hibernate ORM 6.6.2.Final released

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

What's new

This release introduces a few minor improvements as well as bug fixes.

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

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.

Changelog

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

Changes in 6.6.2.Final (November 07, 2024)

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

** Bug * [HHH-18773] - Multiple selections of same alias triggers possible non-threadsafe access to the session * [HHH-18770] - NPE when using the JFR integration with JFR disabled * [HHH-18764] - Class cast exception when using non basic type as identifier and in an embedded field using a natural ID * [HHH-18761] - named query method generation for @​NamedQuery on entity * [HHH-18739] - Do not support join queries when using Mysql * [HHH-18730] - Multi-column association in aggregate component doesn't work * [HHH-18720] - Type check on select columns in union all gives SemanticException when there is a null column * [HHH-18719] - Previous row state reuse can provide detached entities to the consumer * [HHH-18713] - saveOrUpdate changed behaviour with bytecode enhancer * [HHH-18712] - Warning about attempts to update an immutable entity for normal (not immutable) entity * [HHH-18702] - Exception using @​EmbeddedId with @​OneToMany that refers to an alternate key column * [HHH-18699] - Correctly handle @​Id and @​Version fields in query validation in Hibernate Processor * [HHH-18697] - JPA 3.2 spec compliance for uppercasing of names in Hibernate Processor * [HHH-18696] - @​Find method for single @​NaturalId field * [HHH-18692] - Hibernate attempts to close batched statements multiple times * [HHH-18681] - InterpretationException executing subquery in case-when : o.h.query.sqm.tree.select.SqmSelection.getExpressible() is null * [HHH-18675] - Self-referencing many-to-many relation on generic entity gives NullPointerException in mapping * [HHH-18669] - NullPointerException in the AgroalConnectionProvider * [HHH-18667] - Annotation processor leaks - OOME when used in Eclipse IDE * [HHH-18658] - Inner join prevents finding an entity instance referencing an empty map * [HHH-18645] - AssertionError in AbstractBatchEntitySelectFetchInitializer#registerToBatchFetchQueue * [HHH-18642] - DB2: select from new table with identity column not working when missing read permission * [HHH-18635] - Avoid using bigdatetime column type on Sybase jconn when not necessary * [HHH-18632] - Concurrency issue with AbstractEntityPersister#nonLazyPropertyLoadPlansByName * [HHH-18631] - AssertionError when loading an entity after removing another, associated entity * [HHH-18628] - Regression: Unable to determine TableReference * [HHH-18617] - Fetching unowned side of bidirectional OneToOne mappings including tenant identifier triggers EntityFilteredException * [HHH-18614] - TransientObjectException: session.update() does not save new entities in OneToMany relation when using bytecode enhancement * [HHH-18608] - NPE in EntityInitializerImpl.resolveInstanceSubInitializers * [HHH-18596] - ValueHandlingMode hack in query pagination * [HHH-18582] - Mapping array of arrays with @​JdbcTypeCode(SqlTypes.ARRAY) causes NPE * [HHH-18575] - IN predicate with numeric/decimal parameter types leads to Binding is multi-valued; illegal call to #getBindValue * [HHH-18564] - Literal expressions using AttributeConverters stopped working in hibernate 6 * [HHH-18551] - Memory leak caused by AbstractArrayJavaType#getRecommendedJdbcType * [HHH-18515] - Unrecognized discriminator value exception when running native query on entity with discriminator column * [HHH-18513] - Session Metrics for pre-partial-flushes are wrong * [HHH-18500] - Gradle plugin crashes on module-info when extended enhancement is set * [HHH-18494] - UnknownTableReferenceException in native query with placeholder when entity contains a to-one with a join table * [HHH-18491] - Resuming null transaction in JtaIsolationDelegate * [HHH-18471] - Since 6.2.2 Dialect SybaseAnywhereDialect does not render table names in the selection query * [HHH-18450] - Inconsistent "SELECT 1" versus "SELECT ?1" with result type Object[] * [HHH-18409] - In 6.5.2.Final, byte[] instance variables annotated with @​NaturalId cannot be found with a natural ID query (regression from Hibernate 5.6.15.Final) * [HHH-18389] - merge() with orphanRemoval = true leads to "HibernateException: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance" * [HHH-18321] - SqlTreeCreationException when using sum/diff with coalesce on properties of embeddable component

... (truncated)

Commits
  • 2366b10 Pre-steps for release : 6.6.2.Final
  • faebabd HHH-16572 - Skip enhancement for PROPERTY attributes with mismatched field an...
  • ab9e671 HHH-18564 Handle attribute converters for query literals
  • 6017ae4 HHH-18564 Add test for issue
  • 3c8214f HHH-18770 Check if the monitoring event was null
  • f58d5af HHH-18770 Check if the monitoring event was null
  • bdc44db HHH-18770 test with the jfr module on the classpath but jfr disabled
  • 6584eb3 HHH-18764 Fix incorrect type resolution in ManyToOneType dirty check
  • 5328e83 Fix upload of Devbelocity build scans
  • 8e30558 Fix upload of Develocity build scans
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-graalvm from 6.6.1.Final to 6.6.2.Final

Release notes

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

Hibernate ORM 6.6.2.Final released

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

What's new

This release introduces a few minor improvements as well as bug fixes.

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

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.

Changelog

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

Changes in 6.6.2.Final (November 07, 2024)

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

** Bug * [HHH-18773] - Multiple selections of same alias triggers possible non-threadsafe access to the session * [HHH-18770] - NPE when using the JFR integration with JFR disabled * [HHH-18764] - Class cast exception when using non basic type as identifier and in an embedded field using a natural ID * [HHH-18761] - named query method generation for @​NamedQuery on entity * [HHH-18739] - Do not support join queries when using Mysql * [HHH-18730] - Multi-column association in aggregate component doesn't work * [HHH-18720] - Type check on select columns in union all gives SemanticException when there is a null column * [HHH-18719] - Previous row state reuse can provide detached entities to the consumer * [HHH-18713] - saveOrUpdate changed behaviour with bytecode enhancer * [HHH-18712] - Warning about attempts to update an immutable entity for normal (not immutable) entity * [HHH-18702] - Exception using @​EmbeddedId with @​OneToMany that refers to an alternate key column * [HHH-18699] - Correctly handle @​Id and @​Version fields in query validation in Hibernate Processor * [HHH-18697] - JPA 3.2 spec compliance for uppercasing of names in Hibernate Processor * [HHH-18696] - @​Find method for single @​NaturalId field * [HHH-18692] - Hibernate attempts to close batched statements multiple times * [HHH-18681] - InterpretationException executing subquery in case-when : o.h.query.sqm.tree.select.SqmSelection.getExpressible() is null * [HHH-18675] - Self-referencing many-to-many relation on generic entity gives NullPointerException in mapping * [HHH-18669] - NullPointerException in the AgroalConnectionProvider * [HHH-18667] - Annotation processor leaks - OOME when used in Eclipse IDE * [HHH-18658] - Inner join prevents finding an entity instance referencing an empty map * [HHH-18645] - AssertionError in AbstractBatchEntitySelectFetchInitializer#registerToBatchFetchQueue * [HHH-18642] - DB2: select from new table with identity column not working when missing read permission * [HHH-18635] - Avoid using bigdatetime column type on Sybase jconn when not necessary * [HHH-18632] - Concurrency issue with AbstractEntityPersister#nonLazyPropertyLoadPlansByName * [HHH-18631] - AssertionError when loading an entity after removing another, associated entity * [HHH-18628] - Regression: Unable to determine TableReference * [HHH-18617] - Fetching unowned side of bidirectional OneToOne mappings including tenant identifier triggers EntityFilteredException * [HHH-18614] - TransientObjectException: session.update() does not save new entities in OneToMany relation when using bytecode enhancement * [HHH-18608] - NPE in EntityInitializerImpl.resolveInstanceSubInitializers * [HHH-18596] - ValueHandlingMode hack in query pagination * [HHH-18582] - Mapping array of arrays with @​JdbcTypeCode(SqlTypes.ARRAY) causes NPE * [HHH-18575] - IN predicate with numeric/decimal parameter types leads to Binding is multi-valued; illegal call to #getBindValue * [HHH-18564] - Literal expressions using AttributeConverters stopped working in hibernate 6 * [HHH-18551] - Memory leak caused by AbstractArrayJavaType#getRecommendedJdbcType * [HHH-18515] - Unrecognized discriminator value exception when running native query on entity with discriminator column * [HHH-18513] - Session Metrics for pre-partial-flushes are wrong * [HHH-18500] - Gradle plugin crashes on module-info when extended enhancement is set * [HHH-18494] - UnknownTableReferenceException in native query with placeholder when entity contains a to-one with a join table * [HHH-18491] - Resuming null transaction in JtaIsolationDelegate * [HHH-18471] - Since 6.2.2 Dialect SybaseAnywhereDialect does not render table names in the selection query * [HHH-18450] - Inconsistent "SELECT 1" versus "SELECT ?1" with result type Object[] * [HHH-18409] - In 6.5.2.Final, byte[] instance variables annotated with @​NaturalId cannot be found with a natural ID query (regression from Hibernate 5.6.15.Final) * [HHH-18389] - merge() with orphanRemoval = true leads to "HibernateException: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance" * [HHH-18321] - SqlTreeCreationException when using sum/diff with coalesce on properties of embeddable component

... (truncated)

Commits
  • 2366b10 Pre-steps for release : 6.6.2.Final
  • faebabd HHH-16572 - Skip enhancement for PROPERTY attributes with mismatched field an...
  • ab9e671 HHH-18564 Handle attribute converters for query literals
  • 6017ae4 HHH-18564 Add test for issue
  • 3c8214f HHH-18770 Check if the monitoring event was null
  • f58d5af HHH-18770 Check if the monitoring event was null
  • bdc44db HHH-18770 test with the jfr module on the classpath but jfr disabled
  • 6584eb3 HHH-18764 Fix incorrect type resolution in ManyToOneType dirty check
  • 5328e83 Fix upload of Devbelocity build scans
  • 8e30558 Fix upload of Develocity build scans
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-envers from 6.6.1.Final to 6.6.2.Final

Release notes

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

Hibernate ORM 6.6.2.Final released

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

What's new

This release introduces a few minor improvements as well as bug fixes.

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

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.

Changelog

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

Changes in 6.6.2.Final (November 07, 2024)

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

** Bug * [HHH-18773] - Multiple selections of same alias triggers possible non-threadsafe access to the session * [HHH-18770] - NPE when using the JFR integration with JFR disabled * [HHH-18764] - Class cast exception when using non basic type as identifier and in an embedded field using a natural ID * [HHH-18761] - named query method generation for @​NamedQuery on entity * [HHH-18739] - Do not support join queries when using Mysql * [HHH-18730] - Multi-column association in aggregate component doesn't work * [HHH-18720] - Type check on select columns in union all gives SemanticException when there is a null column * [HHH-18719] - Previous row state reuse can provide detached entities to the consumer * [HHH-18713] - saveOrUpdate changed behaviour with bytecode enhancer * [HHH-18712] - Warning about attempts to update an immutable entity for normal (not immutable) entity * [HHH-18702] - Exception using @​EmbeddedId with @​OneToMany that refers to an alternate key column * [HHH-18699] - Correctly handle @​Id and @​Version fields in query validation in Hibernate Processor * [HHH-18697] - JPA 3.2 spec compliance for uppercasing of names in Hibernate Processor * [HHH-18696] - @​Find method for single @​NaturalId field * [HHH-18692] - Hibernate attempts to close batched statements multiple times * [HHH-18681] - InterpretationException executing subquery in case-when : o.h.query.sqm.tree.select.SqmSelection.getExpressible() is null * [HHH-18675] - Self-referencing many-to-many relation on generic entity gives NullPointerException in mapping * [HHH-18669] - NullPointerException in the AgroalConnectionProvider * [HHH-18667] - Annotation processor leaks - OOME when used in Eclipse IDE * [HHH-18658] - Inner join prevents finding an entity instance referencing an empty map * [HHH-18645] - AssertionError in AbstractBatchEntitySelectFetchInitializer#registerToBatchFetchQueue * [HHH-18642] - DB2: select from new table with identity column not working when missing read permission * [HHH-18635] - Avoid using bigdatetime column type on Sybase jconn when not necessary * [HHH-18632] - Concurrency issue with AbstractEntityPersister#nonLazyPropertyLoadPlansByName * [HHH-18631] - AssertionError when loading an entity after removing another, associated entity * [HHH-18628] - Regression: Unable to determine TableReference * [HHH-18617] - Fetching unowned side of bidirectional OneToOne mappings including tenant identifier triggers EntityFilteredException * [HHH-18614] - TransientObjectException: session.update() does not save new entities in OneToMany relation when using bytecode enhancement * [HHH-18608] - NPE in EntityInitializerImpl.resolveInstanceSubInitializers * [HHH-18596] - ValueHandlingMode hack in query pagination * [HHH-18582] - Mapping array of arrays with @​JdbcTypeCode(SqlTypes.ARRAY) causes NPE * [HHH-18575] - IN predicate with numeric/decimal parameter types leads to Binding is multi-valued; illegal call to #getBindValue * [HHH-18564] - Literal expressions using AttributeConverters stopped working in hibernate 6 * [HHH-18551] - Memory leak caused by AbstractArrayJavaType#getRecommendedJdbcType * [HHH-18515] - Unrecognized discriminator value exception when running native query on entity with discriminator column * [HHH-18513] - Session Metrics for pre-partial-flushes are wrong * [HHH-18500] - Gradle plugin crashes on module-info when extended enhancement is set * [HHH-18494] - UnknownTableReferenceException in native query with placeholder when entity contains a to-one with a join table * [HHH-18491] - Resuming null transaction in JtaIsolationDelegate * [HHH-18471] - Since 6.2.2 Dialect SybaseAnywhereDialect does not render table names in the selection query * [HHH-18450] - Inconsistent "SELECT 1" versus "SELECT ?1" with result type Object[] * [HHH-18409] - In 6.5.2.Final, byte[] instance variables annotated with @​NaturalId cannot be found with a natural ID query (regression from Hibernate 5.6.15.Final) * [HHH-18389] - merge() with orphanRemoval = true leads to "HibernateException: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance" * [HHH-18321] - SqlTreeCreationException when using sum/diff with coalesce on properties of embeddable component

... (truncated)

Commits
  • 2366b10 Pre-steps for release : 6.6.2.Final
  • faebabd HHH-16572 - Skip enhancement for PROPERTY attributes with mismatched field an...
  • ab9e671 HHH-18564 Handle attribute converters for query literals
  • 6017ae4 HHH-18564 Add test for issue
  • 3c8214f HHH-18770 Check if the monitoring event was null
  • f58d5af HHH-18770 Check if the monitoring event was null
  • bdc44db HHH-18770 test with the jfr module on the classpath but jfr disabled
  • 6584eb3 HHH-18764 Fix incorrect type resolution in ManyToOneType dirty check
  • 5328e83 Fix upload of Devbelocity build scans
  • 8e30558 Fix upload of Develocity build scans
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-jpamodelgen from 6.6.1.Final to 6.6.2.Final

Release notes

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

Hibernate ORM 6.6.2.Final released

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

What's new

This release introduces a few minor improvements as well as bug fixes.

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

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.

Changelog

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

Changes in 6.6.2.Final (November 07, 2024)

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

** Bug * [HHH-18773] - Multiple selections of same alias triggers possible non-threadsafe access to the session * [HHH-18770] - NPE when using the JFR integration with JFR disabled * [HHH-18764] - Class cast exception when using non basic type as identifier and in an embedded field using a natural ID * [HHH-18761] - named query method generation for @​NamedQuery on entity * [HHH-18739] - Do not support join queries when using Mysql * [HHH-18730] - Multi-column association in aggregate component doesn't work * [HHH-18720] - Type check on select columns in union all gives SemanticException when there is a null column * [HHH-18719] - Previous row state reuse can provide detached entities to the consumer * [HHH-18713] - saveOrUpdate changed behaviour with bytecode enhancer * [HHH-18712] - Warning about attempts to update an immutable entity for normal (not immutable) entity * [HHH-18702] - Exception using @​EmbeddedId with @​OneToMany that refers to an alternate key column * [HHH-18699] - Correctly handle @​Id and @​Version fields in query validation in Hibernate Processor * [HHH-18697] - JPA 3.2 spec compliance for uppercasing of names in Hibernate Processor * [HHH-18696] - @​Find method for single @​NaturalId field * [HHH-18692] - Hibernate attempts to close batched statements multiple times * [HHH-18681] - InterpretationException executing subquery in case-when : o.h.query.sqm.tree.select.SqmSelection.getExpressible() is null * [HHH-18675] - Self-referencing many-to-many relation on generic entity gives NullPointerException in mapping * [HHH-18669] - NullPointerException in the AgroalConnectionProvider * [HHH-18667] - Annotation processor leaks - OOME when used in Eclipse IDE * [HHH-18658] - Inner join prevents finding an entity instance referencing an empty map * [HHH-18645] - AssertionError in AbstractBatchEntitySelectFetchInitializer#registerToBatchFetchQueue * [HHH-18642] - DB2: select from new table with identity column not working when missing read permission * [HHH-18635] - Avoid using bigdatetime column type on Sybase jconn when not necessary * [HHH-18632] - Concurrency issue with AbstractEntityPersister#nonLazyPropertyLoadPlansByName * [HHH-18631] - AssertionError when loading an entity after removing another, associated entity * [HHH-18628] - Regression: Unable to determine TableReference * [HHH-18617] - Fetching unowned side of bidirectional OneToOne mappings including tenant identifier triggers EntityFilteredException * [HHH-18614] - TransientObjectException: session.update() does not save new entities in OneToMany relation when using bytecode enhancement * [HHH-18608] - NPE in EntityInitializerImpl.resolveInstanceSubInitializers * [HHH-18596] - ValueHandlingMode hack in query pagination * [HHH-18582] - Mapping array of arrays with @​JdbcTypeCode(SqlTypes.ARRAY) causes NPE * [HHH-18575] - IN predicate with numeric/decimal parameter types leads to Binding is multi-valued; illegal call to #getBindValue * [HHH-18564] - Literal expressions using AttributeConverters stopped working in hibernate 6 * [HHH-18551] - Memory leak caused by AbstractArrayJavaType#getRecommendedJdbcType * [HHH-18515] - Unrecognized discriminator value exception when running native query on entity with discriminator column * [HHH-18513] - Session Metrics for pre-partial-flushes are wrong * [HHH-18500] - Gradle plugin crashes on module-info when extended enhancement is set * [HHH-18494] - UnknownTableReferenceException in native query with placeholder when entity contains a to-one with a join table * [HHH-18491] - Resuming null transaction in JtaIsolationDelegate * [HHH-18471] - Since 6.2.2 Dialect SybaseAnywhereDialect does not render table names in the selection query * [HHH-18450] - Inconsistent "SELECT 1" versus "SELECT ?1" with result type Object[] * [HHH-18409] - In 6.5.2.Final, byte[] instance variables annotated with @​NaturalId cannot be found with a natural ID query (regression from Hibernate 5.6.15.Final) * [HHH-18389] - merge() with orphanRemoval = true leads to "HibernateException: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance" * [HHH-18321] - SqlTreeCreationException when using sum/diff with coalesce on properties of embeddable component

... (truncated)

Commits
  • 2366b10 Pre-steps for release : 6.6.2.Final
  • faebabd HHH-16572 - Skip enhancement for PROPERTY attributes with mismatched field an...
  • ab9e671 HHH-18564 Handle attribute converters for query literals
  • 6017ae4 HHH-18564 Add test for issue
  • 3c8214f HHH-18770 Check if the monitoring event was null
  • f58d5af HHH-18770 Check if the monitoring event was null
  • bdc44db HHH-18770 test with the jfr module on the classpath but jfr disabled
  • 6584eb3 HHH-18764 Fix incorrect type resolution in ManyToOneType dirty check
  • 5328e83 Fix upload of Devbelocity build scans
  • 8e30558 Fix upload of Develocity build scans
  • Additional commits viewable in compare view

Updates org.hibernate:hibernate-jpamodelgen from 6.6.1.Final to 6.6.2.Final

Release notes

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

Hibernate ORM 6.6.2.Final released

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

What's new

This release introduces a few minor improvements as well as bug fixes.

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

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.

Changelog

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

Changes in 6.6.2.Final (November 07, 2024)

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

** Bug * [HHH-18773] - Multiple selections of same alias triggers possible non-threadsafe access to the session * [HHH-18770] - NPE when using the JFR integration with JFR disabled * [HHH-18764] - Class cast exception when using non basic type as identifier and in an embedded field using a natural ID * [HHH-18761] - named query method generation for @​NamedQuery on entity * [HHH-18739] - Do not support join queries when using Mysql * [HHH-18730] - Multi-column association in aggregate component doesn't work * [HHH-18720] - Type check on select columns in union all gives SemanticException when there is a null column * [HHH-18719] - Previous row state reuse can provide detached entities to the consumer * [HHH-18713] - saveOrUpdate changed behaviour with bytecode enhancer * [HHH-18712] - Warning about attempts to update an immutable entity for normal (not immutable) entity * [HHH-18702] - Exception using @​EmbeddedId with @​OneToMany that refers to an alternate key column * [HHH-18699] - Correctly handle @​Id and @​Version fields in query validation in Hibernate Processor * [HHH-18697] - JPA 3.2 spec compliance for uppercasing of names in Hibernate Processor * [HHH-18696] - @​Find method for single @​NaturalId field * [HHH-18692] - Hibernate attempts to close batched statements multiple times * [HHH-18681] - InterpretationException executing subquery in case-when : o.h.query.sqm.tree.select.SqmSelection.getExpressible() is null * [HHH-18675] - Self-referencing many-to-many relation on generic entity gives NullPointerException in mapping * [HHH-18669] - NullPointerException in the AgroalConnectionProvider * [HHH-18667] - Annotation processor leaks - OOME when used in Eclipse IDE * [HHH-18658] - Inner join prevents finding an entity instance referencing an empty map * [HHH-18645] - AssertionError in AbstractBatchEntitySelectFetchInitializer#registerToBatchFetchQueue * [HHH-18642] - DB2: select from new table with identity column not working when missing read permission * [HHH-18635] - Avoid using bigdatetime column type on Sybase jconn when not necessary * [HHH-18632] - Concurrency issue with AbstractEntityPersister#nonLazyPropertyLoadPlansByName * [HHH-18631] - AssertionError when loading an entity after removing another, associated entity * [HHH-18628] - Regression: Unable to determine TableReference * [HHH-18617] - Fetching unowned side of bidirectional OneToOne mappings including tenant identifier triggers EntityFilteredException * [HHH-18614] - TransientObjectException: session.update() does not save new entities in OneToMany relation when using bytecode enhancement * [HHH-18608] - NPE in EntityInitializerImpl.resolveInstanceSubInitializers * [HHH-18596] - ValueHandlingMode hack in query pagination * [HHH-18582] - Mapping array of arrays with @​JdbcTypeCode(SqlTypes.ARRAY) causes NPE * [HHH-18575] - IN predicate with numeric/decimal parameter types leads to Binding is multi-valued; illegal call to #getBindValue * [HHH-18564] - Literal expressions using AttributeConverters stopped working in hibernate 6 * [HHH-18551] - Memory leak caused by AbstractArrayJavaType#getRecommendedJdbcType * [HHH-18515] - Unrecognized discriminator value exception when running native query on entity with discriminator column * [HHH-18513] - Session Metrics for pre-partial-flushes are wrong * [HHH-18500] - Gradle plugin crashes on module-info when extended enhancement is set * [HHH-18494] - UnknownTableReferenceException in native query with placeholder when entity contains a to-one with a join table * [HHH-18491] - Resuming null transaction in JtaIsolationDelegate * [HHH-18471] - Since 6.2.2 Dialect SybaseAnywhereDialect does not render table names in the selection query * [HHH-18450] - Inconsistent "SELECT 1" versus "SELECT ?1" with result type Object[] * [HHH-18409] - In 6.5.2.Final, byte[] instance variables annotated with @​NaturalId cannot be found with a natural ID query (regression from Hibernate 5.6.15.Final) * [HHH-18389] - merge() with orphanRemoval = true leads to "HibernateException: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance" * [HHH-18321] - SqlTreeCreationException when using sum/diff with coalesce on properties of embeddable component

... (truncated)

Commits
  • 2366b10 Pre-steps for release : 6.6.2.Final
  • faebabd HHH-16572 - Skip enhancement for PROPERTY attributes with mismatched field an...
  • ab9e671 HHH-18564 Handle attribute converters for query literals
  • 6017ae4 HHH-18564 Add test for issue
  • 3c8214f HHH-18770 Check if the monitoring event was null
  • f58d5af HHH-18770 Check if the monitoring event was null
  • bdc44db HHH-18770 test with the jfr module on the classpath but jfr disabled
  • 6584eb3 HHH-18764 Fix incorrect type resolution in ManyToOneType dirty check
  • 5328e83 Fix upload of Devbelocity build scans
  • 8e30558 Fix upload of Develocity build scans
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-community-dialects from 6.6.1.Final to 6.6.2.Final

Release notes

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

Hibernate ORM 6.6.2.Final released

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

What's new

This release introduces a few minor improvements as well as bug fixes.

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

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.

Changelog

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

Changes in 6.6.2.Final (November 07, 2024)

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

** Bug * [HHH-18773] - Multiple selections of same alias triggers possible non-threadsafe access to the session * [HHH-18770] - NPE when using the JFR integration with JFR disabled * [HHH-18764] - Class cast exception when using non basic type as identifier and in an embedded field using a natural ID * [HHH-18761] - named query method generation for @​NamedQuery on entity * [HHH-18739] - Do not support join queries when using Mysql * [HHH-18730] - Multi-column association in aggregate component doesn't work * [HHH-18720] - Type check on select columns in union all gives SemanticException when there is a null column * [HHH-18719] - Previous row state reuse can provide detached entities to the consumer * [HHH-18713] - saveOrUpdate changed behaviour with bytecode enhancer * [HHH-18712] - Warning about attempts to update an immutable entity for normal (not immutable) entity * [HHH-18702] - Exception using @​EmbeddedId with @​OneToMany that refers to an alternate key column * [HHH-18699] - Correctly handle @​Id and @​Version fields in query validation in Hibernate Processor * [HHH-18697] - JPA 3.2 spec compliance for uppercasing of names in Hibernate Processor * [HHH-18696] - @​Find method for single @​NaturalId field * [HHH-18692] - Hibernate attempts to close batched statements multiple times * [HHH-18681] - InterpretationException executing subquery in case-when : o.h.query.sqm.tree.select.SqmSelection.getExpressible() is null * [HHH-18675] - Self-referencing many-to-many relation on generic entity gives NullPointerException in mapping * [HHH-18669] - NullPointerException in the AgroalConnectionProvider * [HHH-18667] - Annotation processor leaks - OOME when used in Eclipse IDE * [HHH-18658] - Inner join prevents finding an entity instance referencing an empty map * [HHH-18645] - AssertionError in AbstractBatchEntitySelectFetchInitializer#registerToBatchFetchQueue * [HHH-18642] - DB2: select from new table with identity column not working when missing read permission * [HHH-18635] - Avoid using bigdatetime column type on Sybase jconn when not necessary * [HHH-18632] - Concurrency issue with AbstractEntityPersister#nonLazyPropertyLoadPlansByName * [HHH-18631] - AssertionError when loading an entity after removing another, associated entity * [HHH-18628] - Regression: Unable to determine TableReference * [HHH-18617] - Fetching unowned side of bidirectional OneToOne mappings including tenant identifier triggers EntityFilteredException * [HHH-18614] - TransientObjectException: session.update() does not save new entities in OneToMany relation when using bytecode enhancement * [HHH-18608] - NPE in EntityInitializerImpl.resolveInstanceSubInitializers * [HHH-18596] - ValueHandlingMode hack in query pagination * [HHH-18582] - Mapping array of arrays with @​JdbcTypeCode(SqlTypes.ARRAY) causes NPE * [HHH-18575] - IN predicate with numeric/decimal parameter types leads to Binding is multi-valued; illegal call to #getBindValue * [HHH-18564] - Literal expressions using AttributeConverters stopped working in hibernate 6 * [HHH-18551] - Memory leak caused by AbstractArrayJavaType#getRecommendedJdbcType * [HHH-18515] - Unrecognized discriminator value exception when running native query on entity with discriminator column * [HHH-18513] - Session Metrics for pre-partial-flushes are wrong * [HHH-18500] - Gradle plugin crashes on module-info when extended enhancement is set * [HHH-18494] - UnknownTableReferenceException in native query with placeholder when entity contains a to-one with a join table * [HHH-18491] - Resuming null transaction in JtaIsolationDelegate * [HHH-18471] - Since 6.2.2 Dialect SybaseAnywhereDialect does not render table names in the selection query * [HHH-18450] - Inconsistent "SELECT 1" versus "SELECT ?1" with result type Object[] * [HHH-18409] - In 6.5.2.Final, byte[] instance variables annotated with @​NaturalId cannot be found with a natural ID query (regression from Hibernate 5.6.15.Final) * [HHH-18389] - merge() with orphanRemoval = true leads to "HibernateException: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance" * [HHH-18321] - SqlTreeCreationException when using sum/diff with coalesce on properties of embeddable component

... (truncated)

Commits
  • 2366b10 Pre-steps for release : 6.6.2.Final
  • faebabd HHH-16572 - Skip enhancement for PROPERTY attributes with mismatched field an...
  • ab9e671 HHH-18564 Handle attribute converters for query literals
  • 6017ae4 HHH-18564 Add test for issue
  • 3c8214f HHH-18770 Check if the monitoring event was null
  • f58d5af HHH-18770 Check if the monitoring event was null
  • bdc44db HHH-18770 test with the jfr module on the classpath but jfr disabled
  • 6584eb3 HHH-18764 Fix incorrect type resolution in ManyToOneType dirty check
  • 5328e83 Fix upload of Devbelocity build scans
  • 8e30558 Fix upload of Develocity build scans
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Bumps `hibernate-orm.version` from 6.6.1.Final to 6.6.2.Final.

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

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

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

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Nov 7, 2024
@quarkus-bot quarkus-bot bot added the area/hibernate-orm Hibernate ORM label Nov 7, 2024
Copy link

quarkus-bot bot commented Nov 7, 2024

/cc @gsmet (hibernate-orm), @yrodiere (hibernate-orm)

Copy link

quarkus-bot bot commented Nov 8, 2024

Status for workflow Quarkus CI

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

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
JVM Tests - JDK 17 Build Failures Logs Raw logs 🔍
JVM Tests - JDK 21 Build Failures Logs Raw logs 🔍
JVM Tests - JDK 17 Windows Build Failures Logs Raw logs 🔍
Native Tests - Data6 Build Failures Logs Raw logs 🔍

Full information is available in the Build summary check run.
You can consult the Develocity build scans.

Failures

⚙️ JVM Tests - JDK 17 #

- Failing: extensions/hibernate-orm/deployment 
! Skipped: extensions/flyway/deployment extensions/hibernate-envers/deployment extensions/hibernate-reactive/deployment and 88 more

📦 extensions/hibernate-orm/deployment

io.quarkus.hibernate.orm.deployment.ClassNamesTest.testNoMissingHibernateAnnotation line 106 - History - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:
  [org.hibernate.annotations.Any,
    org.hibernate.annotations.AnyDiscriminator,
    org.hibernate.annotations.AnyDiscriminatorValue,
    org.hibernate.annotations.AnyDiscriminatorValues,
    org.hibernate.annotations.AnyKeyJavaClass,

⚙️ JVM Tests - JDK 21 #

- Failing: extensions/hibernate-orm/deployment 
! Skipped: extensions/flyway/deployment extensions/hibernate-envers/deployment extensions/hibernate-reactive/deployment and 88 more

📦 extensions/hibernate-orm/deployment

io.quarkus.hibernate.orm.deployment.ClassNamesTest.testNoMissingHibernateAnnotation line 106 - History - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:
  [org.hibernate.annotations.Any,
    org.hibernate.annotations.AnyDiscriminator,
    org.hibernate.annotations.AnyDiscriminatorValue,
    org.hibernate.annotations.AnyDiscriminatorValues,
    org.hibernate.annotations.AnyKeyJavaClass,

⚙️ JVM Tests - JDK 17 Windows #

- Failing: extensions/hibernate-orm/deployment 
! Skipped: extensions/flyway/deployment extensions/hibernate-envers/deployment extensions/hibernate-reactive/deployment and 88 more

📦 extensions/hibernate-orm/deployment

io.quarkus.hibernate.orm.deployment.ClassNamesTest.testNoMissingHibernateAnnotation line 106 - History - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:
  [org.hibernate.annotations.Any,
    org.hibernate.annotations.AnyDiscriminator,
    org.hibernate.annotations.AnyDiscriminatorValue,
    org.hibernate.annotations.AnyDiscriminatorValues,
    org.hibernate.annotations.AnyKeyJavaClass,

⚙️ Native Tests - Data6 #

- Failing: integration-tests/hibernate-search-orm-elasticsearch 

📦 integration-tests/hibernate-search-orm-elasticsearch

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-search-orm-elasticsearch: Failed to build quarkus application

@geoand
Copy link
Contributor

geoand commented Nov 8, 2024

Seems like this will need a manual update

@geoand geoand closed this Nov 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 8, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@quarkus-bot quarkus-bot bot added the triage/invalid This doesn't seem right label Nov 8, 2024
@dependabot dependabot bot deleted the dependabot/maven/hibernate-orm.version-6.6.2.Final branch November 8, 2024 06:16
@yrodiere
Copy link
Member

yrodiere commented Nov 8, 2024

Seems like this will need a manual update

On it

@yrodiere
Copy link
Member

yrodiere commented Nov 8, 2024

We'll most likely need another release of Hibernate ORM. See #44391.

@geoand
Copy link
Contributor

geoand commented Nov 8, 2024

Thanks for the excellent description on the PR

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 area/hibernate-orm Hibernate ORM triage/invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants