dependabot[bot] opened a new pull request, #9470:
URL: https://github.com/apache/iceberg/pull/9470

   Bumps 
[org.springframework:spring-web](https://github.com/spring-projects/spring-framework)
 from 5.3.30 to 6.1.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-web's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.3</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Perform checks for bean validation constraints in HandlerMethod only 
when needed <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32007";>#32007</a></li>
   <li>Exclude URI query from remaining WebClient checkpoints <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/31992";>#31992</a></li>
   <li>Avoid early getMostSpecificMethod resolution in 
CommonAnnotationBeanPostProcessor <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31967";>#31967</a></li>
   <li>Introduce <code>processInjection()</code> in 
<code>CommonAnnotationBeanPostProcessor</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31956";>#31956</a></li>
   <li>Make maximum length of SpEL expressions in an 
<code>ApplicationContext</code> configurable <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31952";>#31952</a></li>
   <li><code>JdkClientHttpRequest</code> may block indefinitely <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31911";>#31911</a></li>
   <li>Allow <code>Propagation.NOT\_SUPPORTED</code> with 
<code>@TransactionalEventListener</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31907";>#31907</a></li>
   <li>Review HibernateJpaVendorAdapter to align dialect to use for recent 
Hibernate versions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31896";>#31896</a></li>
   <li>Improve method validation support for containers with constraints on 
container elements  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31887";>#31887</a></li>
   <li>Method validation is not triggered when constraints are applied to the 
elements of a List <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31870";>#31870</a></li>
   <li>Use standard String comparison in 
ExtendedBeanInfo.PropertyDescriptorComparator <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31866";>#31866</a></li>
   <li>Detect Jetty 12 &quot;max length exceeded&quot; message for 
<code>MaxUploadSizeExceededException</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31850";>#31850</a></li>
   <li>Ensure that Observation is stopped and Scope is closed in 
doReceiveAndExecute() <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/31798";>#31798</a></li>
   <li>Support the use of <code>@Resource</code> in test classes in AOT mode <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31733";>#31733</a></li>
   <li>Add support for configuring sslContext in StandardWebSocketClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30680";>#30680</a></li>
   <li>Refine allocations for improved memory profile when creating a large 
amount of proxy instances <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30499";>#30499</a></li>
   <li>Check ResponseStatusException reason as MessageSource code for 
ProblemDetail <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/30300";>#30300</a></li>
   <li><code>SpringValidatorAdapter</code> fails in 
<code>getRejectedValue</code> if <code>ValueExtractor</code> used in property 
path to unwrap a container type <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/29043";>#29043</a></li>
   <li>Add CORS support for Private Network Access <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/28546";>#28546</a></li>
   <li>Introduce NoOpTaskScheduler for disabling <code>@Scheduled</code> tasks 
in test setups <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/28073";>#28073</a></li>
   <li>MvcUriComponentsBuilder should resolve property placeholders in request 
mapping paths <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/26795";>#26795</a></li>
   <li>Allow SockJsUrlInfo to be overridden in SockJsClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/25888";>#25888</a></li>
   <li>Extending abstract class does not expose parameter annotations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/25788";>#25788</a></li>
   <li>DatabasePopulatorConfigUtils should only set a populator if matching 
scripts are defined <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/23405";>#23405</a></li>
   <li><code>@annotation</code> pointcut is not matched with complex hierarchy 
and generics against classes compiled by Eclipse [SPR-17310] <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/21843";>#21843</a></li>
   <li>Allow registration of application event listeners in a functional way 
[SPR-16872] <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/21411";>#21411</a></li>
   <li>Allow CronTrigger to resume from specified timestamp [SPR-14909] <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/19475";>#19475</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Using a URI variable for port in <code>WebClient</code> causes an 
<code>IllegalStateException</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32003";>#32003</a></li>
   <li>[spring-tx] Unable to override prepareSynchronization of 
AbstractPlatformTransactionManager from v6.1.0 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32000";>#32000</a></li>
   <li><code>RestClientResponseException</code> handles 
<code>responseHeaders</code> case-sensitive <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31978";>#31978</a></li>
   <li>CronTrigger hard-codes default ZoneId instead of participating in 
scheduler-wide Clock setup <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31948";>#31948</a></li>
   <li>HandlerMappingIntrospector is throwing PatternSyntaxException for 
wildcards in the request URL <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31937";>#31937</a></li>
   <li>java.lang.NullPointerException with Scheduled tasks through 
DefaultScheduledTaskObservationConvention <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31918";>#31918</a></li>
   <li>HibernateJpaVendorAdapter refers to 
org.hibernate.dialect.Oracle12cDialect that does not exist in recent Hibernate 
versions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31892";>#31892</a></li>
   <li>ClassNotFoundException: org.hibernate.dialect.MySQL57Dialect with 
Hibernate 6.4 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31889";>#31889</a></li>
   <li>Inconsistent inclusion of base URL in <code>WebClient</code> URI 
template attribute since Spring WebFlux 6.1.2 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31882";>#31882</a></li>
   <li><code>@Async</code> does not support <code>Unit?</code> return type <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31881";>#31881</a></li>
   <li>Web handlers don't support Kotlin extensions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31876";>#31876</a></li>
   <li>DefaultDataBuffer fails to transform its content to a string <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31873";>#31873</a></li>
   <li>With XML configuration, setter selection can be random in case of 
overloaded setter methods (e.g. on SimpleClientHttpRequestFactory in 6.1) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31872";>#31872</a></li>
   <li>Complete frame callback when opcode is not PONG <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/31869";>#31869</a></li>
   <li><code>@Cacheable</code> does not respect cache hit when empty Mono/Flux 
response is returned <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31868";>#31868</a></li>
   <li>Unable to use sync cache with reactivestreams <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31861";>#31861</a></li>
   <li>Spring Websocket - JettyWebsocketHandlerAdapter copyByteBuffer fills 
Buffer with zeros <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31857";>#31857</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/b19f98bfd24bebbeaf5a5be44363e5484a0ff370";><code>b19f98b</code></a>
 Release v6.1.3</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/50fad9ed059fc37e8ca543c6aa0546c0511eb1e1";><code>50fad9e</code></a>
 Lenient port handling in HierarchicalUriComponents#toUriString</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/2b4ffe03915187746c30d76f69c1f27bf1af0895";><code>2b4ffe0</code></a>
 Consistent inclusion of baseUrl in URI_TEMPLATE attribute</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e7eaaaded1060f52dbe8530c1715fc33849d700a";><code>e7eaaad</code></a>
 Explicit initialization of shouldValidate flags</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f6e52900a289d9aa2d93c6b0ad4f24b52c11cc4c";><code>f6e5290</code></a>
 Polish SpEL documentation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/62b5e4276975ab180617f7d887d1fc6362e67172";><code>62b5e42</code></a>
 Fix syntax for disabled selection/projection tests in ParsingTests</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1631be5660fa61faa88264aa253e4fef32f55b24";><code>1631be5</code></a>
 Provide guidelines in AspectJ documentation to avoid dumps</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9ccc72a9fbd8784ab37872737f58673d44a8f5c4";><code>9ccc72a</code></a>
 Upgrade to spring-javaformat-checkstyle 0.0.41</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/01b28561149127eeb7c7ec5d3977d83877cee6d4";><code>01b2856</code></a>
 Document Kotlin internal modifier impact on <code>@Bean</code></li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6dca7b28ccbcf4221a1eeeea68e7abd3ec07862f";><code>6dca7b2</code></a>
 Polishing contribution</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.30...v6.1.3";>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=gradle&previous-version=5.3.30&new-version=6.1.3)](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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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: issues-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to