dependabot[bot] opened a new pull request, #9989: URL: https://github.com/apache/iceberg/pull/9989
Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 5.3.30 to 5.3.33. <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>v5.3.33</h2> <h2>:star: New Features</h2> <ul> <li>Extract reusable method for URI validations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32442">#32442</a></li> <li>Allow UriTemplate to be built with an empty template <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32438">#32438</a></li> <li>Refine <code>*HttpMessageConverter#getContentLength</code> return value null safety <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32332">#32332</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>AopUtils.getMostSpecificMethod does not return original method for proxy-derived method anymore <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32369">#32369</a></li> <li>Better protect against concurrent error handling for async requests <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32342">#32342</a></li> <li>Restore Jetty 10 compatibility in JettyClientHttpResponse <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32337">#32337</a></li> <li>ContentCachingResponseWrapper no longer honors Content-Type and Content-Length <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32322">#32322</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Build KDoc against <code>5.3.x</code> Spring Framework Javadoc <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32414">#32414</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to Reactor 2020.0.42 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32422">#32422</a></li> </ul> <h2>v5.3.32</h2> <h2>:star: New Features</h2> <ul> <li>Add CORS support for Private Network Access <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31974">#31974</a></li> <li>Avoid early getMostSpecificMethod resolution in CommonAnnotationBeanPostProcessor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31969">#31969</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Consistent parsing of user information in UriComponentsBuilder <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32247">#32247</a></li> <li>QualifierAnnotationAutowireCandidateResolver.checkQualifier does identity checks when comparing arrays used as qualifier fields <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32108">#32108</a></li> <li>Guard against multiple body subscriptions in Jetty and JDK reactive responses <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32101">#32101</a></li> <li>Static resources caching issues with ShallowEtagHeaderFilter and Jetty caching directives <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32051">#32051</a></li> <li>ChannelSendOperator.WriteBarrier race condition in request(long) method leads to response being dropped <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32021">#32021</a></li> <li>Spring AOP does not propagate arguments for dynamic prototype-scoped advice <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31964">#31964</a></li> <li>MergedAnnotation swallows IllegalAccessException for attribute method <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31961">#31961</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/31950">#31950</a></li> <li><code>MergedAnnotations</code> finds duplicate annotations on method in multi-level interface hierarchy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31825">#31825</a></li> <li>PathEditor cannot handle absolute Windows paths with forward slashes <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31728">#31728</a></li> <li>Include Hibernate's <code>Query.scroll()</code> in <code>SharedEntityManagerCreator</code>'s <code>queryTerminatingMethods</code> set <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31684">#31684</a></li> <li>TypeDescriptor does not check generics in <code>equals</code> method (for ConversionService caching) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31674">#31674</a></li> <li>Slow SpEL performance due to method sorting in ReflectiveMethodResolver <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31665">#31665</a></li> <li>Jackson encoder releases resources in wrong order <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31657">#31657</a></li> <li>WebSocketMessageBrokerStats has null stats for stompSubProtocolHandler since 5.3.2 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31642">#31642</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Document cron-vs-quartz parsing convention for dayOfWeek part in CronExpression <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32131">#32131</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/df041ba032cceb9ca5c96214fe238b91c3f94f63"><code>df041ba</code></a> Release v5.3.33</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/297cbae2990e1413537c55845a7e0ea0ffd9f9bb"><code>297cbae</code></a> Extract reusable checkSchemeAndPort method</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/274fba47f3b15bc12c8d81571c68987989f812e8"><code>274fba4</code></a> Additional unit tests for operations on empty UriTemplate</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/5dfec09edd62be011bbdbfd4e225f89b1e750311"><code>5dfec09</code></a> Allow UriTemplate to be built with an empty template</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/5056e8cbfb2f22204a4227b335291d17f629dfcb"><code>5056e8c</code></a> Upgrade to Reactor 2020.0.42</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/4566e8685d4baa41a6df4d6815ddc5579c4db073"><code>4566e86</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/1b84f970dee1cce4c4fbf16ae8a90f17c5c6b12c"><code>1b84f97</code></a> Disable external Javadoc URLs not supported on JDK 8</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/41bc43b03377b33d8182a7aab30d34a29fba9471"><code>41bc43b</code></a> Build KDoc against 5.3.x Spring Framework Javadoc</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/915d5bddeaf189b9b638cc3440435291390dfabd"><code>915d5bd</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/dc86feaeb6571bfffd594412fc409ba305aff316"><code>dc86fea</code></a> Remove IOException that's not thrown from Javadoc</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.30...v5.3.33">compare view</a></li> </ul> </details> <br /> [](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