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

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Changelog

Sourced from hibernate-jpamodelgen's changelog.

Changes in 6.2.3.Final (May 18, 2023)

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

** Bug * [HHH-16576] - Problem in query involving union on MySQL 5.7, MariaDB and Oracle * [HHH-16573] - Embeddable element collection with updateable = false leads to NullPointerException * [HHH-16555] - Join fetch query in combination with the inheritance pattern not working in hibernate 6 * [HHH-16551] - Schema management: discriminator column of type CHAR should always be of length 1 * [HHH-16549] - NullPointerException when calling LoadQueryInfluencers#isFetchProfileEnabled * [HHH-16545] - PersistenceUtilHelper.MetadataCache is not Thread-Safe * [HHH-16542] - Bad get/is handling with bytecode enhancement * [HHH-16541] - follow-on locking not always handled correctly * [HHH-16533] - Sybase cast, literal and truncation doesn't work with jConnect driver * [HHH-16517] - H6: Problems with flush when batch is ON (without @​DynamicUpdate) * [HHH-16505] - Interpretation of "bare" left-join alias reference in HQL * [HHH-16496] - CLONE - Join fetching nested @​OneToMany collections causes result multiplication * [HHH-16491] - SQM could not correct resolve Generics Embeddable ids * [HHH-16483] - Recursive CTE using Criteria API will throw Already registered a copy: org.hibernate.query.sqm.tree.cte.SqmCteStatement error * [HHH-16472] - Treated left join with restriction on entity results in incorrect query * [HHH-16469] - Hibernate repeatedly issues identical SELECT queries to load an optional one-to-one association * [HHH-16453] - Loading an Entity with two eager collections, produces duplicates when one of the collection is a a bag * [HHH-16447] - Lazy load of collection fails after EntityManager.refresh * [HHH-16425] - Function type resolver doesn't work with anonymous tuple path sources * [HHH-16423] - LazyInitializationException when calling em.refresh() on entity with lazy and eager children * [HHH-16298] - Failure merging a referenced entity * [HHH-15726] - Disjunction with treat results in too restrictive query * [HHH-12981] - Join alias is miscalculated when two descendant entities have same attribute name

** Improvement * [HHH-16580] - Some typos in org.hibernate.query.sqm * [HHH-16546] - Reduce verbosity of logs in a few edge cases * [HHH-16538] - Remove BeanValidationIntegrator#BV_CHECK_CLASS * [HHH-15871] - Update EDB testing to version 15 * [HHH-15160] - Extend Postgis support to distance operators

** Task * [HHH-16631] - Avoid unnecessary INFO logging at bootstrap * [HHH-16630] - Refactor code to avoid frequent lookup of Service MutationExecutorService * [HHH-16625] - Expose enough state from MetadataImpl to allow cloning it

Changes in 6.2.2.Final (April 28, 2023)

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

** Bug * [HHH-16528] - Revert SybaseDialect NameQualifierSupport to CATALOG only

... (truncated)

Commits
  • 73973d3 Post-steps for release : 6.2.3.Final
  • 5d74ff2 Pre-steps for release : 6.2.3.Final
  • d293903 Add description to hibernate-platform.gradle
  • 9a255a1 HHH-16630 Refactor code to avoid frequent lookup of Service MutationExecutorS...
  • af86f96 HHH-16631 Avoid unnecessary INFO logging at bootstrap
  • 296756a HHH-16625 Introduce a compilation unit among tests to serve as reminder about...
  • 99e5a09 HHH-16625 Introduce a compilation unit among tests to serve as reminder about...
  • bca9b51 HHH-16625 Expose enough state from MetadataImpl to allow cloning it
  • 57c2c6e HHH-16569 Batch fetch leads to some collections to be wrongly initialized wit...
  • 611fa48 HHH-16569 Add test for issue
  • Additional commits viewable in compare view


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

Changelog

Sourced from hibernate-core's changelog.

Changes in 6.2.3.Final (May 18, 2023)

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

** Bug * [HHH-16576] - Problem in query involving union on MySQL 5.7, MariaDB and Oracle * [HHH-16573] - Embeddable element collection with updateable = false leads to NullPointerException * [HHH-16555] - Join fetch query in combination with the inheritance pattern not working in hibernate 6 * [HHH-16551] - Schema management: discriminator column of type CHAR should always be of length 1 * [HHH-16549] - NullPointerException when calling LoadQueryInfluencers#isFetchProfileEnabled * [HHH-16545] - PersistenceUtilHelper.MetadataCache is not Thread-Safe * [HHH-16542] - Bad get/is handling with bytecode enhancement * [HHH-16541] - follow-on locking not always handled correctly * [HHH-16533] - Sybase cast, literal and truncation doesn't work with jConnect driver * [HHH-16517] - H6: Problems with flush when batch is ON (without @​DynamicUpdate) * [HHH-16505] - Interpretation of "bare" left-join alias reference in HQL * [HHH-16496] - CLONE - Join fetching nested @​OneToMany collections causes result multiplication * [HHH-16491] - SQM could not correct resolve Generics Embeddable ids * [HHH-16483] - Recursive CTE using Criteria API will throw Already registered a copy: org.hibernate.query.sqm.tree.cte.SqmCteStatement error * [HHH-16472] - Treated left join with restriction on entity results in incorrect query * [HHH-16469] - Hibernate repeatedly issues identical SELECT queries to load an optional one-to-one association * [HHH-16453] - Loading an Entity with two eager collections, produces duplicates when one of the collection is a a bag * [HHH-16447] - Lazy load of collection fails after EntityManager.refresh * [HHH-16425] - Function type resolver doesn't work with anonymous tuple path sources * [HHH-16423] - LazyInitializationException when calling em.refresh() on entity with lazy and eager children * [HHH-16298] - Failure merging a referenced entity * [HHH-15726] - Disjunction with treat results in too restrictive query * [HHH-12981] - Join alias is miscalculated when two descendant entities have same attribute name

** Improvement * [HHH-16580] - Some typos in org.hibernate.query.sqm * [HHH-16546] - Reduce verbosity of logs in a few edge cases * [HHH-16538] - Remove BeanValidationIntegrator#BV_CHECK_CLASS * [HHH-15871] - Update EDB testing to version 15 * [HHH-15160] - Extend Postgis support to distance operators

** Task * [HHH-16631] - Avoid unnecessary INFO logging at bootstrap * [HHH-16630] - Refactor code to avoid frequent lookup of Service MutationExecutorService * [HHH-16625] - Expose enough state from MetadataImpl to allow cloning it

Changes in 6.2.2.Final (April 28, 2023)

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

** Bug * [HHH-16528] - Revert SybaseDialect NameQualifierSupport to CATALOG only

... (truncated)

Commits
  • 73973d3 Post-steps for release : 6.2.3.Final
  • 5d74ff2 Pre-steps for release : 6.2.3.Final
  • d293903 Add description to hibernate-platform.gradle
  • 9a255a1 HHH-16630 Refactor code to avoid frequent lookup of Service MutationExecutorS...
  • af86f96 HHH-16631 Avoid unnecessary INFO logging at bootstrap
  • 296756a HHH-16625 Introduce a compilation unit among tests to serve as reminder about...
  • 99e5a09 HHH-16625 Introduce a compilation unit among tests to serve as reminder about...
  • bca9b51 HHH-16625 Expose enough state from MetadataImpl to allow cloning it
  • 57c2c6e HHH-16569 Batch fetch leads to some collections to be wrongly initialized wit...
  • 611fa48 HHH-16569 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 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 1 year ago

Superseded by #107.