Skip to content

Bump org.hibernate.orm:hibernate-core from 6.3.0.CR1 to 6.3.1.Final #13905

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2023

Bumps org.hibernate.orm:hibernate-core from 6.3.0.CR1 to 6.3.1.Final.

Changelog

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

Changes in 6.3.1.Final (September 19, 2023)

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

** Bug * [HHH-17221] - AssertionError initializing a collection with FetchMode.SUBSELECT and IdClass having only one field * [HHH-17203] - ElementCollection doesn't consider @​Where annotation on delete of elements * [HHH-17202] - ArrayStoreException for single field id class entity collection batch loading * [HHH-17201] - Unexpected value type exception for unordered multi id Load with ordered return disable * [HHH-17189] - Audited annotations are ignored on embeddable super types * [HHH-17177] - JDBC type code is ignored in XML mapping for an id attribute * [HHH-17173] - Getting one-to-one association through a referenece to a bytecode enhanced entity fails * [HHH-17168] - Investigate failures on db10_5 and Cockrachdb of FunctionTests.testCastBinaryWithLength * [HHH-17167] - Unable to locate parameter for RESTRICT - DELETE error when removing entity with RowId * [HHH-17166] - query methods returning primitive types incorrectly inferred to be mutation query methods * [HHH-17165] - short method names in metamodel generator cause SIOBE * [HHH-17163] - persist() should throw JPA's EntityExistsException if passed detached instance * [HHH-17159] - java.lang.StackOverflowError during Update on Entity with Embeddable and JSON * [HHH-17156] - NPE when an Embeddable column is reused in another class related by inheritance * [HHH-17154] - NullPointerException is thrown when constructing EntityManagerFactoryBuilderImpl * [HHH-17135] - CriteriaQuery error passing nullLiteral with entity type class * [HHH-17131] - Regression in entity streams with associated collections resulting in result duplication * [HHH-17105] - SQL clause from @​WhereJoinTable is no longer used for DELETE queries (6.2 regression) * [HHH-17104] - Bug with max() request inside projection * [HHH-17100] - CustomType wrongly calls UserType#disassemble * [HHH-17080] - [Envers] AuditReader.getRevisionNumberForDate(LocalDateTime) uses Epoch Seconds instead of Epoch Millis * [HHH-17079] - NPE when using CompositeUserType with generic fields in Hibernate 6 * [HHH-17049] - Bytecode Enhancement, extra records created for associations created in constructor * [HHH-16945] - CTE query cycle attribute evaluated incorrectly on MSSQL using collation "Latin1_General_CI_AS" * [HHH-15968] - Sporadic ClassCastException when querying for Set.

** Improvement * [HHH-17220] - Avoid runtime lookups of JdbcService from TableGenerator and TableStructure * [HHH-17171] - JPA and multiple query roots * [HHH-16768] - HQL parsed predicates don't validate type comparability

** Task * [HHH-17204] - Relax visibility of some methods for reactive upsert() support * [HHH-17187] - Avoid 0 byte trailing UUID's in tests * [HHH-17160] - Gradle 8.3 upgrade * [HHH-17087] - Update container images to the latest version

Changes in 6.3.0.Final (August 31, 2023)

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

** Bug

... (truncated)

Commits
  • 1c5bdd5 Post-steps for release : 6.3.1.Final
  • a4f51e3 Pre-steps for release : 6.3.1.Final
  • a0fd643 HHH-17203 Add test for issue
  • 0722ea4 Fix typo in 'locking-follow-on-examples.sql'
  • e747b3d Fix typo in '12.2.3. StalelessSession'
  • 7974c0a Fix typo in '12.2. Session batching'
  • e1f9cca HHH-17080 Fix LocalDateTime resolved value precision
  • 7d19732 HHH-17187 - Disallow UUIDs with a trailing 0 byte in tests
  • b38bc76 HHH-17156 Skip initialization for different subtype embeddables
  • 32605a5 HHH-17156 Add test for issue
  • 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.3.0.CR1 to 6.3.1.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.3.0.CR1...6.3.1)

---
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 the type: dependency-upgrade A dependency upgrade label Sep 29, 2023
@dependabot dependabot bot added this to the 6.2.x milestone Sep 29, 2023
@marcusdacoregio marcusdacoregio modified the milestones: 6.2.x, 6.2.0-RC1 Oct 2, 2023
@marcusdacoregio marcusdacoregio self-assigned this Oct 2, 2023
@marcusdacoregio marcusdacoregio merged commit 555ddce into main Oct 2, 2023
@dependabot dependabot bot deleted the dependabot/gradle/main/org.hibernate.orm-hibernate-core-6.3.1.Final branch October 2, 2023 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade A dependency upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant