dependabot[bot] opened a new pull request, #33: URL: https://github.com/apache/logging-log4j-audit/pull/33
Bumps `hibernate.version` from 5.2.10.Final to 5.6.15.Final. Updates `org.hibernate:hibernate-core` from 5.2.10.Final to 5.6.15.Final <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/5.6.15/changelog.txt">org.hibernate:hibernate-core's changelog</a>.</em></p> <blockquote> <h2>Changes in 5.6.15.Final (February 06, 2023)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32121">https://hibernate.atlassian.net/projects/HHH/versions/32121</a></p> <p>** Bug * [HHH-16049] - Setting a property to its current value with bytecode enhancement enabled results in unnecessary SQL Update in some (many) cases * [HHH-15665] - Mariadb is missing identifier quote on SEQUENCE QUERY * [HHH-15618] - Procedure should accept TypedParameterValue as parameter</p> <p>** Improvement * [HHH-15693] - Introduce a fast-path access for ClassLoaderService being retrieved from ServiceRegistry * [HHH-15690] - HQLQueryPlan to have a direct reference to QueryTranslatorFactory * [HHH-15685] - Improve efficiency of Dialect lookup in Loader and HqlSqlWalker</p> <p>** Patch * [HHH-15792] - Explicitly add JavaDoc to make <a href="https://github.com/deprecated"><code>@deprecated</code></a> hint for createSQLQuery visible in Eclipse</p> <h2>Changes in 5.6.14.Final (November 04, 2022)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32120">https://hibernate.atlassian.net/projects/HHH/versions/32120</a></p> <p>** Improvement * [HHH-15662] - ClasscastException caused by check for Managed rather than ManagedEntity</p> <h2>Changes in 5.6.13.Final (November 03, 2022)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32112">https://hibernate.atlassian.net/projects/HHH/versions/32112</a></p> <p>** Bug * [HHH-15634] - Lazy basic property does not get updated on change * [HHH-15561] - Function "IDENTITY" not found when inserting audited revision using Hibernate Envers * [HHH-15554] - Merge of an Entity with an immutable composite user type throws Exception</p> <p>** Improvement * [HHH-15649] - Additional performance fixes relating to Klass's _secondary_super_cache interaction with entity enhancement * [HHH-15639] - Upgrade to ByteBuddy 1.12.18 * [HHH-15637] - Upgrade to Byteman 4.0.20 * [HHH-15616] - Mitigate performance impact of entity enhancement on Klass's _secondary_super_cache * [HHH-15585] - Add support for DB2 aliases for schema validation * [HHH-15575] - Make getter org.hibernate.criterion.SimpleExpression#getOp() public</p> <p>** Task * [HHH-15594] - Remove Oracle RDS and all test matrix uses</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e924c27e1259b0b5915819e9521d86fcb8164a46"><code>e924c27</code></a> 5.6.15.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/38ec412e61b72112e88e5a6311a27a365ace9968"><code>38ec412</code></a> HHH-15665 - Fix and added test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1078caa19ff5d86c01feac03641cc325a11e0283"><code>1078caa</code></a> HHH-16049 Setting a property to its current value with bytecode enhancement e...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/802fc76883dddc33fe60b68e67491b14e1af3192"><code>802fc76</code></a> HHH-16049 Test setting a property to its current value with bytecode enhancem...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ac55bb28db5963d9e2d213b80ece39c24d567381"><code>ac55bb2</code></a> HHH-16049 Test setting a property to its current value with bytecode enhancem...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/84662bf21cb36810c165eb9986ba8f3d091dbb2c"><code>84662bf</code></a> HHH-16049 Restructure lazy-basic tests for easier re-execution and better tes...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/49fbe84dde773de84ea704bb10193c4c581d34b8"><code>49fbe84</code></a> HHH-15618 Accept TypedParameterValue for procedure</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/45c7fc5e28245563d173292aca12dabeb596b3d1"><code>45c7fc5</code></a> Add TCK build throttling</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cc3b38971e6650307f349e797230932dc977887d"><code>cc3b389</code></a> Switch from LGTM to CodeQL</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/d7fa18ac64bb1b0f157f85990900a526d18a2808"><code>d7fa18a</code></a> HHH-15792: Explicitly add JavaDoc to make <a href="https://github.com/deprecated"><code>@deprecated</code></a> hint for createSQLQuery...</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/5.2.10...5.6.15">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate:hibernate-entitymanager` from 5.2.10.Final to 5.6.15.Final <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/5.6.15/changelog.txt">org.hibernate:hibernate-entitymanager's changelog</a>.</em></p> <blockquote> <h2>Changes in 5.6.15.Final (February 06, 2023)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32121">https://hibernate.atlassian.net/projects/HHH/versions/32121</a></p> <p>** Bug * [HHH-16049] - Setting a property to its current value with bytecode enhancement enabled results in unnecessary SQL Update in some (many) cases * [HHH-15665] - Mariadb is missing identifier quote on SEQUENCE QUERY * [HHH-15618] - Procedure should accept TypedParameterValue as parameter</p> <p>** Improvement * [HHH-15693] - Introduce a fast-path access for ClassLoaderService being retrieved from ServiceRegistry * [HHH-15690] - HQLQueryPlan to have a direct reference to QueryTranslatorFactory * [HHH-15685] - Improve efficiency of Dialect lookup in Loader and HqlSqlWalker</p> <p>** Patch * [HHH-15792] - Explicitly add JavaDoc to make <a href="https://github.com/deprecated"><code>@deprecated</code></a> hint for createSQLQuery visible in Eclipse</p> <h2>Changes in 5.6.14.Final (November 04, 2022)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32120">https://hibernate.atlassian.net/projects/HHH/versions/32120</a></p> <p>** Improvement * [HHH-15662] - ClasscastException caused by check for Managed rather than ManagedEntity</p> <h2>Changes in 5.6.13.Final (November 03, 2022)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32112">https://hibernate.atlassian.net/projects/HHH/versions/32112</a></p> <p>** Bug * [HHH-15634] - Lazy basic property does not get updated on change * [HHH-15561] - Function "IDENTITY" not found when inserting audited revision using Hibernate Envers * [HHH-15554] - Merge of an Entity with an immutable composite user type throws Exception</p> <p>** Improvement * [HHH-15649] - Additional performance fixes relating to Klass's _secondary_super_cache interaction with entity enhancement * [HHH-15639] - Upgrade to ByteBuddy 1.12.18 * [HHH-15637] - Upgrade to Byteman 4.0.20 * [HHH-15616] - Mitigate performance impact of entity enhancement on Klass's _secondary_super_cache * [HHH-15585] - Add support for DB2 aliases for schema validation * [HHH-15575] - Make getter org.hibernate.criterion.SimpleExpression#getOp() public</p> <p>** Task * [HHH-15594] - Remove Oracle RDS and all test matrix uses</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e924c27e1259b0b5915819e9521d86fcb8164a46"><code>e924c27</code></a> 5.6.15.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/38ec412e61b72112e88e5a6311a27a365ace9968"><code>38ec412</code></a> HHH-15665 - Fix and added test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1078caa19ff5d86c01feac03641cc325a11e0283"><code>1078caa</code></a> HHH-16049 Setting a property to its current value with bytecode enhancement e...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/802fc76883dddc33fe60b68e67491b14e1af3192"><code>802fc76</code></a> HHH-16049 Test setting a property to its current value with bytecode enhancem...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ac55bb28db5963d9e2d213b80ece39c24d567381"><code>ac55bb2</code></a> HHH-16049 Test setting a property to its current value with bytecode enhancem...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/84662bf21cb36810c165eb9986ba8f3d091dbb2c"><code>84662bf</code></a> HHH-16049 Restructure lazy-basic tests for easier re-execution and better tes...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/49fbe84dde773de84ea704bb10193c4c581d34b8"><code>49fbe84</code></a> HHH-15618 Accept TypedParameterValue for procedure</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/45c7fc5e28245563d173292aca12dabeb596b3d1"><code>45c7fc5</code></a> Add TCK build throttling</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cc3b38971e6650307f349e797230932dc977887d"><code>cc3b389</code></a> Switch from LGTM to CodeQL</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/d7fa18ac64bb1b0f157f85990900a526d18a2808"><code>d7fa18a</code></a> HHH-15792: Explicitly add JavaDoc to make <a href="https://github.com/deprecated"><code>@deprecated</code></a> hint for createSQLQuery...</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/5.2.10...5.6.15">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate:hibernate-java8` from 5.2.10.Final to 5.6.15.Final <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/5.6.15/changelog.txt">org.hibernate:hibernate-java8's changelog</a>.</em></p> <blockquote> <h2>Changes in 5.6.15.Final (February 06, 2023)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32121">https://hibernate.atlassian.net/projects/HHH/versions/32121</a></p> <p>** Bug * [HHH-16049] - Setting a property to its current value with bytecode enhancement enabled results in unnecessary SQL Update in some (many) cases * [HHH-15665] - Mariadb is missing identifier quote on SEQUENCE QUERY * [HHH-15618] - Procedure should accept TypedParameterValue as parameter</p> <p>** Improvement * [HHH-15693] - Introduce a fast-path access for ClassLoaderService being retrieved from ServiceRegistry * [HHH-15690] - HQLQueryPlan to have a direct reference to QueryTranslatorFactory * [HHH-15685] - Improve efficiency of Dialect lookup in Loader and HqlSqlWalker</p> <p>** Patch * [HHH-15792] - Explicitly add JavaDoc to make <a href="https://github.com/deprecated"><code>@deprecated</code></a> hint for createSQLQuery visible in Eclipse</p> <h2>Changes in 5.6.14.Final (November 04, 2022)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32120">https://hibernate.atlassian.net/projects/HHH/versions/32120</a></p> <p>** Improvement * [HHH-15662] - ClasscastException caused by check for Managed rather than ManagedEntity</p> <h2>Changes in 5.6.13.Final (November 03, 2022)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32112">https://hibernate.atlassian.net/projects/HHH/versions/32112</a></p> <p>** Bug * [HHH-15634] - Lazy basic property does not get updated on change * [HHH-15561] - Function "IDENTITY" not found when inserting audited revision using Hibernate Envers * [HHH-15554] - Merge of an Entity with an immutable composite user type throws Exception</p> <p>** Improvement * [HHH-15649] - Additional performance fixes relating to Klass's _secondary_super_cache interaction with entity enhancement * [HHH-15639] - Upgrade to ByteBuddy 1.12.18 * [HHH-15637] - Upgrade to Byteman 4.0.20 * [HHH-15616] - Mitigate performance impact of entity enhancement on Klass's _secondary_super_cache * [HHH-15585] - Add support for DB2 aliases for schema validation * [HHH-15575] - Make getter org.hibernate.criterion.SimpleExpression#getOp() public</p> <p>** Task * [HHH-15594] - Remove Oracle RDS and all test matrix uses</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e924c27e1259b0b5915819e9521d86fcb8164a46"><code>e924c27</code></a> 5.6.15.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/38ec412e61b72112e88e5a6311a27a365ace9968"><code>38ec412</code></a> HHH-15665 - Fix and added test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1078caa19ff5d86c01feac03641cc325a11e0283"><code>1078caa</code></a> HHH-16049 Setting a property to its current value with bytecode enhancement e...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/802fc76883dddc33fe60b68e67491b14e1af3192"><code>802fc76</code></a> HHH-16049 Test setting a property to its current value with bytecode enhancem...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ac55bb28db5963d9e2d213b80ece39c24d567381"><code>ac55bb2</code></a> HHH-16049 Test setting a property to its current value with bytecode enhancem...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/84662bf21cb36810c165eb9986ba8f3d091dbb2c"><code>84662bf</code></a> HHH-16049 Restructure lazy-basic tests for easier re-execution and better tes...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/49fbe84dde773de84ea704bb10193c4c581d34b8"><code>49fbe84</code></a> HHH-15618 Accept TypedParameterValue for procedure</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/45c7fc5e28245563d173292aca12dabeb596b3d1"><code>45c7fc5</code></a> Add TCK build throttling</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cc3b38971e6650307f349e797230932dc977887d"><code>cc3b389</code></a> Switch from LGTM to CodeQL</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/d7fa18ac64bb1b0f157f85990900a526d18a2808"><code>d7fa18a</code></a> HHH-15792: Explicitly add JavaDoc to make <a href="https://github.com/deprecated"><code>@deprecated</code></a> hint for createSQLQuery...</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/5.2.10...5.6.15">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate:hibernate-c3p0` from 5.2.10.Final to 5.6.15.Final <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/5.6.15/changelog.txt">org.hibernate:hibernate-c3p0's changelog</a>.</em></p> <blockquote> <h2>Changes in 5.6.15.Final (February 06, 2023)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32121">https://hibernate.atlassian.net/projects/HHH/versions/32121</a></p> <p>** Bug * [HHH-16049] - Setting a property to its current value with bytecode enhancement enabled results in unnecessary SQL Update in some (many) cases * [HHH-15665] - Mariadb is missing identifier quote on SEQUENCE QUERY * [HHH-15618] - Procedure should accept TypedParameterValue as parameter</p> <p>** Improvement * [HHH-15693] - Introduce a fast-path access for ClassLoaderService being retrieved from ServiceRegistry * [HHH-15690] - HQLQueryPlan to have a direct reference to QueryTranslatorFactory * [HHH-15685] - Improve efficiency of Dialect lookup in Loader and HqlSqlWalker</p> <p>** Patch * [HHH-15792] - Explicitly add JavaDoc to make <a href="https://github.com/deprecated"><code>@deprecated</code></a> hint for createSQLQuery visible in Eclipse</p> <h2>Changes in 5.6.14.Final (November 04, 2022)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32120">https://hibernate.atlassian.net/projects/HHH/versions/32120</a></p> <p>** Improvement * [HHH-15662] - ClasscastException caused by check for Managed rather than ManagedEntity</p> <h2>Changes in 5.6.13.Final (November 03, 2022)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/32112">https://hibernate.atlassian.net/projects/HHH/versions/32112</a></p> <p>** Bug * [HHH-15634] - Lazy basic property does not get updated on change * [HHH-15561] - Function "IDENTITY" not found when inserting audited revision using Hibernate Envers * [HHH-15554] - Merge of an Entity with an immutable composite user type throws Exception</p> <p>** Improvement * [HHH-15649] - Additional performance fixes relating to Klass's _secondary_super_cache interaction with entity enhancement * [HHH-15639] - Upgrade to ByteBuddy 1.12.18 * [HHH-15637] - Upgrade to Byteman 4.0.20 * [HHH-15616] - Mitigate performance impact of entity enhancement on Klass's _secondary_super_cache * [HHH-15585] - Add support for DB2 aliases for schema validation * [HHH-15575] - Make getter org.hibernate.criterion.SimpleExpression#getOp() public</p> <p>** Task * [HHH-15594] - Remove Oracle RDS and all test matrix uses</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e924c27e1259b0b5915819e9521d86fcb8164a46"><code>e924c27</code></a> 5.6.15.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/38ec412e61b72112e88e5a6311a27a365ace9968"><code>38ec412</code></a> HHH-15665 - Fix and added test for issue</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/1078caa19ff5d86c01feac03641cc325a11e0283"><code>1078caa</code></a> HHH-16049 Setting a property to its current value with bytecode enhancement e...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/802fc76883dddc33fe60b68e67491b14e1af3192"><code>802fc76</code></a> HHH-16049 Test setting a property to its current value with bytecode enhancem...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ac55bb28db5963d9e2d213b80ece39c24d567381"><code>ac55bb2</code></a> HHH-16049 Test setting a property to its current value with bytecode enhancem...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/84662bf21cb36810c165eb9986ba8f3d091dbb2c"><code>84662bf</code></a> HHH-16049 Restructure lazy-basic tests for easier re-execution and better tes...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/49fbe84dde773de84ea704bb10193c4c581d34b8"><code>49fbe84</code></a> HHH-15618 Accept TypedParameterValue for procedure</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/45c7fc5e28245563d173292aca12dabeb596b3d1"><code>45c7fc5</code></a> Add TCK build throttling</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/cc3b38971e6650307f349e797230932dc977887d"><code>cc3b389</code></a> Switch from LGTM to CodeQL</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/d7fa18ac64bb1b0f157f85990900a526d18a2808"><code>d7fa18a</code></a> HHH-15792: Explicitly add JavaDoc to make <a href="https://github.com/deprecated"><code>@deprecated</code></a> hint for createSQLQuery...</li> <li>Additional commits viewable in <a href="https://github.com/hibernate/hibernate-orm/compare/5.2.10...5.6.15">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> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
