You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/06/16 04:00:38 UTC

[GitHub] [ws-axiom] dependabot[bot] opened a new pull request, #324: Bump spring.version from 5.3.27 to 5.3.28

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

   Bumps `spring.version` from 5.3.27 to 5.3.28.
   Updates `spring-core` from 5.3.27 to 5.3.28
   <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.28</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>ClassLoader can be null in DeserializingConverter and should be annotated with <code>@Nullable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30672">#30672</a></li>
   <li>Performance optimization in AbstractBeanFactoryBasedTargetSource.hashCode() <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30585">#30585</a></li>
   <li>Consistent support for MultiValueMap and common Map implementations in CollectionFactory <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30441">#30441</a></li>
   <li>Reject null and empty SpEL expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30373">#30373</a></li>
   <li>Introduce <code>Environment.matchesProfiles()</code> for profile expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30226">#30226</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Change of behaviour for UUID in bean validation output in v5.3.27 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30662">#30662</a></li>
   <li>Spring Framework 5.3.27 appears to cause issues in OSGi environment <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30637">#30637</a></li>
   <li>Inconsistent ProxyCallbackFilter#equals/hashCode methods in CglibAopProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30616">#30616</a></li>
   <li>EclipseLinkJpaDialect: Unexpected default isolation levels <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30589">#30589</a></li>
   <li>ThreadLocalTargetSource does not include actual target bean name in NamedThreadLocal <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30586">#30586</a></li>
   <li>ApplicationListenerMethodAdapter inconsistently publishes events from CompletableFuture <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30584">#30584</a></li>
   <li>For <code>@Bean</code> method that returns <code>null</code>, <code>@Autowired</code> injects <code>NullBean</code> instead of <code>null</code> for cached arguments <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30551">#30551</a></li>
   <li>Make maximum SpEL expression length configurable <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30446">#30446</a></li>
   <li>Respect TaskDecorator configuration on DefaultManagedTaskExecutor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30443">#30443</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document which <code>@Scheduled</code> attributes support SpEL expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30642">#30642</a></li>
   <li>FileSystemUtils::deleteRecursively Javadoc refers to File instead of Path <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30555">#30555</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.33 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30656">#30656</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b02f4a06ca445cf5e20dadd389c75d49dd34d6cc"><code>b02f4a0</code></a> Release v5.3.28</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/99ae6e70bbaefc50616beda80db3599cdd99d01e"><code>99ae6e7</code></a> Declare ClassLoader for DeserializingConverter constructor as nullable</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c2cc55eacc544f0f1f6591f5c54b865f2a6cc348"><code>c2cc55e</code></a> Consider UUID as simple value type with concise toString output</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9cff2ace97bd134ecb87004b2895eecfe6909aca"><code>9cff2ac</code></a> Upgrade to Reactor 2020.0.33</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3c2590d339e163f760b89a445f1ac214da6fc3df"><code>3c2590d</code></a> Document limited isolation level support for concurrent transactions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4b55333b0e0d9aa2d15fdf5614b0718745299c07"><code>4b55333</code></a> Document which <a href="https://github.com/Scheduled"><code>@​Scheduled</code></a> attributes support SpEL expressions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c27acad6161cbe8c975eacf5a2783d08d6db16fc"><code>c27acad</code></a> Specific check for parent of MethodInvocationInfo ClassLoader</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/70be9afdc6ebd2eb1f2f882437cfa4f7da34f42f"><code>70be9af</code></a> Reuse method cache from original proxy factory (aligned with 6.0.x)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/d4450a8702241dd08b032e1d5838b61fec9ad1a6"><code>d4450a8</code></a> Specific check for parent of spring-aop ClassLoader</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/210e47d65ebc4f79d02b24cbe87eaa93b6cfbc97"><code>210e47d</code></a> Polishing</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-context` from 5.3.27 to 5.3.28
   <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.28</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>ClassLoader can be null in DeserializingConverter and should be annotated with <code>@Nullable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30672">#30672</a></li>
   <li>Performance optimization in AbstractBeanFactoryBasedTargetSource.hashCode() <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30585">#30585</a></li>
   <li>Consistent support for MultiValueMap and common Map implementations in CollectionFactory <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30441">#30441</a></li>
   <li>Reject null and empty SpEL expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30373">#30373</a></li>
   <li>Introduce <code>Environment.matchesProfiles()</code> for profile expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30226">#30226</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Change of behaviour for UUID in bean validation output in v5.3.27 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30662">#30662</a></li>
   <li>Spring Framework 5.3.27 appears to cause issues in OSGi environment <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30637">#30637</a></li>
   <li>Inconsistent ProxyCallbackFilter#equals/hashCode methods in CglibAopProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30616">#30616</a></li>
   <li>EclipseLinkJpaDialect: Unexpected default isolation levels <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30589">#30589</a></li>
   <li>ThreadLocalTargetSource does not include actual target bean name in NamedThreadLocal <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30586">#30586</a></li>
   <li>ApplicationListenerMethodAdapter inconsistently publishes events from CompletableFuture <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30584">#30584</a></li>
   <li>For <code>@Bean</code> method that returns <code>null</code>, <code>@Autowired</code> injects <code>NullBean</code> instead of <code>null</code> for cached arguments <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30551">#30551</a></li>
   <li>Make maximum SpEL expression length configurable <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30446">#30446</a></li>
   <li>Respect TaskDecorator configuration on DefaultManagedTaskExecutor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30443">#30443</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document which <code>@Scheduled</code> attributes support SpEL expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30642">#30642</a></li>
   <li>FileSystemUtils::deleteRecursively Javadoc refers to File instead of Path <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30555">#30555</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.33 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30656">#30656</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b02f4a06ca445cf5e20dadd389c75d49dd34d6cc"><code>b02f4a0</code></a> Release v5.3.28</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/99ae6e70bbaefc50616beda80db3599cdd99d01e"><code>99ae6e7</code></a> Declare ClassLoader for DeserializingConverter constructor as nullable</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c2cc55eacc544f0f1f6591f5c54b865f2a6cc348"><code>c2cc55e</code></a> Consider UUID as simple value type with concise toString output</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9cff2ace97bd134ecb87004b2895eecfe6909aca"><code>9cff2ac</code></a> Upgrade to Reactor 2020.0.33</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3c2590d339e163f760b89a445f1ac214da6fc3df"><code>3c2590d</code></a> Document limited isolation level support for concurrent transactions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4b55333b0e0d9aa2d15fdf5614b0718745299c07"><code>4b55333</code></a> Document which <a href="https://github.com/Scheduled"><code>@​Scheduled</code></a> attributes support SpEL expressions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c27acad6161cbe8c975eacf5a2783d08d6db16fc"><code>c27acad</code></a> Specific check for parent of MethodInvocationInfo ClassLoader</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/70be9afdc6ebd2eb1f2f882437cfa4f7da34f42f"><code>70be9af</code></a> Reuse method cache from original proxy factory (aligned with 6.0.x)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/d4450a8702241dd08b032e1d5838b61fec9ad1a6"><code>d4450a8</code></a> Specific check for parent of spring-aop ClassLoader</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/210e47d65ebc4f79d02b24cbe87eaa93b6cfbc97"><code>210e47d</code></a> Polishing</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-beans` from 5.3.27 to 5.3.28
   <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.28</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>ClassLoader can be null in DeserializingConverter and should be annotated with <code>@Nullable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30672">#30672</a></li>
   <li>Performance optimization in AbstractBeanFactoryBasedTargetSource.hashCode() <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30585">#30585</a></li>
   <li>Consistent support for MultiValueMap and common Map implementations in CollectionFactory <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30441">#30441</a></li>
   <li>Reject null and empty SpEL expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30373">#30373</a></li>
   <li>Introduce <code>Environment.matchesProfiles()</code> for profile expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30226">#30226</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Change of behaviour for UUID in bean validation output in v5.3.27 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30662">#30662</a></li>
   <li>Spring Framework 5.3.27 appears to cause issues in OSGi environment <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30637">#30637</a></li>
   <li>Inconsistent ProxyCallbackFilter#equals/hashCode methods in CglibAopProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30616">#30616</a></li>
   <li>EclipseLinkJpaDialect: Unexpected default isolation levels <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30589">#30589</a></li>
   <li>ThreadLocalTargetSource does not include actual target bean name in NamedThreadLocal <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30586">#30586</a></li>
   <li>ApplicationListenerMethodAdapter inconsistently publishes events from CompletableFuture <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30584">#30584</a></li>
   <li>For <code>@Bean</code> method that returns <code>null</code>, <code>@Autowired</code> injects <code>NullBean</code> instead of <code>null</code> for cached arguments <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30551">#30551</a></li>
   <li>Make maximum SpEL expression length configurable <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30446">#30446</a></li>
   <li>Respect TaskDecorator configuration on DefaultManagedTaskExecutor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30443">#30443</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document which <code>@Scheduled</code> attributes support SpEL expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30642">#30642</a></li>
   <li>FileSystemUtils::deleteRecursively Javadoc refers to File instead of Path <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30555">#30555</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.33 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30656">#30656</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b02f4a06ca445cf5e20dadd389c75d49dd34d6cc"><code>b02f4a0</code></a> Release v5.3.28</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/99ae6e70bbaefc50616beda80db3599cdd99d01e"><code>99ae6e7</code></a> Declare ClassLoader for DeserializingConverter constructor as nullable</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c2cc55eacc544f0f1f6591f5c54b865f2a6cc348"><code>c2cc55e</code></a> Consider UUID as simple value type with concise toString output</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9cff2ace97bd134ecb87004b2895eecfe6909aca"><code>9cff2ac</code></a> Upgrade to Reactor 2020.0.33</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3c2590d339e163f760b89a445f1ac214da6fc3df"><code>3c2590d</code></a> Document limited isolation level support for concurrent transactions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4b55333b0e0d9aa2d15fdf5614b0718745299c07"><code>4b55333</code></a> Document which <a href="https://github.com/Scheduled"><code>@​Scheduled</code></a> attributes support SpEL expressions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c27acad6161cbe8c975eacf5a2783d08d6db16fc"><code>c27acad</code></a> Specific check for parent of MethodInvocationInfo ClassLoader</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/70be9afdc6ebd2eb1f2f882437cfa4f7da34f42f"><code>70be9af</code></a> Reuse method cache from original proxy factory (aligned with 6.0.x)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/d4450a8702241dd08b032e1d5838b61fec9ad1a6"><code>d4450a8</code></a> Specific check for parent of spring-aop ClassLoader</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/210e47d65ebc4f79d02b24cbe87eaa93b6cfbc97"><code>210e47d</code></a> Polishing</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-web` from 5.3.27 to 5.3.28
   <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.28</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>ClassLoader can be null in DeserializingConverter and should be annotated with <code>@Nullable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30672">#30672</a></li>
   <li>Performance optimization in AbstractBeanFactoryBasedTargetSource.hashCode() <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30585">#30585</a></li>
   <li>Consistent support for MultiValueMap and common Map implementations in CollectionFactory <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30441">#30441</a></li>
   <li>Reject null and empty SpEL expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30373">#30373</a></li>
   <li>Introduce <code>Environment.matchesProfiles()</code> for profile expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30226">#30226</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Change of behaviour for UUID in bean validation output in v5.3.27 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30662">#30662</a></li>
   <li>Spring Framework 5.3.27 appears to cause issues in OSGi environment <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30637">#30637</a></li>
   <li>Inconsistent ProxyCallbackFilter#equals/hashCode methods in CglibAopProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30616">#30616</a></li>
   <li>EclipseLinkJpaDialect: Unexpected default isolation levels <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30589">#30589</a></li>
   <li>ThreadLocalTargetSource does not include actual target bean name in NamedThreadLocal <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30586">#30586</a></li>
   <li>ApplicationListenerMethodAdapter inconsistently publishes events from CompletableFuture <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30584">#30584</a></li>
   <li>For <code>@Bean</code> method that returns <code>null</code>, <code>@Autowired</code> injects <code>NullBean</code> instead of <code>null</code> for cached arguments <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30551">#30551</a></li>
   <li>Make maximum SpEL expression length configurable <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30446">#30446</a></li>
   <li>Respect TaskDecorator configuration on DefaultManagedTaskExecutor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30443">#30443</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document which <code>@Scheduled</code> attributes support SpEL expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30642">#30642</a></li>
   <li>FileSystemUtils::deleteRecursively Javadoc refers to File instead of Path <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30555">#30555</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.33 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30656">#30656</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b02f4a06ca445cf5e20dadd389c75d49dd34d6cc"><code>b02f4a0</code></a> Release v5.3.28</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/99ae6e70bbaefc50616beda80db3599cdd99d01e"><code>99ae6e7</code></a> Declare ClassLoader for DeserializingConverter constructor as nullable</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c2cc55eacc544f0f1f6591f5c54b865f2a6cc348"><code>c2cc55e</code></a> Consider UUID as simple value type with concise toString output</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9cff2ace97bd134ecb87004b2895eecfe6909aca"><code>9cff2ac</code></a> Upgrade to Reactor 2020.0.33</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3c2590d339e163f760b89a445f1ac214da6fc3df"><code>3c2590d</code></a> Document limited isolation level support for concurrent transactions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4b55333b0e0d9aa2d15fdf5614b0718745299c07"><code>4b55333</code></a> Document which <a href="https://github.com/Scheduled"><code>@​Scheduled</code></a> attributes support SpEL expressions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c27acad6161cbe8c975eacf5a2783d08d6db16fc"><code>c27acad</code></a> Specific check for parent of MethodInvocationInfo ClassLoader</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/70be9afdc6ebd2eb1f2f882437cfa4f7da34f42f"><code>70be9af</code></a> Reuse method cache from original proxy factory (aligned with 6.0.x)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/d4450a8702241dd08b032e1d5838b61fec9ad1a6"><code>d4450a8</code></a> Specific check for parent of spring-aop ClassLoader</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/210e47d65ebc4f79d02b24cbe87eaa93b6cfbc97"><code>210e47d</code></a> Polishing</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-aop` from 5.3.27 to 5.3.28
   <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.28</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>ClassLoader can be null in DeserializingConverter and should be annotated with <code>@Nullable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30672">#30672</a></li>
   <li>Performance optimization in AbstractBeanFactoryBasedTargetSource.hashCode() <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30585">#30585</a></li>
   <li>Consistent support for MultiValueMap and common Map implementations in CollectionFactory <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30441">#30441</a></li>
   <li>Reject null and empty SpEL expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30373">#30373</a></li>
   <li>Introduce <code>Environment.matchesProfiles()</code> for profile expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30226">#30226</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Change of behaviour for UUID in bean validation output in v5.3.27 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30662">#30662</a></li>
   <li>Spring Framework 5.3.27 appears to cause issues in OSGi environment <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30637">#30637</a></li>
   <li>Inconsistent ProxyCallbackFilter#equals/hashCode methods in CglibAopProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30616">#30616</a></li>
   <li>EclipseLinkJpaDialect: Unexpected default isolation levels <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30589">#30589</a></li>
   <li>ThreadLocalTargetSource does not include actual target bean name in NamedThreadLocal <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30586">#30586</a></li>
   <li>ApplicationListenerMethodAdapter inconsistently publishes events from CompletableFuture <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30584">#30584</a></li>
   <li>For <code>@Bean</code> method that returns <code>null</code>, <code>@Autowired</code> injects <code>NullBean</code> instead of <code>null</code> for cached arguments <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30551">#30551</a></li>
   <li>Make maximum SpEL expression length configurable <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30446">#30446</a></li>
   <li>Respect TaskDecorator configuration on DefaultManagedTaskExecutor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30443">#30443</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document which <code>@Scheduled</code> attributes support SpEL expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30642">#30642</a></li>
   <li>FileSystemUtils::deleteRecursively Javadoc refers to File instead of Path <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30555">#30555</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.33 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30656">#30656</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b02f4a06ca445cf5e20dadd389c75d49dd34d6cc"><code>b02f4a0</code></a> Release v5.3.28</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/99ae6e70bbaefc50616beda80db3599cdd99d01e"><code>99ae6e7</code></a> Declare ClassLoader for DeserializingConverter constructor as nullable</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c2cc55eacc544f0f1f6591f5c54b865f2a6cc348"><code>c2cc55e</code></a> Consider UUID as simple value type with concise toString output</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9cff2ace97bd134ecb87004b2895eecfe6909aca"><code>9cff2ac</code></a> Upgrade to Reactor 2020.0.33</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3c2590d339e163f760b89a445f1ac214da6fc3df"><code>3c2590d</code></a> Document limited isolation level support for concurrent transactions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4b55333b0e0d9aa2d15fdf5614b0718745299c07"><code>4b55333</code></a> Document which <a href="https://github.com/Scheduled"><code>@​Scheduled</code></a> attributes support SpEL expressions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c27acad6161cbe8c975eacf5a2783d08d6db16fc"><code>c27acad</code></a> Specific check for parent of MethodInvocationInfo ClassLoader</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/70be9afdc6ebd2eb1f2f882437cfa4f7da34f42f"><code>70be9af</code></a> Reuse method cache from original proxy factory (aligned with 6.0.x)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/d4450a8702241dd08b032e1d5838b61fec9ad1a6"><code>d4450a8</code></a> Specific check for parent of spring-aop ClassLoader</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/210e47d65ebc4f79d02b24cbe87eaa93b6cfbc97"><code>210e47d</code></a> Polishing</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-oxm` from 5.3.27 to 5.3.28
   <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.28</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>ClassLoader can be null in DeserializingConverter and should be annotated with <code>@Nullable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30672">#30672</a></li>
   <li>Performance optimization in AbstractBeanFactoryBasedTargetSource.hashCode() <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30585">#30585</a></li>
   <li>Consistent support for MultiValueMap and common Map implementations in CollectionFactory <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30441">#30441</a></li>
   <li>Reject null and empty SpEL expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30373">#30373</a></li>
   <li>Introduce <code>Environment.matchesProfiles()</code> for profile expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30226">#30226</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Change of behaviour for UUID in bean validation output in v5.3.27 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30662">#30662</a></li>
   <li>Spring Framework 5.3.27 appears to cause issues in OSGi environment <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30637">#30637</a></li>
   <li>Inconsistent ProxyCallbackFilter#equals/hashCode methods in CglibAopProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30616">#30616</a></li>
   <li>EclipseLinkJpaDialect: Unexpected default isolation levels <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30589">#30589</a></li>
   <li>ThreadLocalTargetSource does not include actual target bean name in NamedThreadLocal <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30586">#30586</a></li>
   <li>ApplicationListenerMethodAdapter inconsistently publishes events from CompletableFuture <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30584">#30584</a></li>
   <li>For <code>@Bean</code> method that returns <code>null</code>, <code>@Autowired</code> injects <code>NullBean</code> instead of <code>null</code> for cached arguments <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30551">#30551</a></li>
   <li>Make maximum SpEL expression length configurable <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30446">#30446</a></li>
   <li>Respect TaskDecorator configuration on DefaultManagedTaskExecutor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30443">#30443</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document which <code>@Scheduled</code> attributes support SpEL expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30642">#30642</a></li>
   <li>FileSystemUtils::deleteRecursively Javadoc refers to File instead of Path <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30555">#30555</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.33 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30656">#30656</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b02f4a06ca445cf5e20dadd389c75d49dd34d6cc"><code>b02f4a0</code></a> Release v5.3.28</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/99ae6e70bbaefc50616beda80db3599cdd99d01e"><code>99ae6e7</code></a> Declare ClassLoader for DeserializingConverter constructor as nullable</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c2cc55eacc544f0f1f6591f5c54b865f2a6cc348"><code>c2cc55e</code></a> Consider UUID as simple value type with concise toString output</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9cff2ace97bd134ecb87004b2895eecfe6909aca"><code>9cff2ac</code></a> Upgrade to Reactor 2020.0.33</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3c2590d339e163f760b89a445f1ac214da6fc3df"><code>3c2590d</code></a> Document limited isolation level support for concurrent transactions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4b55333b0e0d9aa2d15fdf5614b0718745299c07"><code>4b55333</code></a> Document which <a href="https://github.com/Scheduled"><code>@​Scheduled</code></a> attributes support SpEL expressions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c27acad6161cbe8c975eacf5a2783d08d6db16fc"><code>c27acad</code></a> Specific check for parent of MethodInvocationInfo ClassLoader</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/70be9afdc6ebd2eb1f2f882437cfa4f7da34f42f"><code>70be9af</code></a> Reuse method cache from original proxy factory (aligned with 6.0.x)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/d4450a8702241dd08b032e1d5838b61fec9ad1a6"><code>d4450a8</code></a> Specific check for parent of spring-aop ClassLoader</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/210e47d65ebc4f79d02b24cbe87eaa93b6cfbc97"><code>210e47d</code></a> Polishing</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-test` from 5.3.27 to 5.3.28
   <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.28</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>ClassLoader can be null in DeserializingConverter and should be annotated with <code>@Nullable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30672">#30672</a></li>
   <li>Performance optimization in AbstractBeanFactoryBasedTargetSource.hashCode() <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30585">#30585</a></li>
   <li>Consistent support for MultiValueMap and common Map implementations in CollectionFactory <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30441">#30441</a></li>
   <li>Reject null and empty SpEL expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30373">#30373</a></li>
   <li>Introduce <code>Environment.matchesProfiles()</code> for profile expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30226">#30226</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Change of behaviour for UUID in bean validation output in v5.3.27 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30662">#30662</a></li>
   <li>Spring Framework 5.3.27 appears to cause issues in OSGi environment <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30637">#30637</a></li>
   <li>Inconsistent ProxyCallbackFilter#equals/hashCode methods in CglibAopProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30616">#30616</a></li>
   <li>EclipseLinkJpaDialect: Unexpected default isolation levels <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30589">#30589</a></li>
   <li>ThreadLocalTargetSource does not include actual target bean name in NamedThreadLocal <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30586">#30586</a></li>
   <li>ApplicationListenerMethodAdapter inconsistently publishes events from CompletableFuture <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30584">#30584</a></li>
   <li>For <code>@Bean</code> method that returns <code>null</code>, <code>@Autowired</code> injects <code>NullBean</code> instead of <code>null</code> for cached arguments <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30551">#30551</a></li>
   <li>Make maximum SpEL expression length configurable <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30446">#30446</a></li>
   <li>Respect TaskDecorator configuration on DefaultManagedTaskExecutor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30443">#30443</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document which <code>@Scheduled</code> attributes support SpEL expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30642">#30642</a></li>
   <li>FileSystemUtils::deleteRecursively Javadoc refers to File instead of Path <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30555">#30555</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.33 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30656">#30656</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b02f4a06ca445cf5e20dadd389c75d49dd34d6cc"><code>b02f4a0</code></a> Release v5.3.28</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/99ae6e70bbaefc50616beda80db3599cdd99d01e"><code>99ae6e7</code></a> Declare ClassLoader for DeserializingConverter constructor as nullable</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c2cc55eacc544f0f1f6591f5c54b865f2a6cc348"><code>c2cc55e</code></a> Consider UUID as simple value type with concise toString output</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9cff2ace97bd134ecb87004b2895eecfe6909aca"><code>9cff2ac</code></a> Upgrade to Reactor 2020.0.33</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3c2590d339e163f760b89a445f1ac214da6fc3df"><code>3c2590d</code></a> Document limited isolation level support for concurrent transactions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4b55333b0e0d9aa2d15fdf5614b0718745299c07"><code>4b55333</code></a> Document which <a href="https://github.com/Scheduled"><code>@​Scheduled</code></a> attributes support SpEL expressions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c27acad6161cbe8c975eacf5a2783d08d6db16fc"><code>c27acad</code></a> Specific check for parent of MethodInvocationInfo ClassLoader</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/70be9afdc6ebd2eb1f2f882437cfa4f7da34f42f"><code>70be9af</code></a> Reuse method cache from original proxy factory (aligned with 6.0.x)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/d4450a8702241dd08b032e1d5838b61fec9ad1a6"><code>d4450a8</code></a> Specific check for parent of spring-aop ClassLoader</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/210e47d65ebc4f79d02b24cbe87eaa93b6cfbc97"><code>210e47d</code></a> Polishing</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-expression` from 5.3.27 to 5.3.28
   <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.28</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>ClassLoader can be null in DeserializingConverter and should be annotated with <code>@Nullable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30672">#30672</a></li>
   <li>Performance optimization in AbstractBeanFactoryBasedTargetSource.hashCode() <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30585">#30585</a></li>
   <li>Consistent support for MultiValueMap and common Map implementations in CollectionFactory <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30441">#30441</a></li>
   <li>Reject null and empty SpEL expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30373">#30373</a></li>
   <li>Introduce <code>Environment.matchesProfiles()</code> for profile expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30226">#30226</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Change of behaviour for UUID in bean validation output in v5.3.27 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30662">#30662</a></li>
   <li>Spring Framework 5.3.27 appears to cause issues in OSGi environment <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30637">#30637</a></li>
   <li>Inconsistent ProxyCallbackFilter#equals/hashCode methods in CglibAopProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30616">#30616</a></li>
   <li>EclipseLinkJpaDialect: Unexpected default isolation levels <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30589">#30589</a></li>
   <li>ThreadLocalTargetSource does not include actual target bean name in NamedThreadLocal <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30586">#30586</a></li>
   <li>ApplicationListenerMethodAdapter inconsistently publishes events from CompletableFuture <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30584">#30584</a></li>
   <li>For <code>@Bean</code> method that returns <code>null</code>, <code>@Autowired</code> injects <code>NullBean</code> instead of <code>null</code> for cached arguments <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30551">#30551</a></li>
   <li>Make maximum SpEL expression length configurable <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30446">#30446</a></li>
   <li>Respect TaskDecorator configuration on DefaultManagedTaskExecutor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30443">#30443</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document which <code>@Scheduled</code> attributes support SpEL expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30642">#30642</a></li>
   <li>FileSystemUtils::deleteRecursively Javadoc refers to File instead of Path <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30555">#30555</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.33 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30656">#30656</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b02f4a06ca445cf5e20dadd389c75d49dd34d6cc"><code>b02f4a0</code></a> Release v5.3.28</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/99ae6e70bbaefc50616beda80db3599cdd99d01e"><code>99ae6e7</code></a> Declare ClassLoader for DeserializingConverter constructor as nullable</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c2cc55eacc544f0f1f6591f5c54b865f2a6cc348"><code>c2cc55e</code></a> Consider UUID as simple value type with concise toString output</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9cff2ace97bd134ecb87004b2895eecfe6909aca"><code>9cff2ac</code></a> Upgrade to Reactor 2020.0.33</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3c2590d339e163f760b89a445f1ac214da6fc3df"><code>3c2590d</code></a> Document limited isolation level support for concurrent transactions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4b55333b0e0d9aa2d15fdf5614b0718745299c07"><code>4b55333</code></a> Document which <a href="https://github.com/Scheduled"><code>@​Scheduled</code></a> attributes support SpEL expressions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c27acad6161cbe8c975eacf5a2783d08d6db16fc"><code>c27acad</code></a> Specific check for parent of MethodInvocationInfo ClassLoader</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/70be9afdc6ebd2eb1f2f882437cfa4f7da34f42f"><code>70be9af</code></a> Reuse method cache from original proxy factory (aligned with 6.0.x)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/d4450a8702241dd08b032e1d5838b61fec9ad1a6"><code>d4450a8</code></a> Specific check for parent of spring-aop ClassLoader</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/210e47d65ebc4f79d02b24cbe87eaa93b6cfbc97"><code>210e47d</code></a> Polishing</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28">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] codecov-commenter commented on pull request #324: Bump spring.version from 5.3.27 to 5.3.28

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #324:
URL: https://github.com/apache/ws-axiom/pull/324#issuecomment-1594068355

   ## [Codecov](https://app.codecov.io/gh/apache/ws-axiom/pull/324?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#324](https://app.codecov.io/gh/apache/ws-axiom/pull/324?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (5d38d40) into [master](https://app.codecov.io/gh/apache/ws-axiom/commit/be2dd6a60bf08f6c70f2c604011a6516f82d5ac7?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (be2dd6a) will **decrease** coverage by `0.01%`.
   > The diff coverage is `n/a`.
   
   > :exclamation: Current head 5d38d40 differs from pull request most recent head 131e3d1. Consider uploading reports for the commit 131e3d1 to get more accurate results
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #324      +/-   ##
   ==========================================
   - Coverage   45.42%   45.41%   -0.01%     
   ==========================================
     Files         514      514              
     Lines       14816    14816              
     Branches     2552     2552              
   ==========================================
   - Hits         6730     6729       -1     
   - Misses       7418     7420       +2     
   + Partials      668      667       -1     
   ```
   
   
   [see 1 file with indirect coverage changes](https://app.codecov.io/gh/apache/ws-axiom/pull/324/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   :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=apache)
   


-- 
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 #324: Bump spring.version from 5.3.27 to 5.3.28

Posted by "veithen (via GitHub)" <gi...@apache.org>.
veithen merged PR #324:
URL: https://github.com/apache/ws-axiom/pull/324


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