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

chore(deps-dev): bump org.hibernate.orm:hibernate-core from 6.4.1.Final to 6.4.2.Final #3338

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2024

Bumps org.hibernate.orm:hibernate-core from 6.4.1.Final to 6.4.2.Final.

Release notes

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

Hibernate ORM 6.4.2 Final

Hibernate ORM 6.4.2.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.2.Final

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.4.2.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Changelog

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

Changes in 6.4.2.Final (January 18, 2024)

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

** Bug * [HHH-17639] - CTE query cycle attribute still evaluated incorrectly on MSSQL using collation "Latin1_General_CI_AS" * [HHH-17635] - UnsupportedOperationException when registering CompositeUserType with TypeContributor.contributeType * [HHH-17632] - AssertionError when updating entity with lazy loading property and bytecode enhancement * [HHH-17623] - Ordering collection @​OrderBy based on association fails * [HHH-17621] - UnsupportedOperationException when merging an entity with a @​Any mapping * [HHH-17619] - Discriminator-based multitenancy filter is not enabled in a stateless session * [HHH-17618] - After upgrading to to hibernate 6.3.2 finding relations with non abstract parent class fails. * [HHH-17615] - @​SoftDelete query problem with Joined Inheritance hierarchy structure * [HHH-17606] - Cannot resolve path of nested generic mapped-superclass joins * [HHH-17578] - ClassCastException when calling generic typed method on proxy * [HHH-17574] - Exception on query: Could not convert ‘java.util.Currency’ to ‘java.util.Currency’ using ‘org.hibernate.type.descriptor.java.CurrencyJavaType’ to wrap * [HHH-17572] - Persist of entity with ToOne association which contains an embeddable with associated collection fails with SemanticException * [HHH-17566] - addNamedQuery leads to "Named query exists, but did not specify a resultClass" * [HHH-17560] - ArrayIndexOutOfBoundsException in DirtyHelper.isModified() * [HHH-17530] - Criteria query with nested dynamic instantiations and sorting is not working * [HHH-17528] - Explicit selection of an @​Embeddable property containing associated collections doesn't work * [HHH-17515] - DynamicInstantiationResult wrong java type constructor selected * [HHH-17511] - The @​SoftDelete HQL join entity does not generate a delete condition * [HHH-17507] - Could not convert 'java.time.Year' to 'java.time.Year' using 'org.hibernate.type.descriptor.java.YearJavaType' to wrap * [HHH-17496] - Inconsistent handling of enum fields * [HHH-17492] - IN predicate with numeric/decimal parameter types leads to Binding is multi-valued; illegal call to #getBindValue * [HHH-17490] - NOT IN clause does not work with empty list * [HHH-17483] - Nested subtypes filtered out in bidirectional OneToMany association load * [HHH-17481] - OneToMany load empty collection due to discriminator in Polymorphic relationship * [HHH-17467] - QueryArgumentException when using a proxy as parameter value in a query * [HHH-17463] - UnsupportedOperationException when using JAKARTA_JDBC_URL * [HHH-17435] - Trim function not escaping single quotes and not allowing input parameters as trim character * [HHH-17395] - Refresh with PESSIMISTIC_WRITE ignored for lazy loaded entity * [HHH-17327] - Adding support for Union All in IncrementGenerator * [HHH-17307] - Hibernate 6 ListResultsConsumer.Results#addUnique really slow for ElementCollections * [HHH-17253] - Stackoverflow error on jpamodelgen generation * [HHH-17106] - Varchar(1) column for Java Enum fails with ClassCastException * [HHH-16881] - Envers RevisionListener is not created when Hibernate CDI Extensions are enabled * [HHH-16526] - Query toHqlString() loses function arguments * [HHH-14821] - EntityKey 'null identifier' should not happen * [HHH-14358] - Support binding null UUID sql parameter with PostgreSQL * [HHH-1645] - refresh with LockMode on an unitialized proxy does not work

** Improvement * [HHH-17396] - Fix typos in javadoc * [HHH-17303] - More realistic testcase for HHH-16180

** Task * [HHH-17616] - Move resources to the src/resources folders

Commits
  • 03aa53d Post-steps for release : 6.4.2.Final
  • 713af21 Pre-steps for release : 6.4.2.Final
  • 29346e6 HHH-17635 - Add test for issue
  • d6f09d6 HHH-17635 - register custom user types when contributed through a service pro...
  • 733b555 HHH-17619 Add the multitenancy filter in a stateless session
  • f5800a0 HHH-17435 Small fixes to trim() function
  • 8250f13 HHH-17639 Make recursive CTE cycle detection emulation independent of collation
  • 899bf7b HHH-17632 AssertionError when updating entity with lazy loading property and ...
  • 8f3cc24 HHH-17632 Add test for issue
  • b8d9552 HHH-17492 Allow parameter inferred mapping for same java types
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.4.1.Final to 6.4.2.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.2/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.4.1...6.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependabot: Maven A dependency upgrade for Maven raised by Dependabot label Jan 18, 2024
Copy link

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. Inspect and use qodana.sarif.json (see the Qodana SARIF format for details)

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2023.3.0
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@scordio scordio merged commit 0dbda19 into main Jan 25, 2024
21 of 22 checks passed
@scordio scordio deleted the dependabot/maven/org.hibernate.orm-hibernate-core-6.4.2.Final branch January 25, 2024 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot: Maven A dependency upgrade for Maven raised by Dependabot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant