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 2022/10/07 10:02:59 UTC

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

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

   Bumps [spring-framework-bom](https://github.com/spring-projects/spring-framework) from 5.3.20 to 5.3.23.
   <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.23</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Introduce AnnotationUtils.isSynthesizedAnnotation(Annotation) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29054">#29054</a></li>
   <li>Introduce createContext() factory method in AbstractGenericWebContextLoader <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28983">#28983</a></li>
   <li>Support TreeSet collection type in CollectionFactory.createCollection() without using reflection <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28949">#28949</a></li>
   <li>Document when RequestEntity.getUrl() throws an UnsupportedOperationException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28930">#28930</a></li>
   <li>Deprecate NestedIOException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28929">#28929</a></li>
   <li>Make isConnected() in WebSocketConnectionManager public <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28785">#28785</a></li>
   <li>Expose headers from STOMP RECEIPT frame to registered callbacks <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28715">#28715</a></li>
   <li>Make WebClientException serializable <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28321">#28321</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Ordering inconsistency with beans defined in parent context <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29105">#29105</a></li>
   <li>RelativeRedirectResponseWrapper does not commit response in sendRedirect <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29050">#29050</a></li>
   <li>MockServerContainerContextCustomizerFactory does not support <code>@Nested</code> tests <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29037">#29037</a></li>
   <li>Request to improve KotlinSerializationJsonHttpMessageConverter logic in RestTemplate <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29008">#29008</a></li>
   <li>WebFlux: multipart requests hang sometimes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28963">#28963</a></li>
   <li>DataBufferUtils.write(Publisher, Path) loses context <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28933">#28933</a></li>
   <li>connectionTimeOut and readTimeout not working on UrlResource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28909">#28909</a></li>
   <li>SockJsServiceRegistration#setSupressCors has a typo and should be deprecated <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28853">#28853</a></li>
   <li>RenderingResponse does not set status code on redirect views <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28839">#28839</a></li>
   <li>Avoid IllegalArgumentException when setting WebSocket error status <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28836">#28836</a></li>
   <li>Loss of context path after using ServerRequest.from <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28820">#28820</a></li>
   <li>ResponseCookie does not declare nullability annotations consistently for domain and path <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28780">#28780</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix typo in data-access section <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29048">#29048</a></li>
   <li>Correct description of <code>@RequestParam</code> with WebFlux <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28944">#28944</a></li>
   <li>Fix broken kdoc-api links in kotlin.adoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28908">#28908</a></li>
   <li>Fix typos in Javadoc of class AbstractEncoder <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28885">#28885</a></li>
   <li>Fix links in Javadoc and reference docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28876">#28876</a></li>
   <li>Add missing closing parenthesis in reference doc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28867">#28867</a></li>
   <li>Fix typos in Javadoc, reference docs, and code <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28822">#28822</a></li>
   <li>Replace use of the <code>&lt;tt&gt;</code> HTML tag in Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28819">#28819</a></li>
   <li>Fix broken link in rsocket documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28817">#28817</a></li>
   <li>Clarify docs on JNDI properties in Servlet environment <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28488">#28488</a></li>
   <li>Improve documentation of Caching annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28183">#28183</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.23 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29129">#29129</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/boahc077"><code>@​boahc077</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/5ea8ba1b96084792a802cf7eef1ef176f53efe8d"><code>5ea8ba1</code></a> Release v5.3.23</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ae8b7973b408fac8dd666cbd03486227e440e820"><code>ae8b797</code></a> Improve Javadoc on RequestEntity#getUrl</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a7f430bda8429134cd42e894a92521a085b24f58"><code>a7f430b</code></a> Upgrade to Checkstyle 10.3.3, RxJava 3.1.5, SmallRye Mutiny 1.7, HtmlUnit 2.6...</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5a781eeb54889f809726e54fcda25bd285d18ee4"><code>5a781ee</code></a> Upgrade to RSocket 1.1.3, Netty 4.1.82, Tomcat 9.0.65, Undertow 2.2.19, Hiber...</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a879d18c9c18cfef8e13cb0adf2419f23566e574"><code>a879d18</code></a> Reintroduce Caucho exclusion for 5.3.x</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ce49068ff92bfdc2e856038b37f5b19adcafff59"><code>ce49068</code></a> Fix links in Javadoc and reference docs</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/62a0ab3667929e4add715e4e0cc317a5e3e3c1b2"><code>62a0ab3</code></a> Polish contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/92a231cf916d307aa0ab166f892cdfbf9a0d089f"><code>92a231c</code></a> Fix typos in Javadoc, reference docs, and code</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/50dff77d0156d502641f45181812171929b84ce6"><code>50dff77</code></a> Polish contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0f479293b17765f7077a61a6b7b130754b6176de"><code>0f47929</code></a> Replace use of the &lt;tt&gt; HTML tag in Javadoc</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.20...v5.3.23">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.20&new-version=5.3.23)](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] dependabot[bot] closed pull request #1098: Bump spring-framework-bom from 5.3.20 to 5.3.23

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #1098: Bump spring-framework-bom from 5.3.20 to 5.3.23
URL: https://github.com/apache/logging-log4j2/pull/1098


-- 
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 commented on pull request #1098: Bump spring-framework-bom from 5.3.20 to 5.3.23

Posted by GitBox <gi...@apache.org>.
ppkarwasz commented on PR #1098:
URL: https://github.com/apache/logging-log4j2/pull/1098#issuecomment-1286086310

   @dependabot rebase


-- 
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 #1098: Bump spring-framework-bom from 5.3.20 to 5.3.23

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

   Looks like org.springframework:spring-framework-bom is up-to-date now, so this is no longer needed.


-- 
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