Cosium / spring-data-jpa-entity-graph

Spring Data JPA extension allowing full dynamic usage of EntityGraph on repositories
MIT License
466 stars 51 forks source link

Bump hibernate.version from 6.1.5.Final to 6.2.6.Final #114

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps hibernate.version from 6.1.5.Final to 6.2.6.Final. Updates hibernate-jpamodelgen from 6.1.5.Final to 6.2.6.Final

Changelog

Sourced from hibernate-jpamodelgen's changelog.

Changes in 6.2.6.Final (June 30, 2023)

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

** Bug * [HHH-16868] - IN clause with more than 1000 expressions * [HHH-16839] - Failing to update a one-to-one lazy association with OptimisticLockType.DIRTY and enabled bytecode enhancement * [HHH-16832] - Bytecode enhancement leads to broken constructor for a generic embedded field in a MappedSuperclass * [HHH-16831] - Revisit logging statement that use string concat for formatted logging * [HHH-16821] - Fail to delete entity with a composite id using an @​IdClass with one of its fields mapped from the id of a @​ManyToOne association * [HHH-16820] - When batching enabled the LockModeType is ignored * [HHH-16799] - Using bytecode enhancement may result in incorrect AccessType being picked * [HHH-16784] - @​MappedSuperclass with parameterized interface types no longer works * [HHH-16743] - StackOverflowError when loading a ManyToOne whith @​Proxy(lazy=false) * [HHH-16733] - Doing polymorphic queries with interfaces results in exception SqmRoot not yet resolved to TableGroup * [HHH-16721] - HQL with subquery with entity path at least two levels deep produces wrong SQL * [HHH-16713] - Unexpected warning: "HHH100001: JDBC driver did not return the expected number of row counts" * [HHH-16711] - Reading entities using @​MappedSuperclass does not work with classes in foreign packages * [HHH-16701] - "persister" is null during validation with lazy collections * [HHH-16602] - NPE When initializing a lazy collection during flush * [HHH-16589] - In-Clause Parameter Padding mistreats Dilect.getInExpressionCountLimit which can cause ORA-01795: maximum number of expressions in a list is 1000 * [HHH-16582] - Alias XXX used for multiple from-clause elements error when executing query with 2 level join * [HHH-16537] - Wrong SQL generated when root join is not used in sub-query * [HHH-16514] - Property sorting can lead to incorrect column mappings with derived embeddable keys * [HHH-16275] - LockTest.testLock*FkTarget fail on Sybase with timeout getting lock * [HHH-14703] - @​ElementCollection + nested @​Embeddable -> @​Enumerated ignored * [HHH-14078] - Hibernate returns duplicates into @​OneToMany collection after merge

** Improvement * [HHH-16794] - With Bytecode enhancement a lazy ManyToOne association targeting an Entity annotated with @​Proxy(lazy = false) is eagerly loaded

** Task * [HHH-16873] - Expose fast-path cloning constructors for UpdateCoordinatorStandard

Changes in 6.2.5.Final (June 15, 2023)

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

** Bug * [HHH-16787] - Multi-valued parameter with single element parameter list fails with no such element exception * [HHH-16786] - NPE in SqmParameterInterpretation when binding null for select item in insert-select statement * [HHH-16774] - Composite field tracking in enhancement not working if field not annotated with @​Embedded * [HHH-16770] - Entity valued path expansion for GROUP BY clause causes problems for in-subquery predicates * [HHH-16759] - Merge fails when entity has an Embedded Java record * [HHH-16750] - ClassCastException when an Entity with an ElementCollection has an EmbeddableId with just one field and Batch is enabled * [HHH-16745] - TransientObjectException when loading versioned entity from second-level cache with @​OneToOne LAZY mapping * [HHH-16744] - Wrong class created when reusing a join column for different entities in multiple ManyToOne

... (truncated)

Commits
  • 2164115 Post-steps for release : 6.2.6.Final
  • 7a63a17 Pre-steps for release : 6.2.6.Final
  • f6d93e1 HHH-16873 Expose fast-path cloning constructors for UpdateCoordinatorStandard
  • 1ead5d2 HHH-16514 - Property sorting can lead to incorrect column mappings with deriv...
  • 26ba403 HHH-14078 Avoid duplicate elements when initializing bag with queued operations
  • 256a93f HHH-16642 Restrict conjuct type predicate to treated roots
  • bc445f6 HHH-16642 Add test for issue
  • 39db093 HHH-16820 updated migration guide
  • 9abb3b4 HHH-16820 updated userguide
  • 50fab5b HHH-16820 When batching enabled the LockModeType is ignored
  • Additional commits viewable in compare view


Updates hibernate-core from 6.1.5.Final to 6.2.6.Final

Changelog

Sourced from hibernate-core's changelog.

Changes in 6.2.6.Final (June 30, 2023)

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

** Bug * [HHH-16868] - IN clause with more than 1000 expressions * [HHH-16839] - Failing to update a one-to-one lazy association with OptimisticLockType.DIRTY and enabled bytecode enhancement * [HHH-16832] - Bytecode enhancement leads to broken constructor for a generic embedded field in a MappedSuperclass * [HHH-16831] - Revisit logging statement that use string concat for formatted logging * [HHH-16821] - Fail to delete entity with a composite id using an @​IdClass with one of its fields mapped from the id of a @​ManyToOne association * [HHH-16820] - When batching enabled the LockModeType is ignored * [HHH-16799] - Using bytecode enhancement may result in incorrect AccessType being picked * [HHH-16784] - @​MappedSuperclass with parameterized interface types no longer works * [HHH-16743] - StackOverflowError when loading a ManyToOne whith @​Proxy(lazy=false) * [HHH-16733] - Doing polymorphic queries with interfaces results in exception SqmRoot not yet resolved to TableGroup * [HHH-16721] - HQL with subquery with entity path at least two levels deep produces wrong SQL * [HHH-16713] - Unexpected warning: "HHH100001: JDBC driver did not return the expected number of row counts" * [HHH-16711] - Reading entities using @​MappedSuperclass does not work with classes in foreign packages * [HHH-16701] - "persister" is null during validation with lazy collections * [HHH-16602] - NPE When initializing a lazy collection during flush * [HHH-16589] - In-Clause Parameter Padding mistreats Dilect.getInExpressionCountLimit which can cause ORA-01795: maximum number of expressions in a list is 1000 * [HHH-16582] - Alias XXX used for multiple from-clause elements error when executing query with 2 level join * [HHH-16537] - Wrong SQL generated when root join is not used in sub-query * [HHH-16514] - Property sorting can lead to incorrect column mappings with derived embeddable keys * [HHH-16275] - LockTest.testLock*FkTarget fail on Sybase with timeout getting lock * [HHH-14703] - @​ElementCollection + nested @​Embeddable -> @​Enumerated ignored * [HHH-14078] - Hibernate returns duplicates into @​OneToMany collection after merge

** Improvement * [HHH-16794] - With Bytecode enhancement a lazy ManyToOne association targeting an Entity annotated with @​Proxy(lazy = false) is eagerly loaded

** Task * [HHH-16873] - Expose fast-path cloning constructors for UpdateCoordinatorStandard

Changes in 6.2.5.Final (June 15, 2023)

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

** Bug * [HHH-16787] - Multi-valued parameter with single element parameter list fails with no such element exception * [HHH-16786] - NPE in SqmParameterInterpretation when binding null for select item in insert-select statement * [HHH-16774] - Composite field tracking in enhancement not working if field not annotated with @​Embedded * [HHH-16770] - Entity valued path expansion for GROUP BY clause causes problems for in-subquery predicates * [HHH-16759] - Merge fails when entity has an Embedded Java record * [HHH-16750] - ClassCastException when an Entity with an ElementCollection has an EmbeddableId with just one field and Batch is enabled * [HHH-16745] - TransientObjectException when loading versioned entity from second-level cache with @​OneToOne LAZY mapping * [HHH-16744] - Wrong class created when reusing a join column for different entities in multiple ManyToOne

... (truncated)

Commits
  • 2164115 Post-steps for release : 6.2.6.Final
  • 7a63a17 Pre-steps for release : 6.2.6.Final
  • f6d93e1 HHH-16873 Expose fast-path cloning constructors for UpdateCoordinatorStandard
  • 1ead5d2 HHH-16514 - Property sorting can lead to incorrect column mappings with deriv...
  • 26ba403 HHH-14078 Avoid duplicate elements when initializing bag with queued operations
  • 256a93f HHH-16642 Restrict conjuct type predicate to treated roots
  • bc445f6 HHH-16642 Add test for issue
  • 39db093 HHH-16820 updated migration guide
  • 9abb3b4 HHH-16820 updated userguide
  • 50fab5b HHH-16820 When batching enabled the LockModeType is ignored
  • 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 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 11 months ago

Superseded by #116.