Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 5, 2022

Bumps hibernate-core from 6.0.1.Final to 6.1.4.Final.

Changelog

Sourced from hibernate-core's changelog.

Changes in 6.1.4.Final (October 05, 2022)

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

** Bug * [HHH-15576] - Emulation of tuple comparison produces a wrong SQL query for NOT EQUAL operator * [HHH-15572] - Emulation of tuple comparison produces a wrong SQL query, missing a closing parenthesis * [HHH-15554] - Merge of an Entity with an immutable composite user type throws Exception * [HHH-15552] - Embeddable type cannot be cast to org.hibernate.usertype.CompositeUserType if referred to from a mapped superclass with generic parameter * [HHH-15548] - PostgreSQL: java.util.Instant - Hibernate creates column with typecode 93 and then expects typecode 3003 * [HHH-15543] - CNFE with OracleDialect when JDBC driver classes are invisible * [HHH-15542] - Stored Procedure, 'registerStoredProcedureParameter(..., ResultSet.class, ParameterMode.REF_CURSOR);' throws NPE : cannot invoke "org.hibernate.query.BindableType.getBindableJavaType()" because "parameterType" is null * [HHH-15537] - Lateral subquery emulation fails on MySQL 5.7 * [HHH-15522] - Hibernate.isInitialized method not working for Envers Collections * [HHH-15520] - ValueGeneration on @​OneToOne leads to boot error * [HHH-15517] - "insert from select" With hibernate.default_schema Configured Doesn't Work With Hibernate 6 * [HHH-15514] - EntityTestCase Test failures with Hibernate ORM when run under security manager * [HHH-15512] - Querying for an entity persisted but not flushed to the database causes the exception 'A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance' * [HHH-15511] - CockroachDB dialect version incorrectly determined * [HHH-15505] - Getter of loaded entity returns null when using bytecode enhancement on entity whose field is defined both in mapped superclass and concrete entity * [HHH-15498] - Enum, Query fails to determine the ValueMapping for SqmParameter * [HHH-15497] - Count query when counting polymorphic subclasses by type fails when run twice * [HHH-15495] - BINARY (and by extension UUID) is no longer comparable in Hibernate 6 * [HHH-15482] - CoercionException in criteria simple case statement * [HHH-15481] - NaturalId and Lazy create a class cast Exception * [HHH-15235] - PropertyAccessException on OneToOne mapping after migration to Hibernate 5.6 * [HHH-15045] - onFlushDirty() invoked on parent entity in a @​OneToOne relationship when no table columns are changed

** Deprecation * [HHH-15536] - Deprecate SharedSessionContractImplementor#getTransactionStartTimestamp() and CacheTransactionSynchronization#getCurrentTransactionStartTimestamp()

** Improvement * [HHH-15578] - Add min/max emulation for uuid on PostgreSQL * [HHH-15527] - Use SimpleInsertQueryPlan when query assigns id even if optimizer increment is bigger than 1 * [HHH-15500] - Cache key is huge since migration to 6

** Task * [HHH-15579] - Replace inaccessible docker image for SAP Hana with new version * [HHH-15538] - Move Jenkinsfile timeout around shell command * [HHH-15534] - Publish recent version of Hibernate Gradle plugin * [HHH-15533] - Introduce versionless CI matrix entries for the PostgreSQL and MySQL minimum supported version * [HHH-15494] - Upgrade to ANTLR 4.10.1

Changes in 6.1.3.Final (September 08, 2022)

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

... (truncated)

Commits
  • 21e40bb Post-steps for release : 6.1.4.Final
  • 80c4891 Pre-steps for release : 6.1.4.Final
  • 267129a HHH-15578 Add min/max emulation for uuid on PostgreSQL
  • 7bb65b5 HHH-15495 Consider UUID to be comparable
  • 1d4875f HHH-15495 - add test case
  • 0de93b7 HHH-15579 Replace inaccessible docker image for SAP Hana with new version
  • c2b358b HHH-15520 ValueGeneration on @​OneToOne leads to boot error
  • f37c943 HHH-15520 Add test for issue
  • f679ce7 HHH-15548 Fix schema validation issues on PostgreSQL with Instant type
  • 8a8de55 HHH-15543 Don't throw CNFE with OracleDialect when JDBC driver classes are in...
  • 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.0.1.Final to 6.1.4.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.1.4/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.0.1...6.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 5, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 28, 2022

Superseded by #25.

@dependabot dependabot bot closed this Oct 28, 2022
@dependabot dependabot bot deleted the dependabot/maven/org.hibernate.orm-hibernate-core-6.1.4.Final branch October 28, 2022 21:37
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