You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by GitBox <gi...@apache.org> on 2022/10/20 14:40:07 UTC

[GitHub] [turbine-fulcrum-security] dependabot[bot] opened a new pull request, #1: Bump hibernate-core from 3.6.10.Final to 5.4.24.Final in /hibernate

dependabot[bot] opened a new pull request, #1:
URL: https://github.com/apache/turbine-fulcrum-security/pull/1

   Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 3.6.10.Final to 5.4.24.Final.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/releases">hibernate-core's releases</a>.</em></p>
   <blockquote>
   <h2>Hibernate ORM 5.2.0</h2>
   <p>5.2.0 includes many improvements and bug-fixes.  For a complete list of changes, see <a href="https://hibernate.atlassian.net/projects/HHH/versions/23150/tab/release-report-done">https://hibernate.atlassian.net/projects/HHH/versions/23150/tab/release-report-done</a>.</p>
   <p>Many of the changes in 5.2.0 have important ramifications in terms of both usage and extension.  Be sure to read the 5.2 Migration Guide for details.</p>
   <p>Below is a discussion of the major changes.</p>
   <h2>Java 8 baseline</h2>
   <p>5.2 moves to Java 8 as its baseline.  This means:</p>
   <ul>
   <li>The <code>hibernate-java8</code> module has been removed, and that functionality has been moved into <code>hibernate-core</code>.</li>
   <li>Native support for Java 8 date/time types as Query parameters.</li>
   <li>Support for streaming (<code>java.util.stream.Stream</code>) query results.</li>
   <li>Support for <code>java.util.Optional</code> as return from methods that may return null.</li>
   <li>Leveraging Java 8 &quot;default methods&quot; when introducing new methods to extension points.</li>
   </ul>
   <h2>Consolidating JPA support into <code>hibernate-core</code>.</h2>
   <p>That effectively means that the <code>hibernate-entitymanager</code> module no longer exists.  Its functionality being consumed into <code>hibernate-core</code>.</p>
   <h2>JCache support</h2>
   <p>Support for using any JCache-compliant cache impl as a second-level caching provider.</p>
   <h2>Session-level batch size support</h2>
   <p>Support has been added for specifying a batch size for write operations per Session.</p>
   <h2>5th bug-fix release for 5.0</h2>
   <p>The 5th bug-fix release for Hibernate ORM 5.0.  This release and the upcoming 5.0.6 release have been done on an accelerated time-box of 2 weeks (from the normal 4 weeks for bug-fix releases) due to US holidays.</p>
   <p>The complete list of changes can be found <a href="http://hibernate.atlassian.net/projects/HHH/versions/21750">here</a> (or <a href="https://hibernate.atlassian.net/secure/ReleaseNote.jspa?projectId=10031&amp;version=21850">here</a> for people without a Hibernate Jira account).</p>
   <p>For information on consuming the release via your favorite dependency-management-capable build tool, see <a href="http://hibernate.org/orm/downloads/">http://hibernate.org/orm/downloads/</a></p>
   <p>For those of you allergic to dependency-management-capable build tools, the release bundles can be obtained from <a href="http://sourceforge.net/projects/hibernate/files/hibernate-orm/5.0.5.Final/">SourceForge</a> or <a href="http://bintray.com/hibernate/bundles/hibernate-orm/5.0.5.Final">BinTray</a>.</p>
   <h2>Fourth bug-fix release for 5.0</h2>
   <p>The fourth bug-fix release for Hibernate ORM 5.0</p>
   <p>There are 52 issues resolved in this release. 20 of those came out of the recent <a href="http://in.relation.to/2015/10/27/great-jira-cleanup-2015/">Jira cleanup</a>. Initially that initiative pulled in roughly 750 issues. To date, 66 of those have been resolved - fixed or verified as out-of-date, unable-to-reproduce, etc. An additional 14 have been more properly reclassified as feature or enhancement requests rather than bugs. The really cool part is the amount of community help we have gotten in making that happen! Thanks to everyone responding, verifying and even fixing alot of these bugs!</p>
   <p>The complete list of changes can be found <a href="http://hibernate.atlassian.net/projects/HHH/versions/21750">here</a>. <em>People without a Hibernate Jira account will not be able to access the previous link and can access the changelog in GitHub; the issue I reported with Atlassian has been resolved and is ready for deployment into our hosted environment, I just do not know when that will happen.</em></p>
   <p>For information on consuming the release via your favorite dependency-management-capable build tool, see <a href="http://hibernate.org/orm/downloads/">http://hibernate.org/orm/downloads/</a></p>
   <p>For those of you allergic to dependency-management-capable build tools, the release bundles can be obtained from <a href="http://sourceforge.net/projects/hibernate/files/hibernate-orm/5.0.4.Final/">SourceForge</a> or <a href="http://bintray.com/hibernate/bundles/hibernate-orm/5.0.4.Final">BinTray</a>.</p>
   <h2>Third bug-fix release for 5.0</h2>
   <p><a href="http://in.relation.to/2015/10/28/hibernate-orm-503-final-release/">http://in.relation.to/2015/10/28/hibernate-orm-503-final-release/</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/5.4.24/changelog.txt">hibernate-core's changelog</a>.</em></p>
   <blockquote>
   <h2>Changes in 5.4.24.Final (November 17, 2020)</h2>
   <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/31892">https://hibernate.atlassian.net/projects/HHH/versions/31892</a></p>
   <p>** Bug
   * [HHH-14333] - Pessimistic Lock causes FOR UPDATE on outer join statements
   * [HHH-14329] - DirtinessTracker usage for enhanced entities doesn't respect mutable types
   * [HHH-14322] - HBM many-to-one property-ref broken since 5.3.2 due to HHH-12684
   * [HHH-14317] - Avoid closing datasource in AgroalConnectionProvider if datasource is not initialized
   * [HHH-14316] - Avoid accessing state in DriverManagerConnectionProviderImpl if null
   * [HHH-14312] - Padded batch style entity loader ignores entity graph
   * [HHH-14310] - Document hibernate.query.in_clause_parameter_padding
   * [HHH-14288] - Complex batch insert query stopped to work
   * [HHH-14279] - Broken 'with key(...)' operator on entity-key maps
   * [HHH-14276] - Nested ID class using derived identifiers fails with strange AnnotationException: unable to find column reference in the <a href="https://github.com/MapsId"><code>@​MapsId</code></a> mapping: <code>game_id</code>
   * [HHH-14257] - An Entity A with a map collection having as index an Embeddable with a an association to the Entity A fails with a NPE
   * [HHH-13310] - getParameterValue() not working for collections</p>
   <p>** Improvement
   * [HHH-14332] - Make it easier for Quarkus SPI to avoid loading XML
   * [HHH-14325] - Add Query hint for specifying &quot;query spaces&quot; for native queries
   * [HHH-14158] - Upgrade Javassist to the latest version</p>
   <p>** Task
   * [HHH-14324] - Add .gradletasknamecache to .gitignore
   * [HHH-14309] - Improve <code>BulkOperationCleanupAction#affectedEntity</code>
   * [HHH-14225] - CVE-2020-25638 Potential for SQL injection on use_sql_comments logging enabled</p>
   <h2>Changes in 5.4.23.Final (November 01, 2020)</h2>
   <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/31887">https://hibernate.atlassian.net/projects/HHH/versions/31887</a></p>
   <p>** Bug
   * [HHH-14279] - Broken 'with key(...)' operator on entity-key maps
   * [HHH-14275] - Broken link to Infinispan User Guide in Hibernate 5.3 User Guide
   * [HHH-14260] - Dead links in user guide
   * [HHH-14259] - HHH-13980 is not merged into 5.4
   * [HHH-14249] - MultiLineImport fails when script contains blank spaces or tabs at the end of the last sql statement
   * [HHH-14247] - Automatic release scripts, wrong Jira release url
   * [HHH-14227] - Insert statements are not ordered with entities that use inheritance and reference a subclass</p>
   <p>** Improvement
   * [HHH-14305] - Analyse retained heap after bootstrap to trim memory consumption
   * [HHH-14304] - Replacing eager initialization of LockingStrategy within AbstractEntityPersister
   * [HHH-14303] - Upgrade to JBoss Loging 3.4.1.Final
   * [HHH-14302] - Upgrade to Agroal 1.9
   * [HHH-14301] - Upgrade to Byte Buddy 1.10.17</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/hibernate/hibernate-orm/commit/0b5d3a2acc9e0fa0a83fa69a1a0146b5a6eda61b"><code>0b5d3a2</code></a> 5.4.24.Final</li>
   <li><a href="https://github.com/hibernate/hibernate-orm/commit/33123d267f64298f3f40e7c3671f7f15849831a9"><code>33123d2</code></a> HHH-14333 Pessimistic Lock causes FOR UPDATE on outer join statements</li>
   <li><a href="https://github.com/hibernate/hibernate-orm/commit/84e37c15eb757d8a58ee67822259d84931ae6e80"><code>84e37c1</code></a> HHH-14332 Make it easier for Quarkus SPI to avoid loading XML related resources</li>
   <li><a href="https://github.com/hibernate/hibernate-orm/commit/da8706e5eb75582b0d917ca648ae04e418412c48"><code>da8706e</code></a> HHH-14329 Amend existing DirtyTrackingTest</li>
   <li><a href="https://github.com/hibernate/hibernate-orm/commit/2669848ca448ee14660350d707f60b23fd46eea6"><code>2669848</code></a> HHH-14329 consider mutable types always as potentially dirty when using Dirti...</li>
   <li><a href="https://github.com/hibernate/hibernate-orm/commit/5ea0d92c370c5069050dcfc51b5157bdc35f7a69"><code>5ea0d92</code></a> HHH-14329 test case showing that DirtinessTracker usage for enhanced entities...</li>
   <li><a href="https://github.com/hibernate/hibernate-orm/commit/c444d5f9e509ac58fa602c0a2993e69f181c7d2f"><code>c444d5f</code></a> HHH-14325 - Add Query hint for specifying &quot;query spaces&quot; for native queries</li>
   <li><a href="https://github.com/hibernate/hibernate-orm/commit/49ae7bdff073c7078fea72e5650bddaa96be988a"><code>49ae7bd</code></a> HHH-14325 - Add Query hint for specifying &quot;query spaces&quot; for native queries</li>
   <li><a href="https://github.com/hibernate/hibernate-orm/commit/fe2230f813983554b404f1ec0548d4a28edfc210"><code>fe2230f</code></a> HHH-14276 Amend style and formatting</li>
   <li><a href="https://github.com/hibernate/hibernate-orm/commit/a8fdb4d2d568e450ab665828ade05014862de3b2"><code>a8fdb4d</code></a> HHH-14276 Avoid quoting column name for looking up references during composit...</li>
   <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/3.6.10.Final...5.4.24">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=3.6.10.Final&new-version=5.4.24.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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/turbine-fulcrum-security/network/alerts).
   
   </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-unsubscribe@turbine.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org


[GitHub] [turbine-fulcrum-security] dependabot[bot] closed pull request #1: Bump hibernate-core from 3.6.10.Final to 5.4.24.Final in /hibernate

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #1: Bump hibernate-core from 3.6.10.Final to 5.4.24.Final in /hibernate
URL: https://github.com/apache/turbine-fulcrum-security/pull/1


-- 
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-unsubscribe@turbine.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org


[GitHub] [turbine-fulcrum-security] dependabot[bot] commented on pull request #1: Bump hibernate-core from 3.6.10.Final to 5.4.24.Final in /hibernate

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #1:
URL: https://github.com/apache/turbine-fulcrum-security/pull/1#issuecomment-1325862335

   Superseded by #3.


-- 
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-unsubscribe@turbine.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org