You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by GitBox <gi...@apache.org> on 2022/07/15 03:39:57 UTC

[GitHub] [ws-axiom] dependabot[bot] opened a new pull request, #208: Bump spring.version from 5.3.21 to 5.3.22

dependabot[bot] opened a new pull request, #208:
URL: https://github.com/apache/ws-axiom/pull/208

   Bumps `spring.version` from 5.3.21 to 5.3.22.
   Updates `spring-core` 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-core'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 />
   
   Updates `spring-context` 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-context'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 />
   
   Updates `spring-beans` 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-beans'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 />
   
   Updates `spring-web` 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 />
   
   Updates `spring-aop` 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-aop'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 />
   
   Updates `spring-oxm` 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-oxm'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 />
   
   Updates `spring-test` 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-test'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://gith...
   
   _Description has been truncated_


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

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


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


[GitHub] [ws-axiom] veithen merged pull request #208: Bump spring.version from 5.3.21 to 5.3.22

Posted by GitBox <gi...@apache.org>.
veithen merged PR #208:
URL: https://github.com/apache/ws-axiom/pull/208


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

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


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


[GitHub] [ws-axiom] codecov-commenter commented on pull request #208: Bump spring.version from 5.3.21 to 5.3.22

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #208:
URL: https://github.com/apache/ws-axiom/pull/208#issuecomment-1185145905

   # [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/208?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#208](https://codecov.io/gh/apache/ws-axiom/pull/208?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (99b2c79) into [master](https://codecov.io/gh/apache/ws-axiom/commit/5d4f4457ecf00920d6012cffa83175849d9b28cf?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5d4f445) will **decrease** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #208      +/-   ##
   ==========================================
   - Coverage   58.71%   58.70%   -0.01%     
   ==========================================
     Files         508      508              
     Lines       14664    14664              
     Branches     2534     2534              
   ==========================================
   - Hits         8610     8609       -1     
   - Misses       5464     5466       +2     
   + Partials      590      589       -1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/ws-axiom/pull/208?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...n/java/org/apache/axiom/blob/TempFileBlobImpl.java](https://codecov.io/gh/apache/ws-axiom/pull/208/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-YXhpb20tYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9heGlvbS9ibG9iL1RlbXBGaWxlQmxvYkltcGwuamF2YQ==) | `65.78% <0.00%> (-2.64%)` | :arrow_down: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/ws-axiom/pull/208?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/208?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [5d4f445...99b2c79](https://codecov.io/gh/apache/ws-axiom/pull/208?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


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

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


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