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

chore(deps): bump the java-minor-patch group in /src with 8 updates #2272

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 20, 2024

Bumps the java-minor-patch group in /src with 8 updates:

Package From To
org.hibernate:hibernate-hikaricp 6.5.2.Final 6.6.0.Final
org.hibernate:hibernate-jpamodelgen 6.5.2.Final 6.6.0.Final
org.hibernate.orm:hibernate-core 6.5.2.Final 6.6.0.Final
org.hibernate.tool:hibernate-tools-ant 6.5.2.Final 6.6.0.Final
org.apache.commons:commons-compress 1.27.0 1.27.1
ch.qos.logback:logback-classic 1.5.0 1.5.7
ch.qos.logback.access:tomcat 2.0.1 2.0.3
org.openapi.generator 7.7.0 7.8.0

Updates org.hibernate:hibernate-hikaricp from 6.5.2.Final to 6.6.0.Final

Release notes

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

Hibernate ORM 6.6.0.CR1 released

Today, we published a new candidate release of Hibernate ORM 6.6: 6.6.0.CR1.

What's new

This release introduces a lot of improvements as well as bug fixes.

Please refer to the release announcement for details. You can find the full list of 6.6.0.CR1 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-hikaricp's changelog.

Changes in 6.6.0.Final (August 08, 2024)

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

** Bug * [HHH-18463] - Add AzureDialect * [HHH-18451] - CharBooleanConverter : Boolean null value conversion limited by the BooleanJavaType check condition * [HHH-18403] - DB2iDialect should not support Update Returning * [HHH-18399] - Unable to persist self-referencing entity with @​OneToOne and @​JoinTable * [HHH-18391] - EntityGraphs are not considering Embedded attributes * [HHH-18378] - Avoid reusing existing joins for entity-graph fetches if they're included in the where clause * [HHH-18373] - When executing update with Criteria API by setting InheritanceType.JOINED, InlineMutationStrategy, NPE error occurs * [HHH-18309] - Oracle LimitHandler does not seem to handle maxrows correctly for native queries * [HHH-17997] - Querying an Entity with CacheConcurrencyStrategy.READONLY throws UnsupportedOperationException: Can't update readonly object * [HHH-17847] - StoredProcedureQuery map result set incorrectly when having INOUT param * [HHH-17465] - Incorrect metamodel for shared version attribute in @​MappedSuperclass

Changes in 6.6.0.CR2 (August 6, 2024)

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

** Bug * [HHH-15725] - Criteria API Expression.as adds cast even when the cast type is equal to the expression type * [HHH-17840] - Jackson JsonNode stored as JSON "null" value instead of database NULL * [HHH-17914] - NPE getSqlString() in debug mode * [HHH-17949] - StatelessSession.upsert() with @​Version-ed entity on databases with no SQL merge * [HHH-18012] - Subclass of super generic array AttributeConverter cannot be auto applied * [HHH-18017] - Query cache on Polymorphic entities leads to InstantiationException (Cannot instantiate abstract class) * [HHH-18062] - 'Could not instantiate entity ... due to argument type mismatch' with record @​IdClass * [HHH-18085] - Executing SELECT query twice in a transaction, leads to "Shared references of collection error" * [HHH-18086] - Assertion Error when using JOIN FETCH on ToOneAttribute with multiple JOINs of parent entity * [HHH-18108] - Duplicate class definition regression caused by ClassTransformer * [HHH-18177] - org.hibernate.AssertionFailure: null identifier for collection of role thrown when merging entity with generated id * [HHH-18229] - "UnsupportedOperationException: Re-work support for semi-resolve " with null value in column referenced by @​JoinColumn * [HHH-18272] - UnsupportedOperationException when order / group by clause contains aliased item * [HHH-18278] - Metamodel generator is ignoring JPA/Hibernate annotations in package-info * [HHH-18280] - Support named procedure parameters down to the JDBC level * [HHH-18284] - Missing classes in org.hibernate.graalvm.internal.StaticClassLists * [HHH-18285] - Non-polymorphic embeddable inheritance fails starting with Hibernate ORM 6.6 * [HHH-18288] - Subclasses of SINGLE_TABLE Inheritance should not be allowed to define @​Table * [HHH-18291] - Regression in SemanticQueryBuilder 6.4.7.Final -> 6.4.8.Final. Also present in 6.5.2.Final. * [HHH-18292] - Regression in SemanticQueryBuilder 6.4.9.Final -> 6.5.0.Final. Also present in 6.5.2.Final. * [HHH-18302] - DB2CallableStatementSupport uses an invalid syntax for named parameters * [HHH-18306] - Implicit instantiation for queries with single selection item broken * [HHH-18312] - Informix nationalized JDBC types support * [HHH-18313] - NullPointerException because JdbcIsolationDelegate.sqlExceptionHelper() returns null

... (truncated)

Commits
  • 85a1526 6.6.0 (manual)
  • 54c1c4a HHH-17997 Querying an Entity with CacheConcurrencyStrategy.READONLY throws Un...
  • 20acd52 HHH-17997 Add test for issue
  • 263ef56 HHH-17465 Incorrect metamodel for shared version attribute in @​MappedSuperclass
  • e54a6e1 HHH-18463 Add AzureDialect and determine SQL Server version based on compatib...
  • 5550c20 HHH-18399 Avoid collecting duplicate attribute for to-one inverse table
  • 1ab7493 HHH-18399 Add test for issue
  • ecd22c0 HHH-18391 Check embeddable properties in fetch paths
  • e63c7f8 HHH-18391 Add test for issue
  • 4ca26f9 HHH-18309 Fix Oracle limit handler for native queries
  • Additional commits viewable in compare view

Updates org.hibernate:hibernate-jpamodelgen from 6.5.2.Final to 6.6.0.Final

Release notes

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

Hibernate ORM 6.6.0.CR1 released

Today, we published a new candidate release of Hibernate ORM 6.6: 6.6.0.CR1.

What's new

This release introduces a lot of improvements as well as bug fixes.

Please refer to the release announcement for details. You can find the full list of 6.6.0.CR1 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.0.Final (August 08, 2024)

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

** Bug * [HHH-18463] - Add AzureDialect * [HHH-18451] - CharBooleanConverter : Boolean null value conversion limited by the BooleanJavaType check condition * [HHH-18403] - DB2iDialect should not support Update Returning * [HHH-18399] - Unable to persist self-referencing entity with @​OneToOne and @​JoinTable * [HHH-18391] - EntityGraphs are not considering Embedded attributes * [HHH-18378] - Avoid reusing existing joins for entity-graph fetches if they're included in the where clause * [HHH-18373] - When executing update with Criteria API by setting InheritanceType.JOINED, InlineMutationStrategy, NPE error occurs * [HHH-18309] - Oracle LimitHandler does not seem to handle maxrows correctly for native queries * [HHH-17997] - Querying an Entity with CacheConcurrencyStrategy.READONLY throws UnsupportedOperationException: Can't update readonly object * [HHH-17847] - StoredProcedureQuery map result set incorrectly when having INOUT param * [HHH-17465] - Incorrect metamodel for shared version attribute in @​MappedSuperclass

Changes in 6.6.0.CR2 (August 6, 2024)

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

** Bug * [HHH-15725] - Criteria API Expression.as adds cast even when the cast type is equal to the expression type * [HHH-17840] - Jackson JsonNode stored as JSON "null" value instead of database NULL * [HHH-17914] - NPE getSqlString() in debug mode * [HHH-17949] - StatelessSession.upsert() with @​Version-ed entity on databases with no SQL merge * [HHH-18012] - Subclass of super generic array AttributeConverter cannot be auto applied * [HHH-18017] - Query cache on Polymorphic entities leads to InstantiationException (Cannot instantiate abstract class) * [HHH-18062] - 'Could not instantiate entity ... due to argument type mismatch' with record @​IdClass * [HHH-18085] - Executing SELECT query twice in a transaction, leads to "Shared references of collection error" * [HHH-18086] - Assertion Error when using JOIN FETCH on ToOneAttribute with multiple JOINs of parent entity * [HHH-18108] - Duplicate class definition regression caused by ClassTransformer * [HHH-18177] - org.hibernate.AssertionFailure: null identifier for collection of role thrown when merging entity with generated id * [HHH-18229] - "UnsupportedOperationException: Re-work support for semi-resolve " with null value in column referenced by @​JoinColumn * [HHH-18272] - UnsupportedOperationException when order / group by clause contains aliased item * [HHH-18278] - Metamodel generator is ignoring JPA/Hibernate annotations in package-info * [HHH-18280] - Support named procedure parameters down to the JDBC level * [HHH-18284] - Missing classes in org.hibernate.graalvm.internal.StaticClassLists * [HHH-18285] - Non-polymorphic embeddable inheritance fails starting with Hibernate ORM 6.6 * [HHH-18288] - Subclasses of SINGLE_TABLE Inheritance should not be allowed to define @​Table * [HHH-18291] - Regression in SemanticQueryBuilder 6.4.7.Final -> 6.4.8.Final. Also present in 6.5.2.Final. * [HHH-18292] - Regression in SemanticQueryBuilder 6.4.9.Final -> 6.5.0.Final. Also present in 6.5.2.Final. * [HHH-18302] - DB2CallableStatementSupport uses an invalid syntax for named parameters * [HHH-18306] - Implicit instantiation for queries with single selection item broken * [HHH-18312] - Informix nationalized JDBC types support * [HHH-18313] - NullPointerException because JdbcIsolationDelegate.sqlExceptionHelper() returns null

... (truncated)

Commits
  • 85a1526 6.6.0 (manual)
  • 54c1c4a HHH-17997 Querying an Entity with CacheConcurrencyStrategy.READONLY throws Un...
  • 20acd52 HHH-17997 Add test for issue
  • 263ef56 HHH-17465 Incorrect metamodel for shared version attribute in @​MappedSuperclass
  • e54a6e1 HHH-18463 Add AzureDialect and determine SQL Server version based on compatib...
  • 5550c20 HHH-18399 Avoid collecting duplicate attribute for to-one inverse table
  • 1ab7493 HHH-18399 Add test for issue
  • ecd22c0 HHH-18391 Check embeddable properties in fetch paths
  • e63c7f8 HHH-18391 Add test for issue
  • 4ca26f9 HHH-18309 Fix Oracle limit handler for native queries
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-core from 6.5.2.Final to 6.6.0.Final

Release notes

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

Hibernate ORM 6.6.0.CR1 released

Today, we published a new candidate release of Hibernate ORM 6.6: 6.6.0.CR1.

What's new

This release introduces a lot of improvements as well as bug fixes.

Please refer to the release announcement for details. You can find the full list of 6.6.0.CR1 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.0.Final (August 08, 2024)

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

** Bug * [HHH-18463] - Add AzureDialect * [HHH-18451] - CharBooleanConverter : Boolean null value conversion limited by the BooleanJavaType check condition * [HHH-18403] - DB2iDialect should not support Update Returning * [HHH-18399] - Unable to persist self-referencing entity with @​OneToOne and @​JoinTable * [HHH-18391] - EntityGraphs are not considering Embedded attributes * [HHH-18378] - Avoid reusing existing joins for entity-graph fetches if they're included in the where clause * [HHH-18373] - When executing update with Criteria API by setting InheritanceType.JOINED, InlineMutationStrategy, NPE error occurs * [HHH-18309] - Oracle LimitHandler does not seem to handle maxrows correctly for native queries * [HHH-17997] - Querying an Entity with CacheConcurrencyStrategy.READONLY throws UnsupportedOperationException: Can't update readonly object * [HHH-17847] - StoredProcedureQuery map result set incorrectly when having INOUT param * [HHH-17465] - Incorrect metamodel for shared version attribute in @​MappedSuperclass

Changes in 6.6.0.CR2 (August 6, 2024)

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

** Bug * [HHH-15725] - Criteria API Expression.as adds cast even when the cast type is equal to the expression type * [HHH-17840] - Jackson JsonNode stored as JSON "null" value instead of database NULL * [HHH-17914] - NPE getSqlString() in debug mode * [HHH-17949] - StatelessSession.upsert() with @​Version-ed entity on databases with no SQL merge * [HHH-18012] - Subclass of super generic array AttributeConverter cannot be auto applied * [HHH-18017] - Query cache on Polymorphic entities leads to InstantiationException (Cannot instantiate abstract class) * [HHH-18062] - 'Could not instantiate entity ... due to argument type mismatch' with record @​IdClass * [HHH-18085] - Executing SELECT query twice in a transaction, leads to "Shared references of collection error" * [HHH-18086] - Assertion Error when using JOIN FETCH on ToOneAttribute with multiple JOINs of parent entity * [HHH-18108] - Duplicate class definition regression caused by ClassTransformer * [HHH-18177] - org.hibernate.AssertionFailure: null identifier for collection of role thrown when merging entity with generated id * [HHH-18229] - "UnsupportedOperationException: Re-work support for semi-resolve " with null value in column referenced by @​JoinColumn * [HHH-18272] - UnsupportedOperationException when order / group by clause contains aliased item * [HHH-18278] - Metamodel generator is ignoring JPA/Hibernate annotations in package-info * [HHH-18280] - Support named procedure parameters down to the JDBC level * [HHH-18284] - Missing classes in org.hibernate.graalvm.internal.StaticClassLists * [HHH-18285] - Non-polymorphic embeddable inheritance fails starting with Hibernate ORM 6.6 * [HHH-18288] - Subclasses of SINGLE_TABLE Inheritance should not be allowed to define @​Table * [HHH-18291] - Regression in SemanticQueryBuilder 6.4.7.Final -> 6.4.8.Final. Also present in 6.5.2.Final. * [HHH-18292] - Regression in SemanticQueryBuilder 6.4.9.Final -> 6.5.0.Final. Also present in 6.5.2.Final. * [HHH-18302] - DB2CallableStatementSupport uses an invalid syntax for named parameters * [HHH-18306] - Implicit instantiation for queries with single selection item broken * [HHH-18312] - Informix nationalized JDBC types support * [HHH-18313] - NullPointerException because JdbcIsolationDelegate.sqlExceptionHelper() returns null

... (truncated)

Commits
  • 85a1526 6.6.0 (manual)
  • 54c1c4a HHH-17997 Querying an Entity with CacheConcurrencyStrategy.READONLY throws Un...
  • 20acd52 HHH-17997 Add test for issue
  • 263ef56 HHH-17465 Incorrect metamodel for shared version attribute in @​MappedSuperclass
  • e54a6e1 HHH-18463 Add AzureDialect and determine SQL Server version based on compatib...
  • 5550c20 HHH-18399 Avoid collecting duplicate attribute for to-one inverse table
  • 1ab7493 HHH-18399 Add test for issue
  • ecd22c0 HHH-18391 Check embeddable properties in fetch paths
  • e63c7f8 HHH-18391 Add test for issue
  • 4ca26f9 HHH-18309 Fix Oracle limit handler for native queries
  • Additional commits viewable in compare view

Updates org.hibernate.tool:hibernate-tools-ant from 6.5.2.Final to 6.6.0.Final

Commits

Updates org.hibernate:hibernate-jpamodelgen from 6.5.2.Final to 6.6.0.Final

Release notes

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

Hibernate ORM 6.6.0.CR1 released

Today, we published a new candidate release of Hibernate ORM 6.6: 6.6.0.CR1.

What's new

This release introduces a lot of improvements as well as bug fixes.

Please refer to the release announcement for details. You can find the full list of 6.6.0.CR1 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.0.Final (August 08, 2024)

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

** Bug * [HHH-18463] - Add AzureDialect * [HHH-18451] - CharBooleanConverter : Boolean null value conversion limited by the BooleanJavaType check condition * [HHH-18403] - DB2iDialect should not support Update Returning * [HHH-18399] - Unable to persist self-referencing entity with @​OneToOne and @​JoinTable * [HHH-18391] - EntityGraphs are not considering Embedded attributes * [HHH-18378] - Avoid reusing existing joins for entity-graph fetches if they're included in the where clause * [HHH-18373] - When executing update with Criteria API by setting InheritanceType.JOINED, InlineMutationStrategy, NPE error occurs * [HHH-18309] - Oracle LimitHandler does not seem to handle maxrows correctly for native queries * [HHH-17997] - Querying an Entity with CacheConcurrencyStrategy.READONLY throws UnsupportedOperationException: Can't update readonly object * [HHH-17847] - StoredProcedureQuery map result set incorrectly when having INOUT param * [HHH-17465] - Incorrect metamodel for shared version attribute in @​MappedSuperclass

Changes in 6.6.0.CR2 (August 6, 2024)

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

** Bug * [HHH-15725] - Criteria API Expression.as adds cast even when the cast type is equal to the expression type * [HHH-17840] - Jackson JsonNode stored as JSON "null" value instead of database NULL * [HHH-17914] - NPE getSqlString() in debug mode * [HHH-17949] - StatelessSession.upsert() with @​Version-ed entity on databases with no SQL merge * [HHH-18012] - Subclass of super generic array AttributeConverter cannot be auto applied * [HHH-18017] - Query cache on Polymorphic entities leads to InstantiationException (Cannot instantiate abstract class) * [HHH-18062] - 'Could not instantiate entity ... due to argument type mismatch' with record @​IdClass * [HHH-18085] - Executing SELECT query twice in a transaction, leads to "Shared references of collection error" * [HHH-18086] - Assertion Error when using JOIN FETCH on ToOneAttribute with multiple JOINs of parent entity * [HHH-18108] - Duplicate class definition regression caused by ClassTransformer * [HHH-18177] - org.hibernate.AssertionFailure: null identifier for collection of role thrown when merging entity with generated id * [HHH-18229] - "UnsupportedOperationException: Re-work support for semi-resolve " with null value in column referenced by @​JoinColumn * [HHH-18272] - UnsupportedOperationException when order / group by clause contains aliased item * [HHH-18278] - Metamodel generator is ignoring JPA/Hibernate annotations in package-info * [HHH-18280] - Support named procedure parameters down to the JDBC level * [HHH-18284] - Missing classes in org.hibernate.graalvm.internal.StaticClassLists * [HHH-18285] - Non-polymorphic embeddable inheritance fails starting with Hibernate ORM 6.6 * [HHH-18288] - Subclasses of SINGLE_TABLE Inheritance should not be allowed to define @​Table * [HHH-18291] - Regression in SemanticQueryBuilder 6.4.7.Final -> 6.4.8.Final. Also present in 6.5.2.Final. * [HHH-18292] - Regression in SemanticQueryBuilder 6.4.9.Final -> 6.5.0.Final. Also present in 6.5.2.Final. * [HHH-18302] - DB2CallableStatementSupport uses an invalid syntax for named parameters * [HHH-18306] - Implicit instantiation for queries with single selection item broken * [HHH-18312] - Informix nationalized JDBC types support * [HHH-18313] - NullPointerException because JdbcIsolationDelegate.sqlExceptionHelper() returns null

... (truncated)

Commits
  • 85a1526 6.6.0 (manual)
  • 54c1c4a HHH-17997 Querying an Entity with CacheConcurrencyStrategy.READONLY throws Un...
  • 20acd52 HHH-17997 Add test for issue
  • 263ef56 HHH-17465 Incorrect metamodel for shared version attribute in @​MappedSuperclass
  • e54a6e1 HHH-18463 Add AzureDialect and determine SQL Server version based on compatib...
  • 5550c20 HHH-18399 Avoid collecting duplicate attribute for to-one inverse table
  • 1ab7493 HHH-18399 Add test for issue
  • ecd22c0 HHH-18391 Check embeddable properties in fetch paths
  • e63c7f8 HHH-18391 Add test for issue
  • 4ca26f9 HHH-18309 Fix Oracle limit handler for native queries
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-core from 6.5.2.Final to 6.6.0.Final

Release notes

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

Hibernate ORM 6.6.0.CR1 released

Today, we published a new candidate release of Hibernate ORM 6.6: 6.6.0.CR1.

What's new

This release introduces a lot of improvements as well as bug fixes.

Please refer to the release announcement for details. You can find the full list of 6.6.0.CR1 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.0.Final (August 08, 2024)

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

** Bug * [HHH-18463] - Add AzureDialect * [HHH-18451] - CharBooleanConverter : Boolean null value conversion limited by the BooleanJavaType check condition * [HHH-18403] - DB2iDialect should not support Update Returning * [HHH-18399] - Unable to persist self-referencing entity with @​OneToOne and @​JoinTable * [HHH-18391] - EntityGraphs are not considering Embedded attributes * [HHH-18378] - Avoid reusing existing joins for entity-graph fetches if they're included in the where clause * [HHH-18373] - When executing update with Criteria API by setting InheritanceType.JOINED, InlineMutationStrategy, NPE error occurs * [HHH-18309] - Oracle LimitHandler does not seem to handle maxrows correctly for native queries * [HHH-17997] - Querying an Entity with CacheConcurrencyStrategy.READONLY throws UnsupportedOperationException: Can't update readonly object * [HHH-17847] - StoredProcedureQuery map result set incorrectly when having INOUT param * [HHH-17465] - Incorrect metamodel for shared version attribute in @​MappedSuperclass

Changes in 6.6.0.CR2 (August 6, 2024)

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

** Bug * [HHH-15725] - Criteria API Expression.as adds cast even when the cast type is equal to the expression type * [HHH-17840] - Jackson JsonNode stored as JSON "null" value instead of database NULL * [HHH-17914] - NPE getSqlString() in debug mode * [HHH-17949] - StatelessSession.upsert() with @​Version-ed entity on databases with no SQL merge * [HHH-18012] - Subclass of super generic array AttributeConverter cannot be auto applied * [HHH-18017] - Query cache on Polymorphic entities leads to InstantiationException (Cannot instantiate abstract class) * [HHH-18062] - 'Could not instantiate entity ... due to argument type mismatch' with record @​IdClass * [HHH-18085] - Executing SELECT query twice in a transaction, leads to "Shared references of collection error" * [HHH-18086] - Assertion Error when using JOIN FETCH on ToOneAttribute with multiple JOINs of parent entity * [HHH-18108] - Duplicate class definition regression caused by ClassTransformer * [HHH-18177] - org.hibernate.AssertionFailure: null identifier for collection of role thrown when merging entity with generated id * [HHH-18229] - "UnsupportedOperationException: Re-work support for semi-resolve " with null value in column referenced by @​JoinColumn * [HHH-18272] - UnsupportedOperationException when order / group by clause contains aliased item * [HHH-18278] - Metamodel generator is ignoring JPA/Hibernate annotations in package-info * [HHH-18280] - Support named procedure parameters down to the JDBC level * [HHH-18284] - Missing classes in org.hibernate.graalvm.internal.StaticClassLists * [HHH-18285] - Non-polymorphic embeddable inheritance fails starting with Hibernate ORM 6.6 * [HHH-18288] - Subclasses of SINGLE_TABLE Inheritance should not be allowed to define @​Table * [HHH-18291] - Regression in SemanticQueryBuilder 6.4.7.Final -> 6.4.8.Final. Also present in 6.5.2.Final. * [HHH-18292] - Regression in SemanticQueryBuilder 6.4.9.Final -> 6.5.0.Final. Also present in 6.5.2.Final. * [HHH-18302] - DB2CallableStatementSupport uses an invalid syntax for named parameters * [HHH-18306] - Implicit instantiation for queries with single selection item broken * [HHH-18312] - Informix nationalized JDBC types support * [HHH-18313] - NullPointerException because JdbcIsolationDelegate.sqlExceptionHelper() returns null

... (truncated)

Commits
  • 85a1526 6.6.0 (manual)
  • 54c1c4a HHH-17997 Querying an Entity with CacheConcurrencyStrategy.READONLY throws Un...
  • 20acd52 HHH-17997 Add test for issue
  • 263ef56 HHH-17465 Incorrect metamodel for shared version attribute in @​MappedSuperclass
  • e54a6e1 HHH-18463 Add AzureDialect and determine SQL Server version based on compatib...
  • 5550c20 HHH-18399 Avoid collecting duplicate attribute for to-one inverse table
  • 1ab7493 HHH-18399 Add test for issue
  • ecd22c0 HHH-18391 Check embeddable properties in fetch paths
  • e63c7f8 HHH-18391 Add test for issue
  • 4ca26f9 HHH-18309 Fix Oracle limit handler for native queries
  • Additional commits viewable in compare view

Updates org.hibernate.tool:hibernate-tools-ant from 6.5.2.Final to 6.6.0.Final

Commits

Updates org.apache.commons:commons-compress from 1.27.0 to 1.27.1

Updates ch.qos.logback:logback-classic from 1.5.0 to 1.5.7

Commits
  • 5e9f47f prepare release 1.5.7
  • 3f57247 only one shutdown hooks allowed, locks during LoggerContext.stop operation, f...
  • 1b7fe94 add STRICT shortcut for ISO8601 date pattern, fixes LOGBACK-262
  • 94b67db Made AsyncAppenderBase.isQueueBelowDiscardingThreshold public to facilitate...
  • 85bed93 fix race condition reported in LOGBACK-1362
  • c8c46e3 move levelChangePropagator related tests to logback-classic-blackbox
  • f7d5cf8 extract constants for property keys
  • c1f21e9 add test in relation to variable subsitions for levels, report substitions, L...
  • 7c29474 add support for finding the console's charset, LOGBACK-1642
  • 44fbe63 MaskedKeyValuePairConverter test issues/828, NPE in AppeanderAttachableImpl ...
  • Additional commits viewable in compare view

Updates ch.qos.logback.access:tomcat from 2.0.1 to 2.0.3

Updates org.openapi.generator from 7.7.0 to 7.8.0

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 20, 2024
@dependabot dependabot bot requested review from a team and enelir and removed request for a team August 20, 2024 12:59
@ovidijusnortal ovidijusnortal requested review from ovidijusnortal and removed request for enelir August 20, 2024 13:01
@ovidijusnortal
Copy link
Contributor

@dependabot ignore org.hibernate.orm:hibernate-core patch version

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 20, 2024

OK, I won't notify you about version 6.6.0 of org.hibernate.orm:hibernate-core again, unless you unignore it.

@ovidijusnortal
Copy link
Contributor

@dependabot ignore org.hibernate.tool:hibernate-tools-ant patch version

@dependabot dependabot bot force-pushed the dependabot/gradle/src/java-minor-patch-ce5024a628 branch from 7c664e7 to 4c15c06 Compare August 20, 2024 13:05
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 20, 2024

OK, I won't notify you about version 6.6.0 of org.hibernate.tool:hibernate-tools-ant again, unless you unignore it.

Copy link

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests

No Gradle build results detected.

@ovidijusnortal
Copy link
Contributor

@dependabot ignore org.hibernate:hibernate-jpamodelgen patch version

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 20, 2024

OK, I won't notify you about version 6.6.0 of org.hibernate:hibernate-jpamodelgen again, unless you unignore it.

@ovidijusnortal
Copy link
Contributor

@dependabot ignore org.hibernate:hibernate-hikaricp patch version

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 20, 2024

OK, I won't notify you about version 6.6.0 of org.hibernate:hibernate-hikaricp again, unless you unignore it.

Bumps the java-minor-patch group in /src with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [org.hibernate:hibernate-hikaricp](https://github.com/hibernate/hibernate-orm) | `6.5.2.Final` | `6.6.0.Final` |
| [org.hibernate:hibernate-jpamodelgen](https://github.com/hibernate/hibernate-orm) | `6.5.2.Final` | `6.6.0.Final` |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.5.2.Final` | `6.6.0.Final` |
| [org.hibernate.tool:hibernate-tools-ant](https://github.com/hibernate/hibernate-tools) | `6.5.2.Final` | `6.6.0.Final` |
| org.apache.commons:commons-compress | `1.27.0` | `1.27.1` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.0` | `1.5.7` |
| ch.qos.logback.access:tomcat | `2.0.1` | `2.0.3` |
| org.openapi.generator | `7.7.0` | `7.8.0` |


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

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

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

Updates `org.hibernate.tool:hibernate-tools-ant` from 6.5.2.Final to 6.6.0.Final
- [Commits](https://github.com/hibernate/hibernate-tools/commits)

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

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

Updates `org.hibernate.tool:hibernate-tools-ant` from 6.5.2.Final to 6.6.0.Final
- [Commits](https://github.com/hibernate/hibernate-tools/commits)

Updates `org.apache.commons:commons-compress` from 1.27.0 to 1.27.1

Updates `ch.qos.logback:logback-classic` from 1.5.0 to 1.5.7
- [Commits](qos-ch/logback@v_1.5.0...v_1.5.7)

Updates `ch.qos.logback.access:tomcat` from 2.0.1 to 2.0.3

Updates `org.openapi.generator` from 7.7.0 to 7.8.0

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-hikaricp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.hibernate:hibernate-jpamodelgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.hibernate.tool:hibernate-tools-ant
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.hibernate:hibernate-jpamodelgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.hibernate.tool:hibernate-tools-ant
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: ch.qos.logback.access:tomcat
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: org.openapi.generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/src/java-minor-patch-ce5024a628 branch from 4c15c06 to 6386dd9 Compare August 20, 2024 13:07
Copy link

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests

No Gradle build results detected.

@ovidijusnortal
Copy link
Contributor

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 20, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 20, 2024
@dependabot dependabot bot deleted the dependabot/gradle/src/java-minor-patch-ce5024a628 branch August 20, 2024 13:09
Copy link

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
src
build sonar test intTest runProxyTest runMetaserviceTest ru…
8.7 Build Scan not published

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant