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

[GitHub] [struts-examples] dependabot[bot] opened a new pull request, #153: Bump spring-web from 5.3.21 to 5.3.22

dependabot[bot] opened a new pull request, #153:
URL: https://github.com/apache/struts-examples/pull/153

   Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 5.3.21 to 5.3.22.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-web's releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.22</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Improve regex &quot;.&quot; matching for URL paths <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28815">#28815</a></li>
   <li>Spring JDBC does not recognize LocalDate and LocalDateTime in javaType to sqlType Mapping <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28778">#28778</a></li>
   <li>ResolvableType.forInstance should return NONE for null instance <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28776">#28776</a></li>
   <li>Correctly identify MaxUploadSizeExceededException through keywords in message from Jetty 9.4.x <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28759">#28759</a></li>
   <li>Introduce StringUtils.trimAllWhitespace(CharSequence) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28757">#28757</a></li>
   <li>Trim string input in Converters where whitespace is irrelevant <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28756">#28756</a></li>
   <li>Trim string input in PropertyEditors where whitespace is irrelevant <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28755">#28755</a></li>
   <li>Improve diagnostics for CGLIB ClassLoader issues on Java 9+ <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28747">#28747</a></li>
   <li>Create well-known non-interface types in CollectionFactory without using reflection <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28718">#28718</a></li>
   <li>Revise internals of LoggingCacheErrorHandler <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28672">#28672</a></li>
   <li>Simplify creation of LoggingCacheErrorHandler with logged stacktrace <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28670">#28670</a></li>
   <li>Fix DataSourceUtils inconsistent exception handling <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28669">#28669</a></li>
   <li>Introduce lenient parsing in DataSize regarding whitespace <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28643">#28643</a></li>
   <li>Support adding rather than replacing modules in Jackson2ObjectMapperBuilder <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28633">#28633</a></li>
   <li>Add <code>MockMvcRequestBuilders.multipart(HttpMethod, String, Object...)</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28631">#28631</a></li>
   <li>Avoid parsing request body in DispatcherServlet for &quot;parameters={masked}&quot; log message <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28587">#28587</a></li>
   <li>Avoid synchronization in AbstractAspectJAdvice#calculateArgumentBindings <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26377">#26377</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>WebFlux multipart temporary file not deleted when the client disconnects early <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28740">#28740</a></li>
   <li>Ensure channelExecutors and taskScheduler in STOMP WebSocket config are qualified <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28736">#28736</a></li>
   <li>MockHttpServletResponse addHeader does not allow Comment part with Set-Cookie header <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28730">#28730</a></li>
   <li>Meta-annotations are unnecessarily synthesized in MergedAnotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28704">#28704</a></li>
   <li><code>GenericApplicationContext</code> does not honor <code>ProtocolResolver</code> when a resource loader is set via <code>setResourceLoader()</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28703">#28703</a></li>
   <li>R2DBC: <code>@Transactional</code>(readOnly) is applied to the connection before the transaction has begun <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28610">#28610</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix Kotlin code snippets language <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28810">#28810</a></li>
   <li>Fix typos in reference docs and project documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28805">#28805</a></li>
   <li>Fix and improve Javadoc in spring-beans and spring-aop <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28803">#28803</a></li>
   <li>Fix and improve Javadoc in spring-core and spring-context <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28802">#28802</a></li>
   <li>Fix and improve Javadoc in spring-messaging, spring-jms and spring-expression <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28800">#28800</a></li>
   <li>Fix and improve Javadoc in spring-r2dbc, spring-oxm, spring-orm and spring-jdbc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28796">#28796</a></li>
   <li>Fix and improve Javadoc in spring-test <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28795">#28795</a></li>
   <li>Fix and improve Javadoc in spring-tx <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28794">#28794</a></li>
   <li>Fix and improve Javadoc in spring-web <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28791">#28791</a></li>
   <li>Fix and improve Javadoc in spring-webflux <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28790">#28790</a></li>
   <li>Fix and improve Javadoc in spring-webmvc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28789">#28789</a></li>
   <li>Fix and improve Javadoc in spring-websocket <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28788">#28788</a></li>
   <li>Fix Kotlin example for defines a custom <code>@Production</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28680">#28680</a></li>
   <li>Fix a typo in ResponseEntity documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28647">#28647</a></li>
   <li>Document that Kotlin inline classes are not supported yet <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28642">#28642</a></li>
   <li>Refine <code>@Required</code> Kotlin documentation to use annotation use site targets <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28630">#28630</a></li>
   <li>Fix Kotlin example for <code>@ComponentScan</code> basePackages attribute <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28628">#28628</a></li>
   <li>Kotlin examples for setter injection incorrectly use field injection <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28596">#28596</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/508cc346e098266a84d64281635344f8c6231281"><code>508cc34</code></a> Release v5.3.22</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e50131d454248b9eca26edb4765aaeae3f204107"><code>e50131d</code></a> Add Consumer methods to configure Jackson modules</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cdd4e8cd7f1fb5bfd1927d6023ef6d51b0539737"><code>cdd4e8c</code></a> Improve regex support for URL path matching</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/02b7ddbc7027dc49a6c899724ab3922d996bd81c"><code>02b7ddb</code></a> Upgrade to Log4J 2.18, H2 2.1.214, OpenPDF 1.3.29, XStream 1.4.19, HtmlUnit 2...</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/8e5c4903d4eb4294a92f15fbf88b4255f59e44a2"><code>8e5c490</code></a> Avoid synchronization in AbstractAspectJAdvice#calculateArgumentBindings</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/bd3499671c7067c176898a02f70b9cdd78628911"><code>bd34996</code></a> Fix typos in test code</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2e4d7e4ef986d79448c7b2790cd584e2c1f7adbf"><code>2e4d7e4</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c6be3b33c9748578a22eda37424deceb55e1c695"><code>c6be3b3</code></a> Fix and improve Javadoc in spring-aop</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c112bb0ae191623cfcf64e5d0ed52d38920ca1fd"><code>c112bb0</code></a> Fix and improve Javadoc in spring-beans</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/165fba868c0a316ec7ba6fa983a8e2364706a31f"><code>165fba8</code></a> Fix typos in reference docs</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.21...v5.3.22">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework:spring-web&package-manager=maven&previous-version=5.3.21&new-version=5.3.22)](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-unsubscribe@struts.apache.org

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


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


[GitHub] [struts-examples] lukaszlenart merged pull request #153: Bump spring-web from 5.3.21 to 5.3.22

Posted by GitBox <gi...@apache.org>.
lukaszlenart merged PR #153:
URL: https://github.com/apache/struts-examples/pull/153


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

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


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