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

Bump org.hibernate.orm:hibernate-core from 6.2.0.CR3 to 6.2.0.Final #729

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2023

Bumps org.hibernate.orm:hibernate-core from 6.2.0.CR3 to 6.2.0.Final.

Changelog

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

Changes in 6.2.0.Final (March 31, 2023)

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

** Bug * [HHH-16404] - SkipFirstLimitHandler calls insertAfterSelect with parameter in wrong order * [HHH-16402] - Fix default window frame mode to be RANGE instead of ROWS * [HHH-16396] - HQL with SubQuery having same alias of root Query generates wrong SQL * [HHH-16391] - Incorrect mutability-plan resolution for converted collection-as-basic mappings * [HHH-16390] - Execution of non-batched statements do not force execution of current batch * [HHH-16378] - SQM fails to resolve target type of association defined in mappersuperclass with generics * [HHH-16372] - NPE in EmbeddedIdentifierMappingImpl#disassemble * [HHH-16368] - UnsupportedOperationException: compare() not implemented for EntityType * [HHH-16359] - SingularAttribute with non-nullable column is wrongly reported as optional * [HHH-16358] - OneToMany with abstract TABLE_PER_CLASS element not working * [HHH-16355] - Map association with entity typed key breaks if mappedBy is specified * [HHH-16350] - PreLoadEvent listeners always receive PreLoadEvent with null state * [HHH-16337] - EntityCollection is not deleted when replaced * [HHH-16336] - Modify the newly introduced mappedBy type check to be more lenient * [HHH-16334] - Persisting and loading an entity with a null all-delete-orphan collection results in error * [HHH-16333] - Handle converters properly in BasicPluralType * [HHH-16305] - Error when using parameter as both a select function argument and in where clause * [HHH-16295] - JDBCUpdateMutation with MutationType.INSERT instead of MutationType.UPDATE * [HHH-16281] - Inconsistent Behaivor of L2 cache between Hibernate 5 and 6 * [HHH-16274] - Incorrect foreign key column order for @​OneToMany with multiple join columns and @​IdClass * [HHH-16272] - Hibernate 6 fails to refresh when collections are accessed in entity setter method when access type is property * [HHH-16255] - Logging "Executing import script" when it's not being executed * [HHH-16249] - StatelessSession does not flush when using jdbc batch_size > 1 * [HHH-16248] - Problem with batching and inheritance with @​ManyToOne mapped in multiple subclasses * [HHH-16241] - Unable to write/query attribute on type with AttributeConverter * [HHH-16218] - Natural id cache is extremely slow for entities with compound natural id

** Deprecation * [HHH-16407] - EntityPersister and CollectionPersister deprecations

** Improvement * [HHH-16380] - Avoid map-based mapping metamodel access when instantiating entity instances * [HHH-16348] - Re-add JdbcOperationQuery#getAppliedParameters for query extensions * [HHH-16339] - Unify entity and any discriminator handling * [HHH-16317] - InstantAsTimestampWithTimeZoneJdbcType doesn't work for timestamp on PG-JDBC and MSSQL * [HHH-16287] - Consider hibernate.timezone.default_storage for OffsetTime typing and storage

** New Feature * [HHH-16353] - Make it possible for Hibernate Reactive to override the creation of AttributeMapping and Fetch strategies * [HHH-16097] - Move all tests from documentation into hibernate-core

** Task * [HHH-16400] - Avoid reflection for calls to StackWalker * [HHH-16388] - Configuration setting for wrapper Byte[]/Character[] treatment

... (truncated)

Commits
  • 82714e5 Post-steps for release : 6.2.0.Final
  • 82ae94d Pre-steps for release : 6.2.0.Final
  • 50de183 Post-steps for release : 6.2.0
  • 7abf799 Pre-steps for release : 6.2.0
  • fbe43b9 HHH-16407 - EntityPersister and CollectionPersister deprecations
  • 867ce87 HHH-16368 UnsupportedOperationException: compare() not implemented for Entity...
  • e4e25bd HHH-16396 HQL with SubQuery having same alias of root Query generates wrong SQL
  • 091aae2 HHH-16218 Natural id cache is extremely slow for entities with compound natur...
  • 1826da6 HHH-16218 Natural id cache is extremely slow for entities with compound natur...
  • ca6c449 HHH-16241 Add relational java type to SqmExpressible for function argument va...
  • 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 [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) from 6.2.0.CR3 to 6.2.0.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.2.0/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.2.0.CR3...6.2.0)

---
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 added the dependencies Pull requests that update a dependency file label Mar 31, 2023
@codecov
Copy link

codecov bot commented Mar 31, 2023

Codecov Report

Merging #729 (02fb80b) into develop (be88991) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop     #729   +/-   ##
==========================================
  Coverage      76.31%   76.31%           
  Complexity      1166     1166           
==========================================
  Files            245      245           
  Lines           3740     3740           
  Branches         233      233           
==========================================
  Hits            2854     2854           
  Misses           788      788           
  Partials          98       98           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1a16aa8...02fb80b. Read the comment docs.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 17, 2023

Superseded by #732.

@dependabot dependabot bot closed this Apr 17, 2023
@dependabot dependabot bot deleted the dependabot/gradle/org.hibernate.orm-hibernate-core-6.2.0.Final branch April 17, 2023 07:00
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants