Skip to content

Commit

Permalink
Bump hibernate.version from 6.6.0.Final to 6.6.1.Final (#752)
Browse files Browse the repository at this point in the history
Bumps `hibernate.version` from 6.6.0.Final to 6.6.1.Final.
Updates `org.hibernate.orm:hibernate-core` from 6.6.0.Final to
6.6.1.Final
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-core's
releases</a>.</em></p>
<blockquote>
<h1>Hibernate ORM 6.6.1.Final released</h1>
<p>Today, we published a new maintenance release of Hibernate ORM 6.6:
6.6.1.Final.</p>
<h2>What's new</h2>
<p>This release introduces a few minor improvements as well as bug
fixes.</p>
<p>You can find the full list of 6.6.1.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.1">here</a>.</p>
<h2>Conclusion</h2>
<p>For additional details, see:</p>
<ul>
<li>the <a href="https://hibernate.org/orm/releases/6.6/">release
page</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/migration-guide/migration-guide.html">Migration
Guide</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/introduction/html_single/Hibernate_Introduction.html">Introduction
Guide</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/userguide/html_single/Hibernate_User_Guide.html">User
Guide</a></li>
</ul>
<p>See also the following resources related to supported APIs:</p>
<ul>
<li>the <a
href="https://hibernate.org/community/compatibility-policy/">compatibility
policy</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/incubating/incubating.txt">incubating
API report</a> (<code>@Incubating</code>)</li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/deprecated/deprecated.txt">deprecated
API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/internals/internal.txt">internal
API report</a> (internal packages, <code>@internal</code>)</li>
</ul>
<p>Visit the <a href="https://hibernate.org/community/">website</a> for
details on getting in touch with us.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/blob/6.6.1/changelog.txt">org.hibernate.orm:hibernate-core's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 6.6.1.Final (September 17, 2024)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/32340">https://hibernate.atlassian.net/projects/HHH/versions/32340</a></p>
<p>** Bug
* [HHH-18571] - Entities and collections with batch size 1 are treated
as batchable
* [HHH-18560] - DB2iDialect executes incompatible query in combination
with <a
href="https://github.com/AuditJoinTable"><code>@​AuditJoinTable</code></a>
mapping
* [HHH-18558] - Informix UUID type support
* [HHH-18556] - Expressions.nullExpresion() in querydsl result in NPE in
SqmExpressible
* [HHH-18531] - Informix timestamp literal error
* [HHH-18524] - <a
href="https://github.com/IdClass"><code>@​IdClass</code></a> and
composite key generation not working with meta-annotated <a
href="https://github.com/IdGenerationType"><code>@​IdGenerationType</code></a>
* [HHH-18518] - MySQLDialect fails to detect version on azure flexible
server
* [HHH-18511] - ArrayIndexOutOfBoundsException in ImmutableFetchList
* [HHH-18506] - Flush performance degradation due to itable stubs
* [HHH-18503] - ID select criteria query fails with joined +
discriminator inheritance when entity has subtypes
* [HHH-18502] - Type conversion error due to surprising javac method
selection in SqmSubQuery#in
* [HHH-18493] - Resolving already initialized collection elements leads
to assertion error
* [HHH-18490] - Static metamodel contains wrong type for Embeddable with
generic attribute extending from mapped superclass
* [HHH-18489] - Lazy, unowned one-to-one associations get loaded eagerly
in queries - even with bytecode enhancement
* [HHH-18487] - Error: Detached entity wiht id X has an uninitialized
version value '1''
* [HHH-18486] - Unable to add Persist the object because of
EntityNameResolver being ignored
* [HHH-18484] - Update fails when a many-to-one property on an entity
with a generated value is changed
* [HHH-18480] - ClassCastException when updating a Blob with Oracle
* [HHH-18478] - Cannot invoke
&quot;org.hibernate.persister.entity.EntityPersister.getSubclassId()&quot;
because &quot;data.concreteDescriptor&quot; is null when reloading
entity from query cache
* [HHH-18476] - Fetchable scrolling with KeyToOne leads to assertion
error
* [HHH-18472] - Fix memory issues for release job
* [HHH-18470] - Duplicate foreign key names generated for inheritance
type TABLE_PER_CLASS
* [HHH-18469] - Assertion Error when fetch joining complex entities
structure
* [HHH-18466] - Regression from 5.6.15.Final where a mutable natural IDs
query cannot find an entity
* [HHH-18447] - cast as boolean broken in Hibernate 6
* [HHH-18445] - Embeddable as Java Record has wrong order of columns
* [HHH-18439] - NullPointerException when access data from query cache
* [HHH-18436] - Wrong order-by rendering order for nested collections if
loaded with entity graph
* [HHH-18414] - Duplicated filter applied to 'find()' method
* [HHH-18400] - AttributeConverter causing type-check failure when
comparing Date field to parameter
* [HHH-18353] - ArrayConstructorFunction comparing argument types by
reference causes FunctionArgumentException
* [HHH-18337] - SequenceStyleGenerator not respecting physical naming
strategy
* [HHH-18282] - generate error sql in case of <a
href="https://github.com/DiscriminatorValue"><code>@​DiscriminatorValue</code></a>(&quot;not
null&quot;) and the entity is superclass of other entity
* [HHH-18174] - Hibernate polymorphic join in complex subquery not using
discriminator
* [HHH-18103] - MappedSuperclass handling for Embeddable is broken in
metamodel</p>
<p>** Improvement
* [HHH-18625] - Add Configurable#create(GeneratorCreationContext)
* [HHH-18507] - allow overwriting the default db image with environment
variable in docker_db.sh
* [HHH-18459] - Add SingleStore community dialect
* [HHH-17646] - JOINED <a
href="https://github.com/Inheritance"><code>@​Inheritance</code></a>
leads to bad performance in Hibernate 6</p>
<p>** Task
* [HHH-18612] - Avoid writing files to classpath in tests to avoid
spurious failures</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/2c6b91d84f6dd5f56cae4f156215e47e89c9a2db"><code>2c6b91d</code></a>
Pre-steps for release : <code>6.6.1.Final</code></li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/3e215b5ceeadcee94777485efd30496282d5034a"><code>3e215b5</code></a>
HHH-18337 - SequenceStyleGenerator not respecting physical naming
strategy</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/efd45288d9cd4239858ab1a7baf62a1088b2b95f"><code>efd4528</code></a>
HHH-18337 - SequenceStyleGenerator not respecting physical naming
strategy</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/744732b726577768bfcc77df102b67bc0e4a1cea"><code>744732b</code></a>
HHH-18174 Fix junction entity name uses algorithm for subqueries</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/0e9577a4d6c9e90dc3cb7ff84dceb1a586714f4d"><code>0e9577a</code></a>
HHH-18174 Add test for issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/9c5cf75111885c2535d1373671817e89f4e896ab"><code>9c5cf75</code></a>
HHH-18447 Try using native cast for string to boolean</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/723e18d30addcba159211f1fb4130759b08012d4"><code>723e18d</code></a>
HHH-18337 - SequenceStyleGenerator not respecting physical naming
strategy</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/88bcc7140d01e4bc9ef5e8b268359bffc74432f0"><code>88bcc71</code></a>
HHH-18337 Account for physical naming strategy when querying db
sequence</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/7c66788c93657f968ea111eb79734c0d8af64067"><code>7c66788</code></a>
HHH-18337 Add test for issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/b09b27c7d69712480f304fbb6e543d91bf06598a"><code>b09b27c</code></a>
HHH-18625 - Add Configurable#create(GeneratorCreationContext)</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/6.6.0...6.6.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.hibernate.orm:hibernate-micrometer` from 6.6.0.Final to
6.6.1.Final
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-micrometer's
releases</a>.</em></p>
<blockquote>
<h1>Hibernate ORM 6.6.1.Final released</h1>
<p>Today, we published a new maintenance release of Hibernate ORM 6.6:
6.6.1.Final.</p>
<h2>What's new</h2>
<p>This release introduces a few minor improvements as well as bug
fixes.</p>
<p>You can find the full list of 6.6.1.Final changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%206.6.1">here</a>.</p>
<h2>Conclusion</h2>
<p>For additional details, see:</p>
<ul>
<li>the <a href="https://hibernate.org/orm/releases/6.6/">release
page</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/migration-guide/migration-guide.html">Migration
Guide</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/introduction/html_single/Hibernate_Introduction.html">Introduction
Guide</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/userguide/html_single/Hibernate_User_Guide.html">User
Guide</a></li>
</ul>
<p>See also the following resources related to supported APIs:</p>
<ul>
<li>the <a
href="https://hibernate.org/community/compatibility-policy/">compatibility
policy</a></li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/incubating/incubating.txt">incubating
API report</a> (<code>@Incubating</code>)</li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/deprecated/deprecated.txt">deprecated
API report</a> (<code>@deprecated</code> + <code>@remove</code>)</li>
<li>the <a
href="https://docs.jboss.org/hibernate/orm/6.6/internals/internal.txt">internal
API report</a> (internal packages, <code>@internal</code>)</li>
</ul>
<p>Visit the <a href="https://hibernate.org/community/">website</a> for
details on getting in touch with us.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/blob/6.6.1/changelog.txt">org.hibernate.orm:hibernate-micrometer's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 6.6.1.Final (September 17, 2024)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/32340">https://hibernate.atlassian.net/projects/HHH/versions/32340</a></p>
<p>** Bug
* [HHH-18571] - Entities and collections with batch size 1 are treated
as batchable
* [HHH-18560] - DB2iDialect executes incompatible query in combination
with <a
href="https://github.com/AuditJoinTable"><code>@​AuditJoinTable</code></a>
mapping
* [HHH-18558] - Informix UUID type support
* [HHH-18556] - Expressions.nullExpresion() in querydsl result in NPE in
SqmExpressible
* [HHH-18531] - Informix timestamp literal error
* [HHH-18524] - <a
href="https://github.com/IdClass"><code>@​IdClass</code></a> and
composite key generation not working with meta-annotated <a
href="https://github.com/IdGenerationType"><code>@​IdGenerationType</code></a>
* [HHH-18518] - MySQLDialect fails to detect version on azure flexible
server
* [HHH-18511] - ArrayIndexOutOfBoundsException in ImmutableFetchList
* [HHH-18506] - Flush performance degradation due to itable stubs
* [HHH-18503] - ID select criteria query fails with joined +
discriminator inheritance when entity has subtypes
* [HHH-18502] - Type conversion error due to surprising javac method
selection in SqmSubQuery#in
* [HHH-18493] - Resolving already initialized collection elements leads
to assertion error
* [HHH-18490] - Static metamodel contains wrong type for Embeddable with
generic attribute extending from mapped superclass
* [HHH-18489] - Lazy, unowned one-to-one associations get loaded eagerly
in queries - even with bytecode enhancement
* [HHH-18487] - Error: Detached entity wiht id X has an uninitialized
version value '1''
* [HHH-18486] - Unable to add Persist the object because of
EntityNameResolver being ignored
* [HHH-18484] - Update fails when a many-to-one property on an entity
with a generated value is changed
* [HHH-18480] - ClassCastException when updating a Blob with Oracle
* [HHH-18478] - Cannot invoke
&quot;org.hibernate.persister.entity.EntityPersister.getSubclassId()&quot;
because &quot;data.concreteDescriptor&quot; is null when reloading
entity from query cache
* [HHH-18476] - Fetchable scrolling with KeyToOne leads to assertion
error
* [HHH-18472] - Fix memory issues for release job
* [HHH-18470] - Duplicate foreign key names generated for inheritance
type TABLE_PER_CLASS
* [HHH-18469] - Assertion Error when fetch joining complex entities
structure
* [HHH-18466] - Regression from 5.6.15.Final where a mutable natural IDs
query cannot find an entity
* [HHH-18447] - cast as boolean broken in Hibernate 6
* [HHH-18445] - Embeddable as Java Record has wrong order of columns
* [HHH-18439] - NullPointerException when access data from query cache
* [HHH-18436] - Wrong order-by rendering order for nested collections if
loaded with entity graph
* [HHH-18414] - Duplicated filter applied to 'find()' method
* [HHH-18400] - AttributeConverter causing type-check failure when
comparing Date field to parameter
* [HHH-18353] - ArrayConstructorFunction comparing argument types by
reference causes FunctionArgumentException
* [HHH-18337] - SequenceStyleGenerator not respecting physical naming
strategy
* [HHH-18282] - generate error sql in case of <a
href="https://github.com/DiscriminatorValue"><code>@​DiscriminatorValue</code></a>(&quot;not
null&quot;) and the entity is superclass of other entity
* [HHH-18174] - Hibernate polymorphic join in complex subquery not using
discriminator
* [HHH-18103] - MappedSuperclass handling for Embeddable is broken in
metamodel</p>
<p>** Improvement
* [HHH-18625] - Add Configurable#create(GeneratorCreationContext)
* [HHH-18507] - allow overwriting the default db image with environment
variable in docker_db.sh
* [HHH-18459] - Add SingleStore community dialect
* [HHH-17646] - JOINED <a
href="https://github.com/Inheritance"><code>@​Inheritance</code></a>
leads to bad performance in Hibernate 6</p>
<p>** Task
* [HHH-18612] - Avoid writing files to classpath in tests to avoid
spurious failures</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/2c6b91d84f6dd5f56cae4f156215e47e89c9a2db"><code>2c6b91d</code></a>
Pre-steps for release : <code>6.6.1.Final</code></li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/3e215b5ceeadcee94777485efd30496282d5034a"><code>3e215b5</code></a>
HHH-18337 - SequenceStyleGenerator not respecting physical naming
strategy</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/efd45288d9cd4239858ab1a7baf62a1088b2b95f"><code>efd4528</code></a>
HHH-18337 - SequenceStyleGenerator not respecting physical naming
strategy</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/744732b726577768bfcc77df102b67bc0e4a1cea"><code>744732b</code></a>
HHH-18174 Fix junction entity name uses algorithm for subqueries</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/0e9577a4d6c9e90dc3cb7ff84dceb1a586714f4d"><code>0e9577a</code></a>
HHH-18174 Add test for issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/9c5cf75111885c2535d1373671817e89f4e896ab"><code>9c5cf75</code></a>
HHH-18447 Try using native cast for string to boolean</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/723e18d30addcba159211f1fb4130759b08012d4"><code>723e18d</code></a>
HHH-18337 - SequenceStyleGenerator not respecting physical naming
strategy</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/88bcc7140d01e4bc9ef5e8b268359bffc74432f0"><code>88bcc71</code></a>
HHH-18337 Account for physical naming strategy when querying db
sequence</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/7c66788c93657f968ea111eb79734c0d8af64067"><code>7c66788</code></a>
HHH-18337 Add test for issue</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/b09b27c7d69712480f304fbb6e543d91bf06598a"><code>b09b27c</code></a>
HHH-18625 - Add Configurable#create(GeneratorCreationContext)</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/6.6.0...6.6.1">compare
view</a></li>
</ul>
</details>
<br />


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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent ea86aeb commit 79aca3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<weld-core-bom.version>5.1.3.Final</weld-core-bom.version>
<jaxb-bom.version>4.0.5</jaxb-bom.version>
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
<hibernate.version>6.6.0.Final</hibernate.version>
<hibernate.version>6.6.1.Final</hibernate.version>

<!-- Annet for WebApps -->
<jandex-maven-plugin.version>3.2.2</jandex-maven-plugin.version>
Expand Down

0 comments on commit 79aca3f

Please sign in to comment.