dependabot[bot] opened a new pull request, #485:
URL: https://github.com/apache/skywalking-java/pull/485

   Bumps [spring-core](https://github.com/spring-projects/spring-framework) 
from 4.3.10.RELEASE to 6.0.7.
   <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>v6.0.7</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Improve diagnostics in SpEL for <code>matches</code> operator <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30144";>#30144</a></li>
   <li>Improve diagnostics in SpEL for repeated text <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30142";>#30142</a></li>
   <li>Increase scope of regex pattern cache for the SpEL <code>matches</code> 
operator <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30140";>#30140</a></li>
   <li>Minor updates in HandlerMappingIntrospector <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30127";>#30127</a></li>
   <li>Skip parameter name resolution when not needed in 
<code>AbstractAutowireCapableBeanFactory</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30103";>#30103</a></li>
   <li>Remove extra copy of headers/cookies in WebClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/30092";>#30092</a></li>
   <li>Assert non-null arguments in <code>DefaultServerRequestBuilder</code> 
methods <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/30046";>#30046</a></li>
   <li>Jetty 12 support in WebFlux <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/29575";>#29575</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Gradle task <code>processAot</code> fails when Bean Validation API 
present but no provider found <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30130";>#30130</a></li>
   <li>ContentDisposition::parse does not support Windows paths <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30111";>#30111</a></li>
   <li>BindException raised instead of MethodArgumentNotValidException subclass 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30100";>#30100</a></li>
   <li>Ensure reactive transaction rollback on commit error <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/30096";>#30096</a></li>
   <li>CaffeineCacheManager getCache method cause thread block <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30066";>#30066</a></li>
   <li>RequestedContentTypeResolver does not ignore quality factor when 
filtering */* media types <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/29915";>#29915</a></li>
   <li><code>@Autowired</code>/<code>@Value</code> does not work on inner bean 
in native <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/29803";>#29803</a></li>
   <li>Avoid rollback after a commit failure in 
<code>TransactionalOperator</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/27572";>#27572</a></li>
   <li>SpEL: cannot call methods declared in <code>java.lang.Object</code> on a 
JDK proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/25316";>#25316</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Add anchor rewrites in the reference documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30132";>#30132</a></li>
   <li>Fix minor spacings in webflux docs <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/30078";>#30078</a></li>
   <li>Add a list of observations produced by Spring Framework <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30060";>#30060</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2022.0.5 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30133";>#30133</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/EnricSala";><code>@​EnricSala</code></a>, <a 
href="https://github.com/MrCoffee77";><code>@​MrCoffee77</code></a>, <a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>, <a 
href="https://github.com/edyda99";><code>@​edyda99</code></a>, <a 
href="https://github.com/liupeng12345";><code>@​liupeng12345</code></a>, <a 
href="https://github.com/srivatsa-cfp";><code>@​srivatsa-cfp</code></a>, and <a 
href="https://github.com/yuzawa-san";><code>@​yuzawa-san</code></a></p>
   <h2>v6.0.6</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Prefer request hostName and hostPort in ReactorServerHttpRequest <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/30062";>#30062</a></li>
   <li>Use <code>readNBytes</code> in ByteArrayHttpMessageConverter when 
contentLength is available <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/30010";>#30010</a></li>
   <li>Add missing <code>@Nullable</code> annotations to 
<code>LogMessage.format</code> methods <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30006";>#30006</a></li>
   <li>Refine <code>CoroutinesUtils#invokeSuspendingFunction</code> contract <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30005";>#30005</a></li>
   <li><code>@SubscribeMapping</code> method not called when built as native 
image <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30002";>#30002</a></li>
   <li>Provide method with <code>ContextView</code> instead of 
<code>Context</code> in <code>ServerWebExchangeContextFilter</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/29691";>#29691</a></li>
   <li>Support <code>@Value</code> for record injection <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/28774";>#28774</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/da19cb342d0c134e1e36410455abbbc2c0e7e5c0";><code>da19cb3</code></a>
 Release v6.0.7</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/202fa5cdb3a3d0cfe6967e85fa167d978244f28a";><code>202fa5c</code></a>
 Polishing and minor refactoring in HandlerMappingIntrospector</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/8010de8b63057af06984df5c7550ba99d006e909";><code>8010de8</code></a>
 Improve diagnostics in SpEL for <code>matches</code> operator</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5529294ec975f8a309161797670d68c3f0eeab7f";><code>5529294</code></a>
 Improve diagnostics in SpEL for repeated text</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/935c29e3ddba5b19951e54f6685c70ed45d9cbe5";><code>935c29e</code></a>
 Increase scope of regex pattern cache for the SpEL <code>matches</code> 
operator</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4a3518b4d6e8e320d4aecd8a0614344a4ae95249";><code>4a3518b</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/dd4a34778b7d794e6fb45d95bf117ad557d5be4b";><code>dd4a347</code></a>
 Stop printing to System.out in SpEL tests</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/46bd6add15bb41163445e375908df33af2831b95";><code>46bd6ad</code></a>
 Mention JAR signing key in SECURITY.md</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/19384ac8ad6f0feb63ec96206417f17e07e1790d";><code>19384ac</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a0358a465088c803c8701ae0ee8de404f0562018";><code>a0358a4</code></a>
 Upgrade to Reactor 2022.0.5 and Netty 4.1.90</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v4.3.10.RELEASE...v6.0.7";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework:spring-core&package-manager=maven&previous-version=4.3.10.RELEASE&new-version=6.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/skywalking-java/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

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

Reply via email to