You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2023/01/01 10:05:31 UTC

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request, #1181: Bump spring-framework-bom from 5.3.23 to 5.3.24

dependabot[bot] opened a new pull request, #1181:
URL: https://github.com/apache/logging-log4j2/pull/1181

   Bumps [spring-framework-bom](https://github.com/spring-projects/spring-framework) from 5.3.23 to 5.3.24.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-framework-bom's releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.24</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid reflection for annotation method invocations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29448">#29448</a></li>
   <li>Avoid unnecessary allocations in StompDecoder#unescape <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29443">#29443</a></li>
   <li>Avoid String allocations in MediaType.checkParameters <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29428">#29428</a></li>
   <li>Reduce allocations caused by producible media types <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29412">#29412</a></li>
   <li>Provide optional SimpleBeanInfoFactory for better introspection performance in 5.3.x <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29330">#29330</a></li>
   <li>Filter out <code>null</code> WebSocket session attributes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29315">#29315</a></li>
   <li>Introduce TestSocketUtils as a replacement for SocketUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29132">#29132</a></li>
   <li>Avoid Commons Logging API for using LoggingCacheErrorHandler with a custom logger <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28678">#28678</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Missing SessionFactory property (filter AutoCloseable from PropertyDescriptors)  <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29480">#29480</a></li>
   <li>SpEL ternary and Elvis expressions are missing enclosing parentheses in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29463">#29463</a></li>
   <li>If-Unmodified-Since header check removes Last-Modified and Etag headers from response, even if condition passes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29362">#29362</a></li>
   <li>Annotation searches fail for non-public repeatable annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29301">#29301</a></li>
   <li>AbstractBeanFactory's interaction with BeanPostProcessorCacheAwareList is not fully thread-safe <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29299">#29299</a></li>
   <li>WebTestClient cannot assert custom HTTP status code <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29283">#29283</a></li>
   <li>Body token not expected error when trying to upload a large multipart file <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29227">#29227</a></li>
   <li>Avoid resizing of Maps created by CollectionUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29190">#29190</a></li>
   <li>DefaultWebClient logging sensitive information in URI <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29148">#29148</a></li>
   <li>Fix SimpleMailMessage nullability annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29139">#29139</a></li>
   <li>Webflux fails to apply the rule for controller methods returning void to kotlin suspend functions returning Unit <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27629">#27629</a></li>
   <li>Resource.isFile() return true when the resource path actually not exists <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26707">#26707</a></li>
   <li>AnnotatedElementUtils does not find merged repeatable annotations on other repeatable annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/20279">#20279</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix two typos in integration.adoc and webflux.adoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29469">#29469</a></li>
   <li>Fix typo: &quot;as describe in&quot; -&gt; &quot;as described in&quot; <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29393">#29393</a></li>
   <li>Fix typos <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29364">#29364</a></li>
   <li>Correct documentation for &quot;other return values&quot; from a web controller method <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29349">#29349</a></li>
   <li>Document how to use WebJars without <code>webjars-locator-core</code> dependency <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29322">#29322</a></li>
   <li>Update RestTemplate Javadoc with regards to setting interceptors on startup vs at runtime <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29311">#29311</a></li>
   <li>Document how to switch to the default set of TestExecutionListeners <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29281">#29281</a></li>
   <li>Document limitation of AopTestUtils.getUltimateTargetObject() regarding non-static TargetSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29276">#29276</a></li>
   <li>Fix typo in WebSocket reference doc regarding subscription header <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29228">#29228</a></li>
   <li>Fix MockMvc sample setup <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29201">#29201</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.25 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29464">#29464</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>We'd like to thank all the contributors who worked on this release!</p>
   <ul>
   <li><a href="https://github.com/sangmin7648"><code>@​sangmin7648</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2af9d961e4683245099ff3350ca85c7866cc1dfc"><code>2af9d96</code></a> Release v5.3.24</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/8e64701cb74aaded6f647d3c9aa0d186b8654b0b"><code>8e64701</code></a> Fix Javadoc formatting issue in TestSocketUtils</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ae9a9e3c06ae4e2391f99ab537c43afc96f37087"><code>ae9a9e3</code></a> Document TestSocketUtils in the testing chapter</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c94025699f89520b982bb44173228b874513b468"><code>c940256</code></a> Upgrade to Reactor 2020.0.25</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ec3f59e6fea2b968ae00f41511c2e8ed6bda94d8"><code>ec3f59e</code></a> Allow AutoCloseable dereferences on original AutoCloseable beans</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/49ee4a4fdf54f90407cae6360c220032d4d7895b"><code>49ee4a4</code></a> Deprecated unused findAutowireCandidates template method (removed in 6.0)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/698f8995f72239d11052e1319c6b2802a34ba3e8"><code>698f899</code></a> Revise TestSocketUtils and tests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ee51dab1f348361f26c477ad64ab730ad7359d6e"><code>ee51dab</code></a> Introduce TestSocketUtils as a replacement for SocketUtils</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/743a96b75ebf79b2d9a6aba82629b5a85f7167bc"><code>743a96b</code></a> Polish SocketUtilsTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b766a49a4d0eb8469545a1f8f4ff120f0aaa0cb4"><code>b766a49</code></a> Support suspending functions returning Unit in WebFlux</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.24">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework:spring-framework-bom&package-manager=maven&previous-version=5.3.23&new-version=5.3.24)](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: notifications-unsubscribe@logging.apache.org

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


[GitHub] [logging-log4j2] ppkarwasz closed pull request #1181: Bump spring-framework-bom from 5.3.23 to 5.3.24

Posted by GitBox <gi...@apache.org>.
ppkarwasz closed pull request #1181: Bump spring-framework-bom from 5.3.23 to 5.3.24
URL: https://github.com/apache/logging-log4j2/pull/1181


-- 
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: notifications-unsubscribe@logging.apache.org

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


[GitHub] [logging-log4j2] dependabot[bot] commented on pull request #1181: Bump spring-framework-bom from 5.3.23 to 5.3.24

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #1181:
URL: https://github.com/apache/logging-log4j2/pull/1181#issuecomment-1383264339

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: notifications-unsubscribe@logging.apache.org

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