MikeSafonov / corporate-bot

MIT License
0 stars 4 forks source link

build(deps): bump hibernate-core from 5.5.3.Final to 6.1.2.Final #115

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps hibernate-core from 5.5.3.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

Changes in 6.1.1.Final (July 01, 2022)

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

** Bug * [HHH-15369] - UnknownTableReferenceException when two subclasses have same field with different type * [HHH-15361] - Update assignment type check should allow subtypes

... (truncated)

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)
dependabot[bot] commented 2 years ago

Superseded by #128.