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

build(deps): bump hibernate-core from 6.2.5.Final to 6.2.6.Final #3010

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 10, 2023
@jknack jknack added this to the 3.0.1 milestone Jul 10, 2023
@dependabot dependabot bot force-pushed the dependabot/maven/org.hibernate.orm-hibernate-core-6.2.6.Final branch from 4ffb173 to 7f17a74 Compare July 10, 2023 12:09
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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/org.hibernate.orm-hibernate-core-6.2.6.Final branch from 7f17a74 to 9c35c71 Compare July 10, 2023 12:10
@jknack jknack merged commit ec5b851 into 3.x Jul 10, 2023
7 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.hibernate.orm-hibernate-core-6.2.6.Final branch July 10, 2023 12:57
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