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

[GitHub] [struts-examples] dependabot[bot] opened a new pull request, #243: Bump spring-web from 5.3.23 to 6.0.10

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

   Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 5.3.23 to 6.0.10.
   <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>v6.0.10</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/30670">#30670</a></li>
   <li>Introduce <code>TestExecutionListener</code> for Micrometer's <code>ObservationRegistry</code> in the TestContext framework <a href="https://redirect.github.com/spring-projects/spring-framework/pull/30658">#30658</a></li>
   <li>Add missing hint for <code>ResourceEditor</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30628">#30628</a></li>
   <li>Add missing hint for converting String to URI <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30627">#30627</a></li>
   <li>Redesign inner Pointcut implementations as standalone classes <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30621">#30621</a></li>
   <li>Add missing <code>@Nullable</code> in DefaultJmsListenerContainerFactory <a href="https://redirect.github.com/spring-projects/spring-framework/pull/30620">#30620</a></li>
   <li>Handle custom JMS acknowledgment modes as client acknowledge <a href="https://redirect.github.com/spring-projects/spring-framework/pull/30619">#30619</a></li>
   <li>Declare Advisor#isPerInstance() as default method <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30614">#30614</a></li>
   <li>Improve error message for unsupported character in SpEL expression <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30602">#30602</a></li>
   <li>Multipart data is always read irrelevant of handler response <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30590">#30590</a></li>
   <li>Performance optimization in AbstractBeanFactoryBasedTargetSource.hashCode() <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30576">#30576</a></li>
   <li>Log a warning when <code>commons-logging</code> is in the classpath <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30575">#30575</a></li>
   <li>Always use <code>MethodArgumentNotValidException(MethodParameter, BindingResult)</code> constructor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30558">#30558</a></li>
   <li>Remove non-empty filename check in <code>ContentDisposition</code> builder <a href="https://redirect.github.com/spring-projects/spring-framework/pull/30537">#30537</a></li>
   <li>Add missing <code>EntityManagerFactory</code> hints for <code>SharedEntityManagerCreator</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30523">#30523</a></li>
   <li>Disable Hibernate reflection optimizer with native <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30521">#30521</a></li>
   <li>Introduce a method in <code>MockHttpServletRequestBuilder</code> to set remote address <a href="https://redirect.github.com/spring-projects/spring-framework/pull/30497">#30497</a></li>
   <li>Skip class transformer in <code>PersistenceUnitInfoDescriptor</code> for native images <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30492">#30492</a></li>
   <li><code>@Bean</code> 'lite' mode not supported if <code>@Bean</code> methods are not declared locally <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30449">#30449</a></li>
   <li>Align HibernateJpaVendorAdapter with Hibernate ORM 6.2 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30288">#30288</a></li>
   <li>Add nested propagation support to R2dbcTransactionManager  <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30134">#30134</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Cron expression scheduling might be triggered 1 millisecond earlier <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30666">#30666</a></li>
   <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/30661">#30661</a></li>
   <li>Test context cache stats are not logged when <code>ApplicationContext</code> fails to load <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30635">#30635</a></li>
   <li>Inconsistent ProxyCallbackFilter#equals/hashCode methods in CglibAopProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30615">#30615</a></li>
   <li>SpEL's <code>CompoundExpression.toStringAST()</code> incorrectly includes <code>.</code> for indexed properties <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30610">#30610</a></li>
   <li>NPE in <code>ReactiveTransactionSupport.unwrapIfResourceCleanupFailure</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30597">#30597</a></li>
   <li>CollectionFactory.createMap(HashMap.class, 0) now returns a LinkedHashMap rather than a HashMap <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30596">#30596</a></li>
   <li>ThreadLocalTargetSource does not include actual target bean name in NamedThreadLocal <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30581">#30581</a></li>
   <li>ApplicationListenerMethodAdapter inconsistently publishes events from CompletableFuture <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30578">#30578</a></li>
   <li>Unsupported SQL type: TIMESTAMP_WITH_TIMEZONE when using OffsetDateTime with MySQL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30556">#30556</a></li>
   <li>SpringBeanContainer not called with Hibernate ORM 6.2 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30545">#30545</a></li>
   <li>WebFlux returns 406 instead of RFC 7807 response for subtype of ProblemDetail <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30533">#30533</a></li>
   <li>HTTP Interface client cannot send URI query parameter with multipart request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30520">#30520</a></li>
   <li>Transaction isolation level not working with R2dbcTransactionManager  <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30508">#30508</a></li>
   <li>Support for AOT processing with GraalVM tracing agent is not consistent <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30511">#30511</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/30485">#30485</a></li>
   <li>MediaType property binding issue in native builds <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30491">#30491</a></li>
   <li>InjectionMetadata AOT contributions do not check for existing property value <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30476">#30476</a></li>
   <li>Spring Framework 6.0.8 appears to cause issues in OSGi environment <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30389">#30389</a></li>
   <li>Empty <code>@RequestMapping</code> method should match both &quot;&quot; and &quot;/&quot; consistently <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30293">#30293</a></li>
   <li>EclipseLinkJpaDialect: Unexpected default isolation levels <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29997">#29997</a></li>
   <li>Memory leak with CglibAopProxy$ProxyCallbackFilter <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26266">#26266</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/0abadaa2f65479e77a4ab4201c620c50f9118950"><code>0abadaa</code></a> Release v6.0.10</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b9221656ccb079636b4e4ad1415d5b69b8f15b92"><code>b922165</code></a> Declare ClassLoader for DeserializingConverter constructor as nullable</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c30f6aa42799fda498cc29081bb9e1dd6c82af8f"><code>c30f6aa</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/aa2028127f4e3f3a2f47d54b0fefb9b24f84dce7"><code>aa20281</code></a> Overhaul TestExecutionListener for Micrometer ObservationRegistry</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a82659c8375066419711ed29dfd125cfa45f70bb"><code>a82659c</code></a> Introduce TestExecutionListener for Micrometer ObservationRegistry</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3415b04c7326e1d78dae92b8997fb9355aff6223"><code>3415b04</code></a> Use nanosecond precision for scheduling (aligned with calculations)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a73ad52a8a3e5f65403816e42d7186ac0765da8b"><code>a73ad52</code></a> Clarify removal of ResponseEntity::getStatusCodeValue</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/13c32d80bac8ac8349f6c5a01d24ee19302e8623"><code>13c32d8</code></a> Upgrade to Undertow 2.3.7 and JRuby 9.4.3</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3171a8b0e2d7a4bfbdf27739f1c5beab565e25c9"><code>3171a8b</code></a> Align with 5.3.28 javadoc for isSimpleValueType</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/927d27b1212e3b278c619f72003e6281329d6914"><code>927d27b</code></a> Consider UUID as simple value type with concise toString output</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v6.0.10">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework:spring-web&package-manager=maven&previous-version=5.3.23&new-version=6.0.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


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

To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org

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


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


[GitHub] [struts-examples] dependabot[bot] commented on pull request #243: Bump spring-web from 5.3.23 to 6.0.10

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #243:
URL: https://github.com/apache/struts-examples/pull/243#issuecomment-1637254059

   Superseded by #247.


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

To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org

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


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


[GitHub] [struts-examples] dependabot[bot] closed pull request #243: Bump spring-web from 5.3.23 to 6.0.10

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #243: Bump spring-web from 5.3.23 to 6.0.10
URL: https://github.com/apache/struts-examples/pull/243


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

To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org

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


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