KorAP / Kustvakt

:speedboat: User and policy management component for KorAP, capable of rewriting queries for policy based document restrictions.
BSD 2-Clause "Simplified" License
4 stars 3 forks source link

Bump hibernate.version from 6.1.7.Final to 6.4.0.Final in /full #712

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps hibernate.version from 6.1.7.Final to 6.4.0.Final. Updates org.hibernate.orm:hibernate-core from 6.1.7.Final to 6.4.0.Final

Release notes

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

Hibernate ORM 6.2.13.Final released

Today, we published a new maintenance release of Hibernate ORM 6.2: 6.2.13.Final.

What's new

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

You can find the full list of 6.2.13.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.2.12.Final released

Today, we published a new maintenance release of Hibernate ORM 6.2: 6.2.12.Final.

What's new

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

You can find the full list of 6.2.12.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.4.0.Final (November 23, 2023)

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

** Bug * [HHH-17454] - SemanticException caused by type check when comparing generic path to parameter expression * [HHH-17428] - Parameter place holder should start from 1 in StandardTemporaryTableExporter * [HHH-17415] - NullPointerException: EntityValuedPathInterpretation - getNavigablePath() * [HHH-17412] - Type comparison error due to surprising javac method selection * [HHH-17411] - Fetch join on treated join leads to owner not selected error * [HHH-17386] - Type inference source is not reset for top level predicates * [HHH-17384] - OneToMany association with @​NotFound results in SQL with different JOIN-type for SELECT (LEFT JOIN) and COUNT (JOIN) * [HHH-17383] - Association is null in lazy initialized element collection * [HHH-17382] - Dynamic instantiation leads to superclass fields not found when using injection * [HHH-17381] - fix wrong groupId in Compatibility.adoc * [HHH-17380] - Persisting an entity with a non generated id and @​MapsId throws PropertyValueException * [HHH-17370] - ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Cannot invoke "org.hibernate.resource.jdbc.spi.JdbcObserver.jdbcConnectionAcquisitionEnd(java.sql.Connection)" because "this.observer" is null * [HHH-17344] - DB2zDialect NullPointerException * [HHH-17328] - Retrieve entity using entity graph not adding type in the where clause for @​Inheritance(strategy = InheritanceType.SINGLE_TABLE) * [HHH-17313] - Session#setDefaultReadOnly is ignored by named queries * [HHH-17308] - AssertionError when mixing @​SQLSelect and composite ID * [HHH-17299] - AssertionError in DiscriminatorPathInterpretation when treating a path with the same subtype * [HHH-17294] - Non-Embeddable JSON objects are not marked as dirty when modified * [HHH-17292] - MappedSuperclass with more than 1 subclass level leads to "UnknownPathException: Could not resolve attribute" * [HHH-17102] - @​SqlResultSetMapping doesn’t work with @​Inheritance(strategy = InheritanceType.JOINED)

** Deprecation * [HHH-17441] - Deprecate @​Comment

** Improvement * [HHH-17425] - Introduce new configuration parameters for offline Dialect initialization * [HHH-17424] - Have Dialect manage more of ExtractedDatabaseMetadata * [HHH-17417] - Workaround Oracle driver issue to reduce connection creation * [HHH-17409] - Support offset without limit in AbstractSimpleLimitHandler and Oracle12LimitHandler * [HHH-17389] - Add getQueryHintString() for PostgreSQLDialect * [HHH-17372] - Endless recursion between default implementations of SelectionQuery.getResultStream() and SelectionQuery.stream() * [HHH-17355] - Smoothen rough edges with array functions * [HHH-17340] - Fix typos in javadoc * [HHH-17023] - Add support for Altibase dialect * [HHH-15074] - Allow partial composite id generation for EmbeddedId

** New Feature * [HHH-17357] - Support pgvector types and functions * [HHH-17210] - Expose custom JFR events

** Sub-task * [HHH-17347] - Support for JDK which do not support JFR events

** Task

... (truncated)

Commits
  • 7c7bf27 Post-steps for release : 6.4.0.Final
  • cdce898 Pre-steps for release : 6.4.0.Final
  • ac637ea HHH-17425 Introduce some new dialect-specific config params
  • 1439e4a HHH-17313 Always get Boolean wrapper for HINT_READ_ONLY
  • 1486d56 HHH-17313 Add test for issue
  • b697f35 Update Revved up by Develocity badge
  • c6bc135 HHH-17454 Correct type checking with concrete generic types
  • b3b0a8d HHH-17454 Add test for issue
  • 27c3078 HHH-17382 Walk superclasses when searching instantiation field
  • 56efddc HHH-17382 Add test for issue
  • Additional commits viewable in compare view


Updates org.hibernate.orm:hibernate-jpamodelgen from 6.1.7.Final to 6.4.0.Final

Release notes

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

Hibernate ORM 6.2.13.Final released

Today, we published a new maintenance release of Hibernate ORM 6.2: 6.2.13.Final.

What's new

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

You can find the full list of 6.2.13.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.2.12.Final released

Today, we published a new maintenance release of Hibernate ORM 6.2: 6.2.12.Final.

What's new

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

You can find the full list of 6.2.12.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.4.0.Final (November 23, 2023)

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

** Bug * [HHH-17454] - SemanticException caused by type check when comparing generic path to parameter expression * [HHH-17428] - Parameter place holder should start from 1 in StandardTemporaryTableExporter * [HHH-17415] - NullPointerException: EntityValuedPathInterpretation - getNavigablePath() * [HHH-17412] - Type comparison error due to surprising javac method selection * [HHH-17411] - Fetch join on treated join leads to owner not selected error * [HHH-17386] - Type inference source is not reset for top level predicates * [HHH-17384] - OneToMany association with @​NotFound results in SQL with different JOIN-type for SELECT (LEFT JOIN) and COUNT (JOIN) * [HHH-17383] - Association is null in lazy initialized element collection * [HHH-17382] - Dynamic instantiation leads to superclass fields not found when using injection * [HHH-17381] - fix wrong groupId in Compatibility.adoc * [HHH-17380] - Persisting an entity with a non generated id and @​MapsId throws PropertyValueException * [HHH-17370] - ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Cannot invoke "org.hibernate.resource.jdbc.spi.JdbcObserver.jdbcConnectionAcquisitionEnd(java.sql.Connection)" because "this.observer" is null * [HHH-17344] - DB2zDialect NullPointerException * [HHH-17328] - Retrieve entity using entity graph not adding type in the where clause for @​Inheritance(strategy = InheritanceType.SINGLE_TABLE) * [HHH-17313] - Session#setDefaultReadOnly is ignored by named queries * [HHH-17308] - AssertionError when mixing @​SQLSelect and composite ID * [HHH-17299] - AssertionError in DiscriminatorPathInterpretation when treating a path with the same subtype * [HHH-17294] - Non-Embeddable JSON objects are not marked as dirty when modified * [HHH-17292] - MappedSuperclass with more than 1 subclass level leads to "UnknownPathException: Could not resolve attribute" * [HHH-17102] - @​SqlResultSetMapping doesn’t work with @​Inheritance(strategy = InheritanceType.JOINED)

** Deprecation * [HHH-17441] - Deprecate @​Comment

** Improvement * [HHH-17425] - Introduce new configuration parameters for offline Dialect initialization * [HHH-17424] - Have Dialect manage more of ExtractedDatabaseMetadata * [HHH-17417] - Workaround Oracle driver issue to reduce connection creation * [HHH-17409] - Support offset without limit in AbstractSimpleLimitHandler and Oracle12LimitHandler * [HHH-17389] - Add getQueryHintString() for PostgreSQLDialect * [HHH-17372] - Endless recursion between default implementations of SelectionQuery.getResultStream() and SelectionQuery.stream() * [HHH-17355] - Smoothen rough edges with array functions * [HHH-17340] - Fix typos in javadoc * [HHH-17023] - Add support for Altibase dialect * [HHH-15074] - Allow partial composite id generation for EmbeddedId

** New Feature * [HHH-17357] - Support pgvector types and functions * [HHH-17210] - Expose custom JFR events

** Sub-task * [HHH-17347] - Support for JDK which do not support JFR events

** Task

... (truncated)

Commits
  • 7c7bf27 Post-steps for release : 6.4.0.Final
  • cdce898 Pre-steps for release : 6.4.0.Final
  • ac637ea HHH-17425 Introduce some new dialect-specific config params
  • 1439e4a HHH-17313 Always get Boolean wrapper for HINT_READ_ONLY
  • 1486d56 HHH-17313 Add test for issue
  • b697f35 Update Revved up by Develocity badge
  • c6bc135 HHH-17454 Correct type checking with concrete generic types
  • b3b0a8d HHH-17454 Add test for issue
  • 27c3078 HHH-17382 Walk superclasses when searching instantiation field
  • 56efddc HHH-17382 Add test for issue
  • Additional commits viewable in compare view


Updates org.hibernate.orm:hibernate-c3p0 from 6.1.7.Final to 6.4.0.Final

Release notes

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

Hibernate ORM 6.2.13.Final released

Today, we published a new maintenance release of Hibernate ORM 6.2: 6.2.13.Final.

What's new

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

You can find the full list of 6.2.13.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.2.12.Final released

Today, we published a new maintenance release of Hibernate ORM 6.2: 6.2.12.Final.

What's new

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

You can find the full list of 6.2.12.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-c3p0's changelog.

Changes in 6.4.0.Final (November 23, 2023)

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

** Bug * [HHH-17454] - SemanticException caused by type check when comparing generic path to parameter expression * [HHH-17428] - Parameter place holder should start from 1 in StandardTemporaryTableExporter * [HHH-17415] - NullPointerException: EntityValuedPathInterpretation - getNavigablePath() * [HHH-17412] - Type comparison error due to surprising javac method selection * [HHH-17411] - Fetch join on treated join leads to owner not selected error * [HHH-17386] - Type inference source is not reset for top level predicates * [HHH-17384] - OneToMany association with @​NotFound results in SQL with different JOIN-type for SELECT (LEFT JOIN) and COUNT (JOIN) * [HHH-17383] - Association is null in lazy initialized element collection * [HHH-17382] - Dynamic instantiation leads to superclass fields not found when using injection * [HHH-17381] - fix wrong groupId in Compatibility.adoc * [HHH-17380] - Persisting an entity with a non generated id and @​MapsId throws PropertyValueException * [HHH-17370] - ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Cannot invoke "org.hibernate.resource.jdbc.spi.JdbcObserver.jdbcConnectionAcquisitionEnd(java.sql.Connection)" because "this.observer" is null * [HHH-17344] - DB2zDialect NullPointerException * [HHH-17328] - Retrieve entity using entity graph not adding type in the where clause for @​Inheritance(strategy = InheritanceType.SINGLE_TABLE) * [HHH-17313] - Session#setDefaultReadOnly is ignored by named queries * [HHH-17308] - AssertionError when mixing @​SQLSelect and composite ID * [HHH-17299] - AssertionError in DiscriminatorPathInterpretation when treating a path with the same subtype * [HHH-17294] - Non-Embeddable JSON objects are not marked as dirty when modified * [HHH-17292] - MappedSuperclass with more than 1 subclass level leads to "UnknownPathException: Could not resolve attribute" * [HHH-17102] - @​SqlResultSetMapping doesn’t work with @​Inheritance(strategy = InheritanceType.JOINED)

** Deprecation * [HHH-17441] - Deprecate @​Comment

** Improvement * [HHH-17425] - Introduce new configuration parameters for offline Dialect initialization * [HHH-17424] - Have Dialect manage more of ExtractedDatabaseMetadata * [HHH-17417] - Workaround Oracle driver issue to reduce connection creation * [HHH-17409] - Support offset without limit in AbstractSimpleLimitHandler and Oracle12LimitHandler * [HHH-17389] - Add getQueryHintString() for PostgreSQLDialect * [HHH-17372] - Endless recursion between default implementations of SelectionQuery.getResultStream() and SelectionQuery.stream() * [HHH-17355] - Smoothen rough edges with array functions * [HHH-17340] - Fix typos in javadoc * [HHH-17023] - Add support for Altibase dialect * [HHH-15074] - Allow partial composite id generation for EmbeddedId

** New Feature * [HHH-17357] - Support pgvector types and functions * [HHH-17210] - Expose custom JFR events

** Sub-task * [HHH-17347] - Support for JDK which do not support JFR events

** Task

... (truncated)

Commits
  • 7c7bf27 Post-steps for release : 6.4.0.Final
  • cdce898 Pre-steps for release : 6.4.0.Final
  • ac637ea HHH-17425 Introduce some new dialect-specific config params
  • 1439e4a HHH-17313 Always get Boolean wrapper for HINT_READ_ONLY
  • 1486d56 HHH-17313 Add test for issue
  • b697f35 Update Revved up by Develocity badge
  • c6bc135 HHH-17454 Correct type checking with concrete generic types
  • b3b0a8d HHH-17454 Add test for issue
  • 27c3078 HHH-17382 Walk superclasses when searching instantiation field
  • 56efddc HHH-17382 Add test for issue
  • Additional commits viewable in compare view


Updates org.hibernate.orm:hibernate-community-dialects from 6.1.7.Final to 6.4.0.Final

Release notes

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

Hibernate ORM 6.2.13.Final released

Today, we published a new maintenance release of Hibernate ORM 6.2: 6.2.13.Final.

What's new

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

You can find the full list of 6.2.13.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.2.12.Final released

Today, we published a new maintenance release of Hibernate ORM 6.2: 6.2.12.Final.

What's new

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

You can find the full list of 6.2.12.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.4.0.Final (November 23, 2023)

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

** Bug * [HHH-17454] - SemanticException caused by type check when comparing generic path to parameter expression * [HHH-17428] - Parameter place holder should start from 1 in StandardTemporaryTableExporter * [HHH-17415] - NullPointerException: EntityValuedPathInterpretation - getNavigablePath() * [HHH-17412] - Type comparison error due to surprising javac method selection * [HHH-17411] - Fetch join on treated join leads to owner not selected error * [HHH-17386] - Type inference source is not reset for top level predicates * [HHH-17384] - OneToMany association with @​NotFound results in SQL with different JOIN-type for SELECT (LEFT JOIN) and COUNT (JOIN) * [HHH-17383] - Association is null in lazy initialized element collection * [HHH-17382] - Dynamic instantiation leads to superclass fields not found when using injection * [HHH-17381] - fix wrong groupId in Compatibility.adoc * [HHH-17380] - Persisting an entity with a non generated id and @​MapsId throws PropertyValueException * [HHH-17370] - ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Cannot invoke "org.hibernate.resource.jdbc.spi.JdbcObserver.jdbcConnectionAcquisitionEnd(java.sql.Connection)" because "this.observer" is null * [HHH-17344] - DB2zDialect NullPointerException * [HHH-17328] - Retrieve entity using entity graph not adding type in the where clause for @​Inheritance(strategy = InheritanceType.SINGLE_TABLE) * [HHH-17313] - Session#setDefaultReadOnly is ignored by named queries * [HHH-17308] - AssertionError when mixing @​SQLSelect and composite ID * [HHH-17299] - AssertionError in DiscriminatorPathInterpretation when treating a path with the same subtype * [HHH-17294] - Non-Embeddable JSON objects are not marked as dirty when modified * [HHH-17292] - MappedSuperclass with more than 1 subclass level leads to "UnknownPathException: Could not resolve attribute" * [HHH-17102] - @​SqlResultSetMapping doesn’t work with @​Inheritance(strategy = InheritanceType.JOINED)

** Deprecation * [HHH-17441] - Deprecate @​Comment

** Improvement * [HHH-17425] - Introduce new configuration parameters for offline Dialect initialization * [HHH-17424] - Have Dialect manage more of ExtractedDatabaseMetadata * [HHH-17417] - Workaround Oracle driver issue to reduce connection creation * [HHH-17409] - Support offset without limit in AbstractSimpleLimitHandler and Oracle12LimitHandler * [HHH-17389] - Add getQueryHintString() for PostgreSQLDialect * [HHH-17372] - Endless recursion between default implementations of SelectionQuery.getResultStream() and SelectionQuery.stream() * [HHH-17355] - Smoothen rough edges with array functions * [HHH-17340] - Fix typos in javadoc * [HHH-17023] - Add support for Altibase dialect * [HHH-15074] - Allow partial composite id generation for EmbeddedId

** New Feature * [HHH-17357] - Support pgvector types and functions * [HHH-17210] - Expose custom JFR events

** Sub-task * [HHH-17347] - Support for JDK which do not support JFR events

** Task

... (truncated)

Commits
  • 7c7bf27 Post-steps for release : 6.4.0.Final
  • cdce898 Pre-steps for release : 6.4.0.Final
  • ac637ea HHH-17425 Introduce some new dialect-specific config params
  • 1439e4a HHH-17313 Always get Boolean wrapper for HINT_READ_ONLY
  • 1486d56 HHH-17313 Add test for issue
  • b697f35 Update Revved up by Develocity badge
  • c6bc135 HHH-17454 Correct type checking with concrete generic types
  • b3b0a8d HHH-17454 Add test for issue
  • 27c3078 HHH-17382 Walk superclasses when searching instantiation field
  • 56efddc HHH-17382 Add test for issue
  • Additional commits viewable in compare view


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 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)
dependabot[bot] commented 9 months ago

Superseded by #725.