Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Bump hibernate-core from 6.2.5.Final to 6.2.6.Final #122

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2023

Bumps hibernate-core from 6.2.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

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 compatibility score

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)

Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 6.2.5.Final to 6.2.6.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.2.6/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.2.5...6.2.6)

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 3, 2023
@dependabot dependabot bot requested a review from Ziedelth July 3, 2023 08:51
@Ziedelth Ziedelth merged commit 1324342 into master Jul 3, 2023
@dependabot dependabot bot deleted the dependabot/maven/org.hibernate.orm-hibernate-core-6.2.6.Final branch July 3, 2023 08:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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