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 2023/01/12 03:07:39 UTC

[GitHub] [ws-axiom] dependabot[bot] opened a new pull request, #269: Bump spring.version from 5.3.24 to 5.3.25

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

   Bumps `spring.version` from 5.3.24 to 5.3.25.
   Updates `spring-core` from 5.3.24 to 5.3.25
   <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.25</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>JmsTemplate.convertAndSend throws NullPointerException during shutdown <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29719">#29719</a></li>
   <li>Optimize object creation in RequestMappingHandlerMapping#handleNoMatch <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29667">#29667</a></li>
   <li>Add title to SockJS iFrames for accessibility compliance <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29596">#29596</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>ResourceHandlers cannot resolve static resources with certain wildcard patterns <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29716">#29716</a></li>
   <li>AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch results when other attributes exist for container annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29686">#29686</a></li>
   <li>BeanWrapperImpl NPE in setWrappedInstance after invoking getPropertyValue (with SimpleBeanInfoFactory) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29684">#29684</a></li>
   <li>SpEL <code>ConstructorReference</code> does not generate AST representation of arrays <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29666">#29666</a></li>
   <li>SpEL: Two double quotes are replaced by one double quote in single quoted <code>String</code> literal (and vice versa) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29653">#29653</a></li>
   <li>SpEL string literal misses single quotation marks in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29652">#29652</a></li>
   <li>500 error from WebFlux when parsing Content-Type leads to InvalidMediaTypeException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29637">#29637</a></li>
   <li><code>WebMvcConfigurationSupport</code> should not catch <code>Throwable</code> for <code>SourceHttpMessageConverter</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29537">#29537</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Update Jakarta Mail info in ref docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29708">#29708</a></li>
   <li>Improve documentation for literals in SpEL expressions <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29701">#29701</a></li>
   <li>Fix some typos in Kotlin WebClient example code <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29542">#29542</a></li>
   <li>Fix link to Bean Utils Light Library in BeanUtils Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29536">#29536</a></li>
   <li>Fix link to WebFlux section in reference manual <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29526">#29526</a></li>
   <li>Link to Spring WebFlux section is broken <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29517">#29517</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.27 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29798">#29798</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2aeddb4fcb0fe49741e0744dbadfecbd7f3d6c54"><code>2aeddb4</code></a> Release v5.3.25</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/26cd33cb2b7ac1673126a0ac30174d51c910f134"><code>26cd33c</code></a> Upgrade to Reactor 2020.0.27</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2ee393ae712c8a141c919051a1479a04457fea85"><code>2ee393a</code></a> Upgrade to Tomcat 9.0.70, Jetty 9.4.50, Netty 4.1.86, Undertow 2.2.22, HtmlUn...</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0815d29e45afc36e6843704b8a25bf4f61ce2d89"><code>0815d29</code></a> Defensive check for null returned from createConnection()</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/777f01d7862a026d6f6a45653ed66c1c869a512f"><code>777f01d</code></a> Fix path within mapping when pattern contains &quot;.*&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f8fea013fcad168b60fa00c4c98b755c1ea40c02"><code>f8fea01</code></a> Update Jakarta Mail info in ref docs</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/916539178b2e8fe8f5e5b037a595b1f5687d8db5"><code>9165391</code></a> Improve documentation for literals in SpEL expressions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/fdf3bcc9d90f9e2e3950015c79998715697e6021"><code>fdf3bcc</code></a> Remove obsolete AttributeMethods.hasOnlyValueAttribute() method</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5ddc984192b6150fee98419aedd63c2fac11cb54"><code>5ddc984</code></a> Support repeatable annotation containers with multiple attributes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b2ce54e7f13bfa55ecb36dfbf83f7e532d34bcad"><code>b2ce54e</code></a> Revise RepeatableContainersTests</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.24...v5.3.25">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-context` from 5.3.24 to 5.3.25
   <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.25</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>JmsTemplate.convertAndSend throws NullPointerException during shutdown <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29719">#29719</a></li>
   <li>Optimize object creation in RequestMappingHandlerMapping#handleNoMatch <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29667">#29667</a></li>
   <li>Add title to SockJS iFrames for accessibility compliance <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29596">#29596</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>ResourceHandlers cannot resolve static resources with certain wildcard patterns <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29716">#29716</a></li>
   <li>AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch results when other attributes exist for container annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29686">#29686</a></li>
   <li>BeanWrapperImpl NPE in setWrappedInstance after invoking getPropertyValue (with SimpleBeanInfoFactory) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29684">#29684</a></li>
   <li>SpEL <code>ConstructorReference</code> does not generate AST representation of arrays <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29666">#29666</a></li>
   <li>SpEL: Two double quotes are replaced by one double quote in single quoted <code>String</code> literal (and vice versa) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29653">#29653</a></li>
   <li>SpEL string literal misses single quotation marks in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29652">#29652</a></li>
   <li>500 error from WebFlux when parsing Content-Type leads to InvalidMediaTypeException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29637">#29637</a></li>
   <li><code>WebMvcConfigurationSupport</code> should not catch <code>Throwable</code> for <code>SourceHttpMessageConverter</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29537">#29537</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Update Jakarta Mail info in ref docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29708">#29708</a></li>
   <li>Improve documentation for literals in SpEL expressions <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29701">#29701</a></li>
   <li>Fix some typos in Kotlin WebClient example code <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29542">#29542</a></li>
   <li>Fix link to Bean Utils Light Library in BeanUtils Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29536">#29536</a></li>
   <li>Fix link to WebFlux section in reference manual <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29526">#29526</a></li>
   <li>Link to Spring WebFlux section is broken <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29517">#29517</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.27 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29798">#29798</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2aeddb4fcb0fe49741e0744dbadfecbd7f3d6c54"><code>2aeddb4</code></a> Release v5.3.25</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/26cd33cb2b7ac1673126a0ac30174d51c910f134"><code>26cd33c</code></a> Upgrade to Reactor 2020.0.27</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2ee393ae712c8a141c919051a1479a04457fea85"><code>2ee393a</code></a> Upgrade to Tomcat 9.0.70, Jetty 9.4.50, Netty 4.1.86, Undertow 2.2.22, HtmlUn...</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0815d29e45afc36e6843704b8a25bf4f61ce2d89"><code>0815d29</code></a> Defensive check for null returned from createConnection()</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/777f01d7862a026d6f6a45653ed66c1c869a512f"><code>777f01d</code></a> Fix path within mapping when pattern contains &quot;.*&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f8fea013fcad168b60fa00c4c98b755c1ea40c02"><code>f8fea01</code></a> Update Jakarta Mail info in ref docs</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/916539178b2e8fe8f5e5b037a595b1f5687d8db5"><code>9165391</code></a> Improve documentation for literals in SpEL expressions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/fdf3bcc9d90f9e2e3950015c79998715697e6021"><code>fdf3bcc</code></a> Remove obsolete AttributeMethods.hasOnlyValueAttribute() method</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5ddc984192b6150fee98419aedd63c2fac11cb54"><code>5ddc984</code></a> Support repeatable annotation containers with multiple attributes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b2ce54e7f13bfa55ecb36dfbf83f7e532d34bcad"><code>b2ce54e</code></a> Revise RepeatableContainersTests</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.24...v5.3.25">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-beans` from 5.3.24 to 5.3.25
   <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.25</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>JmsTemplate.convertAndSend throws NullPointerException during shutdown <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29719">#29719</a></li>
   <li>Optimize object creation in RequestMappingHandlerMapping#handleNoMatch <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29667">#29667</a></li>
   <li>Add title to SockJS iFrames for accessibility compliance <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29596">#29596</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>ResourceHandlers cannot resolve static resources with certain wildcard patterns <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29716">#29716</a></li>
   <li>AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch results when other attributes exist for container annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29686">#29686</a></li>
   <li>BeanWrapperImpl NPE in setWrappedInstance after invoking getPropertyValue (with SimpleBeanInfoFactory) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29684">#29684</a></li>
   <li>SpEL <code>ConstructorReference</code> does not generate AST representation of arrays <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29666">#29666</a></li>
   <li>SpEL: Two double quotes are replaced by one double quote in single quoted <code>String</code> literal (and vice versa) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29653">#29653</a></li>
   <li>SpEL string literal misses single quotation marks in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29652">#29652</a></li>
   <li>500 error from WebFlux when parsing Content-Type leads to InvalidMediaTypeException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29637">#29637</a></li>
   <li><code>WebMvcConfigurationSupport</code> should not catch <code>Throwable</code> for <code>SourceHttpMessageConverter</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29537">#29537</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Update Jakarta Mail info in ref docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29708">#29708</a></li>
   <li>Improve documentation for literals in SpEL expressions <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29701">#29701</a></li>
   <li>Fix some typos in Kotlin WebClient example code <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29542">#29542</a></li>
   <li>Fix link to Bean Utils Light Library in BeanUtils Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29536">#29536</a></li>
   <li>Fix link to WebFlux section in reference manual <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29526">#29526</a></li>
   <li>Link to Spring WebFlux section is broken <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29517">#29517</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.27 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29798">#29798</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2aeddb4fcb0fe49741e0744dbadfecbd7f3d6c54"><code>2aeddb4</code></a> Release v5.3.25</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/26cd33cb2b7ac1673126a0ac30174d51c910f134"><code>26cd33c</code></a> Upgrade to Reactor 2020.0.27</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2ee393ae712c8a141c919051a1479a04457fea85"><code>2ee393a</code></a> Upgrade to Tomcat 9.0.70, Jetty 9.4.50, Netty 4.1.86, Undertow 2.2.22, HtmlUn...</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0815d29e45afc36e6843704b8a25bf4f61ce2d89"><code>0815d29</code></a> Defensive check for null returned from createConnection()</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/777f01d7862a026d6f6a45653ed66c1c869a512f"><code>777f01d</code></a> Fix path within mapping when pattern contains &quot;.*&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f8fea013fcad168b60fa00c4c98b755c1ea40c02"><code>f8fea01</code></a> Update Jakarta Mail info in ref docs</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/916539178b2e8fe8f5e5b037a595b1f5687d8db5"><code>9165391</code></a> Improve documentation for literals in SpEL expressions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/fdf3bcc9d90f9e2e3950015c79998715697e6021"><code>fdf3bcc</code></a> Remove obsolete AttributeMethods.hasOnlyValueAttribute() method</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5ddc984192b6150fee98419aedd63c2fac11cb54"><code>5ddc984</code></a> Support repeatable annotation containers with multiple attributes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b2ce54e7f13bfa55ecb36dfbf83f7e532d34bcad"><code>b2ce54e</code></a> Revise RepeatableContainersTests</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.24...v5.3.25">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-web` from 5.3.24 to 5.3.25
   <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.25</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>JmsTemplate.convertAndSend throws NullPointerException during shutdown <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29719">#29719</a></li>
   <li>Optimize object creation in RequestMappingHandlerMapping#handleNoMatch <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29667">#29667</a></li>
   <li>Add title to SockJS iFrames for accessibility compliance <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29596">#29596</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>ResourceHandlers cannot resolve static resources with certain wildcard patterns <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29716">#29716</a></li>
   <li>AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch results when other attributes exist for container annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29686">#29686</a></li>
   <li>BeanWrapperImpl NPE in setWrappedInstance after invoking getPropertyValue (with SimpleBeanInfoFactory) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29684">#29684</a></li>
   <li>SpEL <code>ConstructorReference</code> does not generate AST representation of arrays <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29666">#29666</a></li>
   <li>SpEL: Two double quotes are replaced by one double quote in single quoted <code>String</code> literal (and vice versa) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29653">#29653</a></li>
   <li>SpEL string literal misses single quotation marks in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29652">#29652</a></li>
   <li>500 error from WebFlux when parsing Content-Type leads to InvalidMediaTypeException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29637">#29637</a></li>
   <li><code>WebMvcConfigurationSupport</code> should not catch <code>Throwable</code> for <code>SourceHttpMessageConverter</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29537">#29537</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Update Jakarta Mail info in ref docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29708">#29708</a></li>
   <li>Improve documentation for literals in SpEL expressions <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29701">#29701</a></li>
   <li>Fix some typos in Kotlin WebClient example code <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29542">#29542</a></li>
   <li>Fix link to Bean Utils Light Library in BeanUtils Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29536">#29536</a></li>
   <li>Fix link to WebFlux section in reference manual <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29526">#29526</a></li>
   <li>Link to Spring WebFlux section is broken <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29517">#29517</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.27 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29798">#29798</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2aeddb4fcb0fe49741e0744dbadfecbd7f3d6c54"><code>2aeddb4</code></a> Release v5.3.25</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/26cd33cb2b7ac1673126a0ac30174d51c910f134"><code>26cd33c</code></a> Upgrade to Reactor 2020.0.27</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2ee393ae712c8a141c919051a1479a04457fea85"><code>2ee393a</code></a> Upgrade to Tomcat 9.0.70, Jetty 9.4.50, Netty 4.1.86, Undertow 2.2.22, HtmlUn...</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0815d29e45afc36e6843704b8a25bf4f61ce2d89"><code>0815d29</code></a> Defensive check for null returned from createConnection()</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/777f01d7862a026d6f6a45653ed66c1c869a512f"><code>777f01d</code></a> Fix path within mapping when pattern contains &quot;.*&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f8fea013fcad168b60fa00c4c98b755c1ea40c02"><code>f8fea01</code></a> Update Jakarta Mail info in ref docs</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/916539178b2e8fe8f5e5b037a595b1f5687d8db5"><code>9165391</code></a> Improve documentation for literals in SpEL expressions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/fdf3bcc9d90f9e2e3950015c79998715697e6021"><code>fdf3bcc</code></a> Remove obsolete AttributeMethods.hasOnlyValueAttribute() method</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5ddc984192b6150fee98419aedd63c2fac11cb54"><code>5ddc984</code></a> Support repeatable annotation containers with multiple attributes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b2ce54e7f13bfa55ecb36dfbf83f7e532d34bcad"><code>b2ce54e</code></a> Revise RepeatableContainersTests</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.24...v5.3.25">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-aop` from 5.3.24 to 5.3.25
   <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.25</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>JmsTemplate.convertAndSend throws NullPointerException during shutdown <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29719">#29719</a></li>
   <li>Optimize object creation in RequestMappingHandlerMapping#handleNoMatch <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29667">#29667</a></li>
   <li>Add title to SockJS iFrames for accessibility compliance <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29596">#29596</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>ResourceHandlers cannot resolve static resources with certain wildcard patterns <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29716">#29716</a></li>
   <li>AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch results when other attributes exist for container annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29686">#29686</a></li>
   <li>BeanWrapperImpl NPE in setWrappedInstance after invoking getPropertyValue (with SimpleBeanInfoFactory) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29684">#29684</a></li>
   <li>SpEL <code>ConstructorReference</code> does not generate AST representation of arrays <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29666">#29666</a></li>
   <li>SpEL: Two double quotes are replaced by one double quote in single quoted <code>String</code> literal (and vice versa) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29653">#29653</a></li>
   <li>SpEL string literal misses single quotation marks in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29652">#29652</a></li>
   <li>500 error from WebFlux when parsing Content-Type leads to InvalidMediaTypeException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29637">#29637</a></li>
   <li><code>WebMvcConfigurationSupport</code> should not catch <code>Throwable</code> for <code>SourceHttpMessageConverter</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29537">#29537</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Update Jakarta Mail info in ref docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29708">#29708</a></li>
   <li>Improve documentation for literals in SpEL expressions <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29701">#29701</a></li>
   <li>Fix some typos in Kotlin WebClient example code <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29542">#29542</a></li>
   <li>Fix link to Bean Utils Light Library in BeanUtils Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29536">#29536</a></li>
   <li>Fix link to WebFlux section in reference manual <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29526">#29526</a></li>
   <li>Link to Spring WebFlux section is broken <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29517">#29517</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.27 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29798">#29798</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2aeddb4fcb0fe49741e0744dbadfecbd7f3d6c54"><code>2aeddb4</code></a> Release v5.3.25</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/26cd33cb2b7ac1673126a0ac30174d51c910f134"><code>26cd33c</code></a> Upgrade to Reactor 2020.0.27</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2ee393ae712c8a141c919051a1479a04457fea85"><code>2ee393a</code></a> Upgrade to Tomcat 9.0.70, Jetty 9.4.50, Netty 4.1.86, Undertow 2.2.22, HtmlUn...</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0815d29e45afc36e6843704b8a25bf4f61ce2d89"><code>0815d29</code></a> Defensive check for null returned from createConnection()</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/777f01d7862a026d6f6a45653ed66c1c869a512f"><code>777f01d</code></a> Fix path within mapping when pattern contains &quot;.*&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f8fea013fcad168b60fa00c4c98b755c1ea40c02"><code>f8fea01</code></a> Update Jakarta Mail info in ref docs</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/916539178b2e8fe8f5e5b037a595b1f5687d8db5"><code>9165391</code></a> Improve documentation for literals in SpEL expressions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/fdf3bcc9d90f9e2e3950015c79998715697e6021"><code>fdf3bcc</code></a> Remove obsolete AttributeMethods.hasOnlyValueAttribute() method</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5ddc984192b6150fee98419aedd63c2fac11cb54"><code>5ddc984</code></a> Support repeatable annotation containers with multiple attributes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b2ce54e7f13bfa55ecb36dfbf83f7e532d34bcad"><code>b2ce54e</code></a> Revise RepeatableContainersTests</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.24...v5.3.25">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-oxm` from 5.3.24 to 5.3.25
   <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.25</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>JmsTemplate.convertAndSend throws NullPointerException during shutdown <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29719">#29719</a></li>
   <li>Optimize object creation in RequestMappingHandlerMapping#handleNoMatch <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29667">#29667</a></li>
   <li>Add title to SockJS iFrames for accessibility compliance <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29596">#29596</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>ResourceHandlers cannot resolve static resources with certain wildcard patterns <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29716">#29716</a></li>
   <li>AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch results when other attributes exist for container annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29686">#29686</a></li>
   <li>BeanWrapperImpl NPE in setWrappedInstance after invoking getPropertyValue (with SimpleBeanInfoFactory) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29684">#29684</a></li>
   <li>SpEL <code>ConstructorReference</code> does not generate AST representation of arrays <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29666">#29666</a></li>
   <li>SpEL: Two double quotes are replaced by one double quote in single quoted <code>String</code> literal (and vice versa) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29653">#29653</a></li>
   <li>SpEL string literal misses single quotation marks in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29652">#29652</a></li>
   <li>500 error from WebFlux when parsing Content-Type leads to InvalidMediaTypeException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29637">#29637</a></li>
   <li><code>WebMvcConfigurationSupport</code> should not catch <code>Throwable</code> for <code>SourceHttpMessageConverter</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29537">#29537</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Update Jakarta Mail info in ref docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29708">#29708</a></li>
   <li>Improve documentation for literals in SpEL expressions <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29701">#29701</a></li>
   <li>Fix some typos in Kotlin WebClient example code <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29542">#29542</a></li>
   <li>Fix link to Bean Utils Light Library in BeanUtils Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29536">#29536</a></li>
   <li>Fix link to WebFlux section in reference manual <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29526">#29526</a></li>
   <li>Link to Spring WebFlux section is broken <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29517">#29517</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.27 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29798">#29798</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2aeddb4fcb0fe49741e0744dbadfecbd7f3d6c54"><code>2aeddb4</code></a> Release v5.3.25</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/26cd33cb2b7ac1673126a0ac30174d51c910f134"><code>26cd33c</code></a> Upgrade to Reactor 2020.0.27</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2ee393ae712c8a141c919051a1479a04457fea85"><code>2ee393a</code></a> Upgrade to Tomcat 9.0.70, Jetty 9.4.50, Netty 4.1.86, Undertow 2.2.22, HtmlUn...</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0815d29e45afc36e6843704b8a25bf4f61ce2d89"><code>0815d29</code></a> Defensive check for null returned from createConnection()</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/777f01d7862a026d6f6a45653ed66c1c869a512f"><code>777f01d</code></a> Fix path within mapping when pattern contains &quot;.*&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f8fea013fcad168b60fa00c4c98b755c1ea40c02"><code>f8fea01</code></a> Update Jakarta Mail info in ref docs</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/916539178b2e8fe8f5e5b037a595b1f5687d8db5"><code>9165391</code></a> Improve documentation for literals in SpEL expressions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/fdf3bcc9d90f9e2e3950015c79998715697e6021"><code>fdf3bcc</code></a> Remove obsolete AttributeMethods.hasOnlyValueAttribute() method</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5ddc984192b6150fee98419aedd63c2fac11cb54"><code>5ddc984</code></a> Support repeatable annotation containers with multiple attributes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b2ce54e7f13bfa55ecb36dfbf83f7e532d34bcad"><code>b2ce54e</code></a> Revise RepeatableContainersTests</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.24...v5.3.25">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-test` from 5.3.24 to 5.3.25
   <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.25</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>JmsTemplate.convertAndSend throws NullPointerException during shutdown <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29719">#29719</a></li>
   <li>Optimize object creation in RequestMappingHandlerMapping#handleNoMatch <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29667">#29667</a></li>
   <li>Add title to SockJS iFrames for accessibility compliance <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29596">#29596</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>ResourceHandlers cannot resolve static resources with certain wildcard patterns <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29716">#29716</a></li>
   <li>AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch results when other attributes exist for container annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29686">#29686</a></li>
   <li>BeanWrapperImpl NPE in setWrappedInstance after invoking getPropertyValue (with SimpleBeanInfoFactory) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29684">#29684</a></li>
   <li>SpEL <code>ConstructorReference</code> does not generate AST representation of arrays <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29666">#29666</a></li>
   <li>SpEL: Two double quotes are replaced by one double quote in single quoted <code>String</code> literal (and vice versa) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29653">#29653</a></li>
   <li>SpEL string literal misses single quotation marks in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29652">#29652</a></li>
   <li>500 error from WebFlux when parsing Content-Type leads to InvalidMediaTypeException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29637">#29637</a></li>
   <li><code>WebMvcConfigurationSupport</code> should not catch <code>Throwable</code> for <code>SourceHttpMessageConverter</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29537">#29537</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Update Jakarta Mail info in ref docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29708">#29708</a></li>
   <li>Improve documentation for literals in SpEL expressions <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29701">#29701</a></li>
   <li>Fix some typos in Kotlin WebClient example code <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29542">#29542</a></li>
   <li>Fix link to Bean Utils Light Library in BeanUtils Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29536">#29536</a></li>
   <li>Fix link to WebFlux section in reference manual <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29526">#29526</a></li>
   <li>Link to Spring WebFlux section is broken <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29517">#29517</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.27 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29798">#29798</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2aeddb4fcb0fe49741e0744dbadfecbd7f3d6c54"><code>2aeddb4</code></a> Release v5.3.25</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/26cd33cb2b7ac1673126a0ac30174d51c910f134"><code>26cd33c</code></a> Upgrade to Reactor 2020.0.27</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2ee393ae712c8a141c919051a1479a04457fea85"><code>2ee393a</code></a> Upgrade to Tomcat 9.0.70, Jetty 9.4.50, Netty 4.1.86, Undertow 2.2.22, HtmlUn...</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0815d29e45afc36e6843704b8a25bf4f61ce2d89"><code>0815d29</code></a> Defensive check for null returned from createConnection()</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/777f01d7862a026d6f6a45653ed66c1c869a512f"><code>777f01d</code></a> Fix path within mapping when pattern contains &quot;.*&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f8fea013fcad168b60fa00c4c98b755c1ea40c02"><code>f8fea01</code></a> Update Jakarta Mail info in ref docs</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/916539178b2e8fe8f5e5b037a595b1f5687d8db5"><code>9165391</code></a> Improve documentation for literals in SpEL expressions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/fdf3bcc9d90f9e2e3950015c79998715697e6021"><code>fdf3bcc</code></a> Remove obsolete AttributeMethods.hasOnlyValueAttribute() method</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5ddc984192b6150fee98419aedd63c2fac11cb54"><code>5ddc984</code></a> Support repeatable annotation containers with multiple attributes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b2ce54e7f13bfa55ecb36dfbf83f7e532d34bcad"><code>b2ce54e</code></a> Revise RepeatableContainersTests</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.24...v5.3.25">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-expression` from 5.3.24 to 5.3.25
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-expression's releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.25</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>JmsTemplate.convertAndSend throws NullPointerException during shutdown <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29719">#29719</a></li>
   <li>Optimize object creation in RequestMappingHandlerMapping#handleNoMatch <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29667">#29667</a></li>
   <li>Add title to SockJS iFrames for accessibility compliance <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29596">#29596</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>ResourceHandlers cannot resolve static resources with certain wildcard patterns <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29716">#29716</a></li>
   <li>AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch results when other attributes exist for container annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29686">#29686</a></li>
   <li>BeanWrapperImpl NPE in setWrappedInstance after invoking getPropertyValue (with SimpleBeanInfoFactory) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29684">#29684</a></li>
   <li>SpEL <code>ConstructorReference</code> does not generate AST representation of arrays <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29666">#29666</a></li>
   <li>SpEL: Two double quotes are replaced by one double quote in single quoted <code>String</code> literal (and vice versa) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29653">#29653</a></li>
   <li>SpEL string literal misses single quotation marks in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29652">#29652</a></li>
   <li>500 error from WebFlux when parsing Content-Type leads to InvalidMediaTypeException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29637">#29637</a></li>
   <li><code>WebMvcConfigurationSupport</code> should not catch <code>Throwable</code> for <code>SourceHttpMessageConverter</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29537">#29537</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Update Jakarta Mail info in ref docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29708">#29708</a></li>
   <li>Improve documentation for literals in SpEL expressions <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29701">#29701</a></li>
   <li>Fix some typos in Kotlin WebClient example code <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29542">#29542</a></li>
   <li>Fix link to Bean Utils Light Library in BeanUtils Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29536">#29536</a></li>
   <li>Fix link to WebFlux section in reference manual <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29526">#29526</a></li>
   <li>Link to Spring WebFlux section is broken <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29517">#29517</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.27 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29798">#29798</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2aeddb4fcb0fe49741e0744dbadfecbd7f3d6c54"><code>2aeddb4</code></a> Release v5.3.25</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/26cd33cb2b7ac1673126a0ac30174d51c910f134"><code>26cd33c</code></a> Upgrade to Reactor 2020.0.27</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2ee393ae712c8a141c919051a1479a04457fea85"><code>2ee393a</code></a> Upgrade to Tomcat 9.0.70, Jetty 9.4.50, Netty 4.1.86, Undertow 2.2.22, HtmlUn...</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0815d29e45afc36e6843704b8a25bf4f61ce2d89"><code>0815d29</code></a> Defensive check for null returned from createConnection()</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/777f01d7862a026d6f6a45653ed66c1c869a512f"><code>777f01d</code></a> Fix path within mapping when pattern contains &quot;.*&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f8fea013fcad168b60fa00c4c98b755c1ea40c02"><code>f8fea01</code></a> Update Jakarta Mail info in ref docs</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/916539178b2e8fe8f5e5b037a595b1f5687d8db5"><code>9165391</code></a> Improve documentation for literals in SpEL expressions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/fdf3bcc9d90f9e2e3950015c79998715697e6021"><code>fdf3bcc</code></a> Remove obsolete AttributeMethods.hasOnlyValueAttribute() method</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5ddc984192b6150fee98419aedd63c2fac11cb54"><code>5ddc984</code></a> Support repeatable annotation containers with multiple attributes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b2ce54e7f13bfa55ecb36dfbf83f7e532d34bcad"><code>b2ce54e</code></a> Revise RepeatableContainersTests</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.24...v5.3.25">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot 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@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 #269: Bump spring.version from 5.3.24 to 5.3.25

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


-- 
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 #269: Bump spring.version from 5.3.24 to 5.3.25

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

   # [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/269?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 [#269](https://codecov.io/gh/apache/ws-axiom/pull/269?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (8dcb257) into [master](https://codecov.io/gh/apache/ws-axiom/commit/9b77021792f02ccb5d656690a56a07554ddf1b13?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (9b77021) will **decrease** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #269      +/-   ##
   ==========================================
   - Coverage   58.59%   58.58%   -0.01%     
   ==========================================
     Files         513      513              
     Lines       14763    14763              
     Branches     2555     2555              
   ==========================================
   - Hits         8650     8649       -1     
   - Misses       5512     5514       +2     
   + Partials      601      600       -1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/ws-axiom/pull/269?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/269?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Y29tcG9uZW50cy9ibG9iL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9heGlvbS9ibG9iL1RlbXBGaWxlQmxvYkltcGwuamF2YQ==) | `66.66% <0.00%> (-2.57%)` | :arrow_down: |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?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