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.3.Final #44630

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

Hibernate ORM 6.6.3.Final released

Today, we published a new maintenance release of Hibernate ORM 6.6: 6.6.3.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.3.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.

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:

... (truncated)

Changelog

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

Changes in 6.6.3.Final (November 21, 2024)

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

** Bug * [HHH-18862] - Group by error due to subselect using foreign key reference instead of primary key in HQL query * [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array type for needle argument * [HHH-18842] - Regression: CollectionType.replace() breaks if target is PersistentCollection, but not instance of Collection (e.g. PersistentMap) * [HHH-18832] - Bytecode enhancement skipped for entities with "compute-only" @​Transient properties * [HHH-18816] - Error when rendering the fk-side of an association in an exists subquery * [HHH-18703] - JoinedSubclassEntityPersister#getTableNameForColumn KO * [HHH-18647] - SemanticException when using createCriteriaInsertValues to insert into foreign key column

** Improvement * [HHH-18841] - Make _identifierMapper property added for a IdClass synthetic * [HHH-18833] - Configuration to fail bytecode enhancement instead of skipping it on unsupported models

** Task * [HHH-18846] - Enable release automation for ORM 6.6

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

... (truncated)

Commits
  • 74f0839 Pre-steps for release : 6.6.3.Final
  • 3dfb973 HHH-18842 CollectionType.replace() breaks if target is PersistentCollection, ...
  • e094b3c HHH-18842 Add test for issue
  • 2036ef1 Add a warning for future upgrades of bytebuddy
  • ff64185 Don't use net.bytebuddy.experimental=true for Java 23 testing
  • b91d9ec HHH-18846 Enable release automation for ORM 6.6
  • b5178d0 HHH-18851 Fix parameter type inference issue when IN predicate is uses array_...
  • a26e505 HHH-18841 Create _identifierMapper as a synthetic attribute
  • 1ffde48 HHH-18832 Don't skip bytecode enhancement just because an entity has a `@Tran...
  • abfe6b9 HHH-18833 Introduce EnhancementContext#getUnsupportedEnhancementStrategy
  • Additional commits viewable in compare view

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

Release notes

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

Hibernate ORM 6.6.3.Final released

Today, we published a new maintenance release of Hibernate ORM 6.6: 6.6.3.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.3.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.

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:

... (truncated)

Changelog

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

Changes in 6.6.3.Final (November 21, 2024)

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

** Bug * [HHH-18862] - Group by error due to subselect using foreign key reference instead of primary key in HQL query * [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array type for needle argument * [HHH-18842] - Regression: CollectionType.replace() breaks if target is PersistentCollection, but not instance of Collection (e.g. PersistentMap) * [HHH-18832] - Bytecode enhancement skipped for entities with "compute-only" @​Transient properties * [HHH-18816] - Error when rendering the fk-side of an association in an exists subquery * [HHH-18703] - JoinedSubclassEntityPersister#getTableNameForColumn KO * [HHH-18647] - SemanticException when using createCriteriaInsertValues to insert into foreign key column

** Improvement * [HHH-18841] - Make _identifierMapper property added for a IdClass synthetic * [HHH-18833] - Configuration to fail bytecode enhancement instead of skipping it on unsupported models

** Task * [HHH-18846] - Enable release automation for ORM 6.6

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

... (truncated)

Commits
  • 74f0839 Pre-steps for release : 6.6.3.Final
  • 3dfb973 HHH-18842 CollectionType.replace() breaks if target is PersistentCollection, ...
  • e094b3c HHH-18842 Add test for issue
  • 2036ef1 Add a warning for future upgrades of bytebuddy
  • ff64185 Don't use net.bytebuddy.experimental=true for Java 23 testing
  • b91d9ec HHH-18846 Enable release automation for ORM 6.6
  • b5178d0 HHH-18851 Fix parameter type inference issue when IN predicate is uses array_...
  • a26e505 HHH-18841 Create _identifierMapper as a synthetic attribute
  • 1ffde48 HHH-18832 Don't skip bytecode enhancement just because an entity has a `@Tran...
  • abfe6b9 HHH-18833 Introduce EnhancementContext#getUnsupportedEnhancementStrategy
  • Additional commits viewable in compare view

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

Release notes

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

Hibernate ORM 6.6.3.Final released

Today, we published a new maintenance release of Hibernate ORM 6.6: 6.6.3.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.3.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.

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:

... (truncated)

Changelog

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

Changes in 6.6.3.Final (November 21, 2024)

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

** Bug * [HHH-18862] - Group by error due to subselect using foreign key reference instead of primary key in HQL query * [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array type for needle argument * [HHH-18842] - Regression: CollectionType.replace() breaks if target is PersistentCollection, but not instance of Collection (e.g. PersistentMap) * [HHH-18832] - Bytecode enhancement skipped for entities with "compute-only" @​Transient properties * [HHH-18816] - Error when rendering the fk-side of an association in an exists subquery * [HHH-18703] - JoinedSubclassEntityPersister#getTableNameForColumn KO * [HHH-18647] - SemanticException when using createCriteriaInsertValues to insert into foreign key column

** Improvement * [HHH-18841] - Make _identifierMapper property added for a IdClass synthetic * [HHH-18833] - Configuration to fail bytecode enhancement instead of skipping it on unsupported models

** Task * [HHH-18846] - Enable release automation for ORM 6.6

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

... (truncated)

Commits
  • 74f0839 Pre-steps for release : 6.6.3.Final
  • 3dfb973 HHH-18842 CollectionType.replace() breaks if target is PersistentCollection, ...
  • e094b3c HHH-18842 Add test for issue
  • 2036ef1 Add a warning for future upgrades of bytebuddy
  • ff64185 Don't use net.bytebuddy.experimental=true for Java 23 testing
  • b91d9ec HHH-18846 Enable release automation for ORM 6.6
  • b5178d0 HHH-18851 Fix parameter type inference issue when IN predicate is uses array_...
  • a26e505 HHH-18841 Create _identifierMapper as a synthetic attribute
  • 1ffde48 HHH-18832 Don't skip bytecode enhancement just because an entity has a `@Tran...
  • abfe6b9 HHH-18833 Introduce EnhancementContext#getUnsupportedEnhancementStrategy
  • Additional commits viewable in compare view

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

Release notes

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

Hibernate ORM 6.6.3.Final released

Today, we published a new maintenance release of Hibernate ORM 6.6: 6.6.3.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.3.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.

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:

... (truncated)

Changelog

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

Changes in 6.6.3.Final (November 21, 2024)

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

** Bug * [HHH-18862] - Group by error due to subselect using foreign key reference instead of primary key in HQL query * [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array type for needle argument * [HHH-18842] - Regression: CollectionType.replace() breaks if target is PersistentCollection, but not instance of Collection (e.g. PersistentMap) * [HHH-18832] - Bytecode enhancement skipped for entities with "compute-only" @​Transient properties * [HHH-18816] - Error when rendering the fk-side of an association in an exists subquery * [HHH-18703] - JoinedSubclassEntityPersister#getTableNameForColumn KO * [HHH-18647] - SemanticException when using createCriteriaInsertValues to insert into foreign key column

** Improvement * [HHH-18841] - Make _identifierMapper property added for a IdClass synthetic * [HHH-18833] - Configuration to fail bytecode enhancement instead of skipping it on unsupported models

** Task * [HHH-18846] - Enable release automation for ORM 6.6

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

... (truncated)

Commits
  • 74f0839 Pre-steps for release : 6.6.3.Final
  • 3dfb973 HHH-18842 CollectionType.replace() breaks if target is PersistentCollection, ...
  • e094b3c HHH-18842 Add test for issue
  • 2036ef1 Add a warning for future upgrades of bytebuddy
  • ff64185 Don't use net.bytebuddy.experimental=true for Java 23 testing
  • b91d9ec HHH-18846 Enable release automation for ORM 6.6
  • b5178d0 HHH-18851 Fix parameter type inference issue when IN predicate is uses array_...
  • a26e505 HHH-18841 Create _identifierMapper as a synthetic attribute
  • 1ffde48 HHH-18832 Don't skip bytecode enhancement just because an entity has a `@Tran...
  • abfe6b9 HHH-18833 Introduce EnhancementContext#getUnsupportedEnhancementStrategy
  • Additional commits viewable in compare view

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

Release notes

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

Hibernate ORM 6.6.3.Final released

Today, we published a new maintenance release of Hibernate ORM 6.6: 6.6.3.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.3.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.

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:

... (truncated)

Changelog

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

Changes in 6.6.3.Final (November 21, 2024)

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

** Bug * [HHH-18862] - Group by error due to subselect using foreign key reference instead of primary key in HQL query * [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array type for needle argument * [HHH-18842] - Regression: CollectionType.replace() breaks if target is PersistentCollection, but not instance of Collection (e.g. PersistentMap) * [HHH-18832] - Bytecode enhancement skipped for entities with "compute-only" @​Transient properties * [HHH-18816] - Error when rendering the fk-side of an association in an exists subquery * [HHH-18703] - JoinedSubclassEntityPersister#getTableNameForColumn KO * [HHH-18647] - SemanticException when using createCriteriaInsertValues to insert into foreign key column

** Improvement * [HHH-18841] - Make _identifierMapper property added for a IdClass synthetic * [HHH-18833] - Configuration to fail bytecode enhancement instead of skipping it on unsupported models

** Task * [HHH-18846] - Enable release automation for ORM 6.6

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

... (truncated)

Commits
  • 74f0839 Pre-steps for release : 6.6.3.Final
  • 3dfb973 HHH-18842 CollectionType.replace() breaks if target is PersistentCollection, ...
  • e094b3c HHH-18842 Add test for issue
  • 2036ef1 Add a warning for future upgrades of bytebuddy
  • ff64185 Don't use net.bytebuddy.experimental=true for Java 23 testing
  • b91d9ec HHH-18846 Enable release automation for ORM 6.6
  • b5178d0 HHH-18851 Fix parameter type inference issue when IN predicate is uses array_...
  • a26e505 HHH-18841 Create _identifierMapper as a synthetic attribute
  • 1ffde48 HHH-18832 Don't skip bytecode enhancement just because an entity has a `@Tran...
  • abfe6b9 HHH-18833 Introduce EnhancementContext#getUnsupportedEnhancementStrategy
  • Additional commits viewable in compare view

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

Release notes

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

Hibernate ORM 6.6.3.Final released

Today, we published a new maintenance release of Hibernate ORM 6.6: 6.6.3.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.3.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.

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:

... (truncated)

Changelog

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

Changes in 6.6.3.Final (November 21, 2024)

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

** Bug * [HHH-18862] - Group by error due to subselect using foreign key reference instead of primary key in HQL query * [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array type for needle argument * [HHH-18842] - Regression: CollectionType.replace() breaks if target is PersistentCollection, but not instance of Collection (e.g. PersistentMap) * [HHH-18832] - Bytecode enhancement skipped for entities with "compute-only" @​Transient properties * [HHH-18816] - Error when rendering the fk-side of an association in an exists subquery * [HHH-18703] - JoinedSubclassEntityPersister#getTableNameForColumn KO * [HHH-18647] - SemanticException when using createCriteriaInsertValues to insert into foreign key column

** Improvement * [HHH-18841] - Make _identifierMapper property added for a IdClass synthetic * [HHH-18833] - Configuration to fail bytecode enhancement instead of skipping it on unsupported models

** Task * [HHH-18846] - Enable release automation for ORM 6.6

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

... (truncated)

Commits
  • 74f0839 Pre-steps for release : 6.6.3.Final
  • 3dfb973 HHH-18842 CollectionType.replace() breaks if target is PersistentCollection, ...
  • e094b3c HHH-18842 Add test for issue
  • 2036ef1 Add a warning for future upgrades of bytebuddy
  • ff64185 Don't use net.bytebuddy.experimental=true for Java 23 testing
  • b91d9ec HHH-18846 Enable release automation for ORM 6.6
  • b5178d0 HHH-18851 Fix parameter type inference issue when IN predicate is uses array_...
  • a26e505 HHH-18841 Create _identifierMapper as a synthetic attribute
  • 1ffde48 HHH-18832 Don't skip bytecode enhancement just because an entity has a `@Tran...
  • abfe6b9 HHH-18833 Introduce EnhancementContext#getUnsupportedEnhancementStrategy
  • 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.3.Final.

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

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

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

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

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

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

---
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 21, 2024
@quarkus-bot quarkus-bot bot added the area/hibernate-orm Hibernate ORM label Nov 21, 2024
Copy link

quarkus-bot bot commented Nov 21, 2024

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

Copy link

quarkus-bot bot commented Nov 22, 2024

Status for workflow Quarkus CI

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

Warning

Unable to include the stracktraces as the report was too long. See annotations below for the details.

Warning

Unable to include the failure links as the report was too long. See annotations below for the details.

Failing Jobs

Status Name Step Failures Logs Raw logs
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 - Cache Build Failures Logs Raw logs
Native Tests - Data1 Build Failures Logs Raw logs
Native Tests - Data2 Build Failures Logs Raw logs
Native Tests - Data3 Build Failures Logs Raw logs
Native Tests - Data4 Build Failures Logs Raw logs
Native Tests - Data5 Build Failures Logs Raw logs
Native Tests - Data6 Build Failures Logs Raw logs
Native Tests - Data7 Build Failures Logs Raw logs
Native Tests - Main Build Failures Logs Raw logs
Native Tests - Misc1 Build Failures Logs Raw logs
Native Tests - Misc3 Build Failures Logs Raw logs
Native Tests - Misc4 Build Failures Logs Raw logs
Native Tests - Security3 Build Failures Logs Raw logs
Native Tests - Spring Build Failures Logs Raw logs
Native Tests - Windows support Build Failures Logs Raw logs

Full information is available in the Build summary check run.

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


⚙️ 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


⚙️ 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


⚙️ Native Tests - Cache #

- Failing: integration-tests/cache integration-tests/infinispan-cache-jpa 

📦 integration-tests/cache

io.quarkus.it.cache.TreeITCase.test

📦 integration-tests/infinispan-cache-jpa

io.quarkus.it.infinispan.cache.jpa.InfinispanCacheJPAFunctionalityInGraalITCase.testCacheJPAFunctionalityFromServlet


⚙️ Native Tests - Data1 #

- Failing: integration-tests/hibernate-orm-tenancy/connection-resolver integration-tests/hibernate-orm-tenancy/connection-resolver-legacy-qualifiers integration-tests/hibernate-orm-tenancy/datasource and 5 more

📦 integration-tests/hibernate-orm-tenancy/connection-resolver

io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityInGraalITCase.testAddDeleteDefaultTenant

io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityInGraalITCase.testGetFruitsDefaultTenant

io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityInGraalITCase.testGetFruitsTenantMycompany

io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityInGraalITCase.testPostFruitDefaultTenant

io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityInGraalITCase.testUpdateFruitDefaultTenant

io.quarkus.it.hibernate.multitenancy.inventory.HibernateNamedPersistenceUnitTestInGraalITCase.testGetPlanesDefaultTenant

io.quarkus.it.hibernate.multitenancy.inventory.HibernateNamedPersistenceUnitTestInGraalITCase.testGetPlanesTenantMycompany

📦 integration-tests/hibernate-orm-tenancy/connection-resolver-legacy-qualifiers

io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityInGraalITCase.testAddDeleteDefaultTenant

io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityInGraalITCase.testGetFruitsDefaultTenant

io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityInGraalITCase.testGetFruitsTenantMycompany

io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityInGraalITCase.testPostFruitDefaultTenant

io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityInGraalITCase.testUpdateFruitDefaultTenant

io.quarkus.it.hibernate.multitenancy.inventory.HibernateNamedPersistenceUnitTestInGraalITCase.testGetPlanesDefaultTenant

io.quarkus.it.hibernate.multitenancy.inventory.HibernateNamedPersistenceUnitTestInGraalITCase.testGetPlanesTenantMycompany

📦 integration-tests/hibernate-orm-tenancy/datasource

io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityInGraalITCase.testAddDeleteDefaultTenant

io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityInGraalITCase.testGetFruitsDefaultTenant

io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityInGraalITCase.testGetFruitsTenantMycompany

io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityInGraalITCase.testPostFruitDefaultTenant

io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityInGraalITCase.testUpdateFruitDefaultTenant

io.quarkus.it.hibernate.multitenancy.inventory.HibernateNamedPersistenceUnitTestInGraalITCase.testGetPlanesDefaultTenant

io.quarkus.it.hibernate.multitenancy.inventory.HibernateNamedPersistenceUnitTestInGraalITCase.testGetPlanesTenantMycompany

📦 integration-tests/jpa-derby

io.quarkus.it.jpa.derby.JPAFunctionalityInGraalITCase.testJPAFunctionalityFromServlet

📦 integration-tests/jpa-h2

io.quarkus.it.jpa.h2.JPAFunctionalityInGraalITCase.testJPAFunctionalityFromServlet

📦 integration-tests/jpa-h2-embedded

io.quarkus.it.jpa.h2.JPAFunctionalityInGraalITCase.testJPAFunctionalityFromServlet

📦 integration-tests/jpa-mariadb

io.quarkus.it.jpa.mariadb.JPAFunctionalityInGraalITCase.testJPAFunctionalityFromServlet

📦 integration-tests/jpa-mssql

io.quarkus.it.jpa.mssql.JPAFunctionalityInGraalITCase.testJPAFunctionalityFromServlet


⚙️ Native Tests - Data2 #

- Failing: integration-tests/jpa integration-tests/jpa-db2 integration-tests/jpa-mysql and 1 more

📦 integration-tests/jpa

io.quarkus.it.jpa.nonquarkus.NonQuarkusApiInGraalITCase.test

io.quarkus.it.jpa.proxy.ProxyInGraalITCase.testBasicProxies

📦 integration-tests/jpa-db2

io.quarkus.it.jpa.db2.JPAFunctionalityInGraalITCase.testJPAFunctionalityFromServlet

📦 integration-tests/jpa-mysql

io.quarkus.it.jpa.mysql.JPAFunctionalityInGraalITCase.testJPAFunctionalityFromServlet

📦 integration-tests/jpa-oracle

io.quarkus.it.jpa.oracle.JPAFunctionalityInGraalITCase.testJPAFunctionalityFromServlet


⚙️ Native Tests - Data3 #

- Failing: integration-tests/flyway integration-tests/hibernate-orm-envers integration-tests/hibernate-orm-panache and 1 more

📦 integration-tests/flyway

io.quarkus.it.flyway.FlywayFunctionalityNativeIT.testCreatedByUserIsDifferent

io.quarkus.it.flyway.FlywayFunctionalityNativeIT.testPlaceholdersPrefixSuffix

📦 integration-tests/hibernate-orm-envers

io.quarkus.it.envers.JPAEnversTestInGraalITCase.testProjectAtRevisionJpa

📦 integration-tests/hibernate-orm-panache

io.quarkus.it.panache.defaultpu.PanacheFunctionalityInGraalITCase.testBug26308

io.quarkus.it.panache.defaultpu.PanacheFunctionalityInGraalITCase.testBug31117

io.quarkus.it.panache.defaultpu.PanacheFunctionalityInGraalITCase.testBug36496

io.quarkus.it.panache.defaultpu.PanacheFunctionalityInGraalITCase.testBug40962

io.quarkus.it.panache.defaultpu.PanacheFunctionalityInGraalITCase.testBug42416

io.quarkus.it.panache.defaultpu.PanacheFunctionalityInGraalITCase.testBug5274

io.quarkus.it.panache.defaultpu.PanacheFunctionalityInGraalITCase.testBug8254

io.quarkus.it.panache.defaultpu.PanacheFunctionalityInGraalITCase.testBug9025

io.quarkus.it.panache.defaultpu.PanacheFunctionalityInGraalITCase.testBug9036

io.quarkus.it.panache.defaultpu.PanacheFunctionalityInGraalITCase.testFilterWithCollections

io.quarkus.it.panache.defaultpu.PanacheFunctionalityInGraalITCase.testPanacheFunctionality

io.quarkus.it.panache.defaultpu.PanacheFunctionalityInGraalITCase.testSortByEmbedded

io.quarkus.it.panache.defaultpu.PanacheFunctionalityInGraalITCase.testSortByNullPrecedence

📦 integration-tests/hibernate-orm-panache-kotlin

io.quarkus.it.panache.KotlinPanacheFunctionalityInGraalITCase.testBug9036

io.quarkus.it.panache.KotlinPanacheFunctionalityInGraalITCase.testPanacheFunctionality

io.quarkus.it.panache.ProjectionIT.testProject


⚙️ Native Tests - Data4 #

- Failing: integration-tests/hibernate-orm-rest-data-panache 

📦 integration-tests/hibernate-orm-rest-data-panache

io.quarkus.it.hibernate.orm.rest.data.panache.HibernateOrmRestDataPanacheIT.shouldListAuthors

io.quarkus.it.hibernate.orm.rest.data.panache.HibernateOrmRestDataPanacheIT.shouldListBooks

io.quarkus.it.hibernate.orm.rest.data.panache.HibernateOrmRestDataPanacheIT.shouldListBooksHal


⚙️ Native Tests - Data5 #

- Failing: integration-tests/hibernate-orm-tenancy/schema integration-tests/hibernate-reactive-postgresql integration-tests/jpa-postgresql and 1 more

📦 integration-tests/hibernate-orm-tenancy/schema

io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityInGraalITCase.testAddDeleteDefaultTenant

io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityInGraalITCase.testGetFruitsDefaultTenant

io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityInGraalITCase.testGetFruitsTenantMycompany

io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityInGraalITCase.testPostFruitDefaultTenant

io.quarkus.it.hibernate.multitenancy.fruit.HibernateTenancyFunctionalityInGraalITCase.testUpdateFruitDefaultTenant

io.quarkus.it.hibernate.multitenancy.inventory.HibernateNamedPersistenceUnitTestInGraalITCase.testGetPlanesDefaultTenant

io.quarkus.it.hibernate.multitenancy.inventory.HibernateNamedPersistenceUnitTestInGraalITCase.testGetPlanesTenantMycompany

📦 integration-tests/hibernate-reactive-postgresql

io.quarkus.it.hibernate.reactive.postgresql.HibernateReactiveInGraalIT.reactiveCowPersist

📦 integration-tests/jpa-postgresql

io.quarkus.it.jpa.postgresql.JPAFunctionalityInGraalITCase.base

io.quarkus.it.jpa.postgresql.JPAFunctionalityInGraalITCase.json

📦 integration-tests/jpa-postgresql-withxml

io.quarkus.it.jpa.postgresql.JPAFunctionalityInGraalITCase.testBase

io.quarkus.it.jpa.postgresql.JPAFunctionalityInGraalITCase.testHibernateXml


⚙️ Native Tests - Data6 #

- Failing: integration-tests/hibernate-search-orm-elasticsearch integration-tests/hibernate-search-orm-elasticsearch-outbox-polling integration-tests/hibernate-search-orm-elasticsearch-tenancy and 1 more

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

io.quarkus.it.hibernate.search.orm.elasticsearch.HibernateSearchInGraalIT.testSearch

io.quarkus.it.hibernate.search.orm.elasticsearch.PropertyAccessInGraalIT.testMethodAccess

io.quarkus.it.hibernate.search.orm.elasticsearch.PropertyAccessInGraalIT.testPrivateFieldAccess

io.quarkus.it.hibernate.search.orm.elasticsearch.PropertyAccessInGraalIT.testPrivateFieldAccessLazyInitialization

io.quarkus.it.hibernate.search.orm.elasticsearch.PropertyAccessInGraalIT.testTransientMethodAccess

io.quarkus.it.hibernate.search.orm.elasticsearch.management.HibernateSearchManagementIT.simple

io.quarkus.it.hibernate.search.orm.elasticsearch.management.HibernateSearchManagementIT.specificTypeOnly

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

io.quarkus.it.hibernate.search.orm.elasticsearch.coordination.outboxpolling.HibernateSearchOutboxPollingInGraalIT.testSearch

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

io.quarkus.it.hibernate.search.orm.elasticsearch.multitenancy.fruit.HibernateSearchTenancyFunctionalityInGraalITCase.test

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

io.quarkus.it.hibernate.search.orm.opensearch.HibernateSearchOpenSearchInGraalIT.testSearch


⚙️ Native Tests - Data7 #

- Failing: integration-tests/hibernate-reactive-panache integration-tests/hibernate-reactive-panache-kotlin 

📦 integration-tests/hibernate-reactive-panache

io.quarkus.it.panache.reactive.PanacheFunctionalityInGraalITCase.testBeerRepository

io.quarkus.it.panache.reactive.PanacheFunctionalityInGraalITCase.testBug26308

io.quarkus.it.panache.reactive.PanacheFunctionalityInGraalITCase.testBug36496

io.quarkus.it.panache.reactive.PanacheFunctionalityInGraalITCase.testBug40962

io.quarkus.it.panache.reactive.PanacheFunctionalityInGraalITCase.testBug5274

io.quarkus.it.panache.reactive.PanacheFunctionalityInGraalITCase.testBug8254

io.quarkus.it.panache.reactive.PanacheFunctionalityInGraalITCase.testBug9025

io.quarkus.it.panache.reactive.PanacheFunctionalityInGraalITCase.testBug9036

io.quarkus.it.panache.reactive.PanacheFunctionalityInGraalITCase.testPanacheFunctionality

io.quarkus.it.panache.reactive.PanacheFunctionalityInGraalITCase.testSortByNullPrecedence

📦 integration-tests/hibernate-reactive-panache-kotlin

io.quarkus.it.panache.reactive.kotlin.PanacheFunctionalityInGraalITCase.testBug5274

io.quarkus.it.panache.reactive.kotlin.PanacheFunctionalityInGraalITCase.testBug8254

io.quarkus.it.panache.reactive.kotlin.PanacheFunctionalityInGraalITCase.testBug9025

io.quarkus.it.panache.reactive.kotlin.PanacheFunctionalityInGraalITCase.testBug9036

io.quarkus.it.panache.reactive.kotlin.PanacheFunctionalityInGraalITCase.testPanacheFunctionality

io.quarkus.it.panache.reactive.kotlin.PanacheFunctionalityInGraalITCase.testSortByNullPrecedence


⚙️ Native Tests - Main #

- Failing: integration-tests/main 

📦 integration-tests/main

io.quarkus.it.main.JPABootstrapITCase.testJpaBootstrap


⚙️ Native Tests - Misc1 #

- Failing: integration-tests/qute 

📦 integration-tests/qute

io.quarkus.it.qute.QuteITCase.testTemplates


⚙️ Native Tests - Misc3 #

- Failing: integration-tests/kubernetes-service-binding-jdbc 

📦 integration-tests/kubernetes-service-binding-jdbc

io.quarkus.it.k8ssb.jdbc.FruitsEndpointIT.testListAllFruits


⚙️ Native Tests - Misc4 #

- Failing: integration-tests/micrometer-prometheus 

📦 integration-tests/micrometer-prometheus

io.quarkus.it.micrometer.prometheus.PrometheusMetricsRegistryIT.testPanacheCalls

io.quarkus.it.micrometer.prometheus.PrometheusMetricsRegistryIT.testPrometheusScrapeEndpointOpenMetrics

io.quarkus.it.micrometer.prometheus.PrometheusMetricsRegistryIT.testPrometheusScrapeEndpointTextPlain


⚙️ Native Tests - Security3 #

- Failing: integration-tests/security-webauthn 

📦 integration-tests/security-webauthn

io.quarkus.it.security.webauthn.test.NativeWebAuthnResourceIT.testWebAuthnAdmin

io.quarkus.it.security.webauthn.test.NativeWebAuthnResourceIT.testWebAuthnUser


⚙️ Native Tests - Spring #

- Failing: integration-tests/spring-data-jpa integration-tests/spring-data-rest 

📦 integration-tests/spring-data-jpa

io.quarkus.it.spring.data.jpa.BookResourceIT.testAll

io.quarkus.it.spring.data.jpa.BookResourceIT.testByName

io.quarkus.it.spring.data.jpa.BookResourceIT.testByNameContainingIgnoreCase

io.quarkus.it.spring.data.jpa.BookResourceIT.testByNameNotFound

io.quarkus.it.spring.data.jpa.BookResourceIT.testByYear

io.quarkus.it.spring.data.jpa.BookResourceIT.testCountAllByPublicationYear

io.quarkus.it.spring.data.jpa.BookResourceIT.testCountAllByPublicationYear2

io.quarkus.it.spring.data.jpa.BookResourceIT.testCountByNameStartsWithIgnoreCase

io.quarkus.it.spring.data.jpa.BookResourceIT.testCustomFindPublicationYearObject

io.quarkus.it.spring.data.jpa.BookResourceIT.testCustomFindPublicationYearPrimitive

io.quarkus.it.spring.data.jpa.BookResourceIT.testExistsById

io.quarkus.it.spring.data.jpa.BookResourceIT.testExistsByPublicationBetween

io.quarkus.it.spring.data.jpa.BookResourceIT.testNew

io.quarkus.it.spring.data.jpa.CartResourceIT.testDelete

io.quarkus.it.spring.data.jpa.CartResourceIT.testFindAll

io.quarkus.it.spring.data.jpa.CartResourceIT.testFindAllActiveCarts

io.quarkus.it.spring.data.jpa.CartResourceIT.testGetActiveCartForCustomer

io.quarkus.it.spring.data.jpa.CatResourceIT.testAll

io.quarkus.it.spring.data.jpa.CatResourceIT.testByBreed

io.quarkus.it.spring.data.jpa.CatResourceIT.testByBreedContaining

io.quarkus.it.spring.data.jpa.CatResourceIT.testByColorAndBreedAllIgnoreCase

io.quarkus.it.spring.data.jpa.CatResourceIT.testByColorIgnoreCaseAndBreed

io.quarkus.it.spring.data.jpa.CatResourceIT.testByColorIsNotNullOrderByIdDesc

io.quarkus.it.spring.data.jpa.CatResourceIT.testByColorOrBreed

io.quarkus.it.spring.data.jpa.CatResourceIT.testByDistinctiveFalse

io.quarkus.it.spring.data.jpa.CatResourceIT.testByOptionalByColor

io.quarkus.it.spring.data.jpa.CatResourceIT.testCountByColor

io.quarkus.it.spring.data.jpa.CatResourceIT.testCountByColorContains

io.quarkus.it.spring.data.jpa.CatResourceIT.testCustomFindPublicationYearObject

io.quarkus.it.spring.data.jpa.CatResourceIT.testCustomQueryCatColors

io.quarkus.it.spring.data.jpa.CatResourceIT.testDeleteByColor

io.quarkus.it.spring.data.jpa.CatResourceIT.testExistsByColorStartsWith

io.quarkus.it.spring.data.jpa.CatResourceIT.testFindByColorStartingWithOrBreedEndingWith

io.quarkus.it.spring.data.jpa.CatResourceIT.testFindCatsByBreedIn

io.quarkus.it.spring.data.jpa.CatalogValueResourceIT.findByKey

io.quarkus.it.spring.data.jpa.CatalogValueResourceIT.findFederalStateByKey

io.quarkus.it.spring.data.jpa.CountryResourceIT.testAll

io.quarkus.it.spring.data.jpa.CountryResourceIT.testDeleteAllInBatch

io.quarkus.it.spring.data.jpa.CountryResourceIT.testNewAndEditIso

io.quarkus.it.spring.data.jpa.CountryResourceIT.testPage

io.quarkus.it.spring.data.jpa.CountryResourceIT.testPageSorted

io.quarkus.it.spring.data.jpa.CustomerResourceIT.testAll

io.quarkus.it.spring.data.jpa.CustomerResourceIT.testAllActiveUsers

io.quarkus.it.spring.data.jpa.CustomerResourceIT.testAllInactiveUsers

io.quarkus.it.spring.data.jpa.CustomerResourceIT.testDeleteThenCustomerIsDisabled

io.quarkus.it.spring.data.jpa.EmployeeResourceIT.testFindByLastNameContainingAndFirstNameContainingAndEmailContainingAllIgnoreCase

io.quarkus.it.spring.data.jpa.EmployeeResourceIT.testFindEmployeesByOrganizationalUnit

io.quarkus.it.spring.data.jpa.EmployeeResourceIT.testFindFirst2ByFirstNameContainingIgnoreCase

io.quarkus.it.spring.data.jpa.MovieResourceIT.getTitle

io.quarkus.it.spring.data.jpa.MovieResourceIT.testAll

io.quarkus.it.spring.data.jpa.MovieResourceIT.testChangeRatingToNewName

io.quarkus.it.spring.data.jpa.MovieResourceIT.testCountByRating

io.quarkus.it.spring.data.jpa.MovieResourceIT.testCustomFind

io.quarkus.it.spring.data.jpa.MovieResourceIT.testDeleteByRating

io.quarkus.it.spring.data.jpa.MovieResourceIT.testDeleteByTitleLike

io.quarkus.it.spring.data.jpa.MovieResourceIT.testFetchOnlySomeFieldsWithTitleLike

io.quarkus.it.spring.data.jpa.MovieResourceIT.testFindAllRatings

io.quarkus.it.spring.data.jpa.MovieResourceIT.testFindByRating

io.quarkus.it.spring.data.jpa.MovieResourceIT.testFindByTitle

io.quarkus.it.spring.data.jpa.MovieResourceIT.testFindFirstByOrderByDurationDesc

io.quarkus.it.spring.data.jpa.MovieResourceIT.testFindOptionalRatingByTitle

io.quarkus.it.spring.data.jpa.MovieResourceIT.testFindRatingByTitle

io.quarkus.it.spring.data.jpa.MovieResourceIT.testNewMovie

io.quarkus.it.spring.data.jpa.MovieResourceIT.testOrderByTitleLength

io.quarkus.it.spring.data.jpa.MovieResourceIT.testSetRatingToNullForTitle

io.quarkus.it.spring.data.jpa.MovieResourceIT.testWithRatingAndDurationLargerThan

io.quarkus.it.spring.data.jpa.OrderResourceIT.testAll

io.quarkus.it.spring.data.jpa.OrderResourceIT.testFindByCustomerId

io.quarkus.it.spring.data.jpa.PersonResourceIT.testActiveTrueOrderByAgeDesc

io.quarkus.it.spring.data.jpa.PersonResourceIT.testCount

io.quarkus.it.spring.data.jpa.PersonResourceIT.testCountByActiveNot

io.quarkus.it.spring.data.jpa.PersonResourceIT.testDeleteAllWithCascade

io.quarkus.it.spring.data.jpa.PersonResourceIT.testDeletePersonWithChildItems

io.quarkus.it.spring.data.jpa.PersonResourceIT.testFindAll

io.quarkus.it.spring.data.jpa.PersonResourceIT.testFindByAgeBetweenAndNameIsNotNull

io.quarkus.it.spring.data.jpa.PersonResourceIT.testFindByAgeGreaterThanEqualOrderByAgeAsc

io.quarkus.it.spring.data.jpa.PersonResourceIT.testFindByName

io.quarkus.it.spring.data.jpa.PersonResourceIT.testFindByNameOrderByAge

io.quarkus.it.spring.data.jpa.PersonResourceIT.testFindByNamePageSorted

io.quarkus.it.spring.data.jpa.PersonResourceIT.testFindBySomeAddressId

io.quarkus.it.spring.data.jpa.PersonResourceIT.testFindBySomeAddressStreetNumber

io.quarkus.it.spring.data.jpa.PersonResourceIT.testFindBySortedByAgeDesc

io.quarkus.it.spring.data.jpa.PersonResourceIT.testFindBySortedByJoinedDesc

io.quarkus.it.spring.data.jpa.PersonResourceIT.testFindPeopleBySomeAddressZipCode

io.quarkus.it.spring.data.jpa.PersonResourceIT.testFindTop3ByActive

io.quarkus.it.spring.data.jpa.PersonResourceIT.testJoinedAfter

io.quarkus.it.spring.data.jpa.PersonResourceIT.testNewPeople

io.quarkus.it.spring.data.jpa.PersonResourceIT.testPageHandlingFindByNameSortedByJoined

io.quarkus.it.spring.data.jpa.PhoneCallResourceIT.testFindAllCallAgents

io.quarkus.it.spring.data.jpa.PhoneCallResourceIT.testFindAllIds

io.quarkus.it.spring.data.jpa.PostResourceIT.testAll

io.quarkus.it.spring.data.jpa.PostResourceIT.testAllPostComment

io.quarkus.it.spring.data.jpa.PostResourceIT.testByByOrganization

io.quarkus.it.spring.data.jpa.PostResourceIT.testByBypassTrue

io.quarkus.it.spring.data.jpa.PostResourceIT.testByPostedAtBefore

io.quarkus.it.spring.data.jpa.PostResourceIT.testDeleteAllPosts

io.quarkus.it.spring.data.jpa.PostResourceIT.testDeletePostByOrganization

io.quarkus.it.spring.data.jpa.PostResourceIT.testPostCommentByPostId

io.quarkus.it.spring.data.jpa.SongResourceIT.testAll

io.quarkus.it.spring.data.jpa.SongResourceIT.testDeleteAllWithCascade

io.quarkus.it.spring.data.jpa.SongResourceIT.testDeleteByIdWithCascade

io.quarkus.it.spring.data.jpa.SongResourceIT.testFindFirstPageWithTwoElements

io.quarkus.it.spring.data.jpa.generics.FatherResourceIT.shouldReturnEveParents

📦 integration-tests/spring-data-rest

io.quarkus.it.spring.data.rest.SpringDataRestIT.shouldListAuthors

io.quarkus.it.spring.data.rest.SpringDataRestIT.shouldListBooks

io.quarkus.it.spring.data.rest.SpringDataRestIT.shouldListBooksHal

io.quarkus.it.spring.data.rest.SpringDataRestIT.sorting


⚙️ Native Tests - Windows support #

- Failing: integration-tests/qute 

📦 integration-tests/qute

io.quarkus.it.qute.QuteITCase.testTemplates

@yrodiere
Copy link
Member

Superseded by #44391

@yrodiere yrodiere closed this Nov 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 22, 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 22, 2024
@dependabot dependabot bot deleted the dependabot/maven/hibernate-orm.version-6.6.3.Final branch November 22, 2024 08:02
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.

1 participant