Skip to content

Bump hibernate-core from 6.1.1.Final to 6.1.2.Final#4

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.hibernate.orm-hibernate-core-6.1.2.Final
Closed

Bump hibernate-core from 6.1.1.Final to 6.1.2.Final#4
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.hibernate.orm-hibernate-core-6.1.2.Final

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Aug 4, 2022

Bumps hibernate-core from 6.1.1.Final to 6.1.2.Final.

Changelog

Sourced from hibernate-core's changelog.

Changes in 6.1.2.Final (August 03, 2022)

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

** Bug * [HHH-15430] - Allow use of @​Enumerated on basic collection * [HHH-15428] - Converters for BasicCollectionType don't work * [HHH-15423] - @​Any discriminated association fails to be implicitly fetched due to UnsupportedOperationException * [HHH-15420] - Getting Started Guide Code does not build * [HHH-15418] - Composite primary key with NativeQuery & alias not working * [HHH-15417] - UUID with AttributeConverter, merge throws ClassCastException * [HHH-15414] - For Oracle Dialect from version 8 Envers should not generate new revision when database replaces empty string with NULL during INSERT or UPDATE statements * [HHH-15413] - For Oracle Dialect from version 8 Envers should use an ordered sequence * [HHH-15406] - Tests annotated with org.hibernate.testing.RequiresDialect having as value deprecated dialect are not executed * [HHH-15403] - Likely Statement leak on invoking a stored procedure * [HHH-15396] - Quick Start guide, hibernate-tutorials.zip link is broken * [HHH-15395] - HibernateCriteriaBuider#power(Expression x, Number y) throws ClassCastException * [HHH-15392] - Reinstantiate support for Character values for like expression escape character * [HHH-15391] - StackOverflow when applying a load entity graphs to a query * [HHH-15390] - Calling SqmQuery#getSqmStatement()#toHqlString() causes ClassCastExpection when using distinct in Criteria or HQL query * [HHH-15379] - NPE building mapping from HBM for collections targeting a class that does not have an HBM mapping * [HHH-15371] - Envers failure when run under SecurityManager * [HHH-15323] - @​AnyDiscriminator Unable to filter a polymorphic relationship in a query * [HHH-15218] - @​OptimisticLocking(DIRTY) leads to wrong query during delete of circular reference

** Improvement * [HHH-15415] - Jackson and Jakarta Jsonb custom types to allow GraalVM compilation

** New Feature * [HHH-15352] - ScrollableResults.setFetchSize()

** Task * [HHH-15412] - Cleanup: remove reflection keeping JDK8 compatibility afloat in AggregatedServiceLoader * [HHH-15411] - Introduce an system property to fully disable Hibernate's use of a system SecurityManager * [HHH-15409] - Restore lazy initialization semantics for MetadataSources#xmlMappingBinderAccess * [HHH-15408] - QueryEngine to be more defensive with passed parameters * [HHH-15407] - Need to expose more internal state from MetadataImpl to allow copies of metadata instances * [HHH-15404] - Move annotation to intended package: org.hibernate.Remove (from org.hibernate.annotations.Remove) * [HHH-15322] - Allow JNDI lookups using the osgi scheme

Commits
  • 2f176f7 Post-steps for release : 6.1.2.Final
  • c1e6000 Pre-steps for release : 6.1.2.Final
  • 446bcb5 HHH-15430 Allow use of @​Enumerated on basic collection
  • 23a4876 HHH-15429 Fix loss of precision when serializing/deserializing arrays of doubles
  • 4596c7f HHH-15428 Remove some incubating classes that have become unnecessary
  • 7b6df34 HHH-15428 Fix handling of converters by moving them to JdbcMapping
  • 4674f68 HHH-15417 Add test for issue
  • 4a7c58b HHH-15418 Composite primary key with NativeQuery & alias not working
  • 89d99bf HHH-15418 Add test for issue
  • c33ff99 HHH-15391 StackOverflow when applying a load entity graphs to a query
  • 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.1.1.Final to 6.1.2.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.1.1...6.1.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 @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Aug 4, 2022

The following labels could not be found: dependabot: Maven.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Aug 4, 2022

JUnit test results

0 tests  ±0   0 ✔️ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ±0 

Results for commit 8572e7e. ± Comparison against base commit 3f3110f.

♻️ This comment has been updated with latest results.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Sep 9, 2022

Superseded by #11.

@dependabot dependabot bot closed this Sep 9, 2022
@dependabot dependabot bot deleted the dependabot/maven/org.hibernate.orm-hibernate-core-6.1.2.Final branch September 9, 2022 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants