dependabot[bot] opened a new pull request, #38:
URL: https://github.com/apache/juddi/pull/38

   Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 
5.4.18.Final to 5.6.10.Final.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/hibernate/hibernate-orm/blob/5.6.10/changelog.txt";>hibernate-core's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changes in 5.6.10.Final (July 07, 2022)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/32076";>https://hibernate.atlassian.net/projects/HHH/versions/32076</a></p>
   <p>** Bug
   * [HHH-15281] - INSERTs/UPDATEs no longer executed as JDBC Batch statements 
if hibernate.temp.use_jdbc_metadata_defaults is set to false
   * [HHH-15218] - <a 
href="https://github.com/OptimisticLocking";><code>@​OptimisticLocking</code></a>(DIRTY)
 leads to wrong query during delete of circular reference
   * [HHH-7525] - <a 
href="https://github.com/Formula";><code>@​Formula</code></a> annotation with 
native query returning entity value causes NullPointerException</p>
   <p>** Improvement
   * [HHH-15325] - Avoid allocations from BitSet.stream() in 
AbstractEntityPersister.resolveDirtyAttributeIndexes()</p>
   <p>** Task
   * [HHH-15322] - Allow JNDI lookups using the osgi scheme</p>
   <h2>Changes in 5.6.9.Final (May 14, 2022)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/32067";>https://hibernate.atlassian.net/projects/HHH/versions/32067</a></p>
   <p>** Bug
   * [HHH-15270] - Inconsistent precedence of orm.xml implicit catalog over 
&quot;default_catalog&quot; in XML-mapped entities
   * [HHH-15265] - SchemaExport.execute does not add the configured schema to 
comments
   * [HHH-15212] - SchemaExport.execute does not replace the 
${schema}-placeholder in HBM database-object with configured schema
   * [HHH-15142] - CriteriaQuery with Like predicate fails when repeated with 
java.lang.IllegalArgumentException: Parameter value [] did not match expected 
type [java.lang.String (n/a)]
   * [HHH-15134] - Update a bytecode enhanced Entity with a Version attribute 
causes OptimisticLockException
   * [HHH-15091] - EntityManager.persist does not verify the existence of the 
one side of a many-to-one relationship, introduced 5.4.17</p>
   <p>** Improvement
   * [HHH-4384] - <a 
href="https://github.com/JoinColumn";><code>@​JoinColumn</code></a> must be set 
for <a 
href="https://github.com/AssociationOverride";><code>@​AssociationOverride</code></a>
 to work</p>
   <p>** Task
   * [HHH-15274] - Small optimisation for how LazyAttributeLoadingInterceptor 
is dealing with lazy fields
   * [HHH-15222] - Introduce an helper class SPI for decorating a Session 
instance when the instance is lazily provided
   * [HHH-15178] - Backport Jenkinsfile and GH actions</p>
   <h2>Changes in 5.6.8.Final (April 13, 2022)</h2>
   <p><a 
href="https://hibernate.atlassian.net/projects/HHH/versions/32056";>https://hibernate.atlassian.net/projects/HHH/versions/32056</a></p>
   <p>** Bug
   * [HHH-15147] - hibernate-jpamodelgen-jakarta annotation processor ignores 
jakarta.* annotations
   * [HHH-15141] - Bytecode enhancement fails for a protected, embedded field 
in a MappedSuperclass from a different package than the entity
   * [HHH-15118] - PooledOptimizer generates duplicate ids when several JVMs 
initialize optimizer and sequence value is the initial value
   * [HHH-14487] - PropertyAccessStrategyMapImpl imports wrong class
   * [HHH-13694] - Numeric Overflow Exception when retrieving the Meta-data for 
sequences from Oracle Database</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/a900ace185c320b097dbf1e16145d2faad8d9913";><code>a900ace</code></a>
 5.6.10.Final</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/c53050c7c3569cded547daa690e2081ace5d6ceb";><code>c53050c</code></a>
 HHH-15322 Allow JNDI lookups using the osgi scheme</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/6b4ac625e1fc721ea30d45ee069d75af7357b91d";><code>6b4ac62</code></a>
 HHH-15218 <a 
href="https://github.com/OptimisticLocking";><code>@​OptimisticLocking</code></a>(DIRTY)
 leads to wrong query during delete of cir...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/3f5b12c9e55ce351933792b7341ff7884995fadc";><code>3f5b12c</code></a>
 HHH-15218 Add test for issue</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/835374328f1961e4edcf16c816b8f03d17f3bea9";><code>8353743</code></a>
 Update 
hibernate-core/src/main/java/org/hibernate/loader/ColumnEntityAliases....</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/828a1921a7538584ba3dfd81ac2425073f359fd1";><code>828a192</code></a>
 HHH-7525 Reintroduce FailureExpected test case</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/665004f16f3d40ececc7e1a86195bb22e0aa6aad";><code>665004f</code></a>
 HHH-7525 For <a href="https://github.com/Formula";><code>@​Formula</code></a>, 
use property name when there is no column name.</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/a69ffc8b0ad9e1d4df35f221d53fdedfce16f347";><code>a69ffc8</code></a>
 HHH-15325 Avoid allocations from BitSet.stream() in 
AbstractEntityPersister</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/4159a7b8dc1cbc039b525db68af9562f5ebd2206";><code>4159a7b</code></a>
 HHH-15281 INSERTs/UPDATEs no longer executed as JDBC Batch statements if 
hibe...</li>
   <li><a 
href="https://github.com/hibernate/hibernate-orm/commit/54b98d04694c124a96348c912242ef8d32478c87";><code>54b98d0</code></a>
 HHH-15281 Add test for issue</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hibernate/hibernate-orm/compare/5.4.18...5.6.10";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.hibernate:hibernate-core&package-manager=maven&previous-version=5.4.18.Final&new-version=5.6.10.Final)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@juddi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to