You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by GitBox <gi...@apache.org> on 2023/01/02 17:09:38 UTC

[GitHub] [shiro] dependabot[bot] opened a new pull request, #619: Bump spring.version from 5.3.23 to 6.0.3

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

   Bumps `spring.version` from 5.3.23 to 6.0.3.
   Updates `spring-context` from 5.3.23 to 6.0.3
   <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>v6.0.3</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Throw PessimisticLockingFailureException/CannotAcquireLockException instead of plain ConcurrencyFailureException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29675">#29675</a></li>
   <li>Introduce additional constructors in <code>MockClientHttpRequest</code> and <code>MockClientHttpResponse</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29670">#29670</a></li>
   <li>Fall back to JdkClientHttpConnector as ClientHttpConnector <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29645">#29645</a></li>
   <li>Optimize object creation in <code>RequestMappingHandlerMapping#handleNoMatch</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29634">#29634</a></li>
   <li>Align multipart codecs on client and server <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29630">#29630</a></li>
   <li>Deprecate &quot;application/graphql+json&quot; media type after spec changes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29617">#29617</a></li>
   <li>HTTP interface client does not call FormHttpMessageWriter when writing form data <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29615">#29615</a></li>
   <li>ProblemDetail doesn't override the equals method <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29606">#29606</a></li>
   <li>Add title to SockJS iFrames for accessibility compliance <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29594">#29594</a></li>
   <li>Forbid loading of a test's <code>ApplicationContext</code> in AOT mode if AOT processing failed <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29579">#29579</a></li>
   <li>Deprecate JettyWebSocketClient in favor of StandardWebSocketClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29576">#29576</a></li>
   <li>Improve options to expose MessageSource formatted errors for a ProblemDetail response <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29574">#29574</a></li>
   <li>Make <code>@ModelAttribute</code> and <code>@InitBinder</code> annotations <code>@Reflective</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29572">#29572</a></li>
   <li>Update <code>BindingReflectionHintsRegistrar</code> to support properties on records <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29571">#29571</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Cannot use WebDAV methods in Spring MVC 6.0 anymore <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29689">#29689</a></li>
   <li>AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch results when other attributes exist in container annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29685">#29685</a></li>
   <li>BeanWrapperImpl NPE in setWrappedInstance after invoking getPropertyValue <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29681">#29681</a></li>
   <li>SpEL <code>ConstructorReference</code> does not generate AST representation of arrays <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29665">#29665</a></li>
   <li>NullPointerException in BindingReflectionHintsRegistrar for anonymous classes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29657">#29657</a></li>
   <li>DataBufferInputStream violates InputStream contract <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29642">#29642</a></li>
   <li>Component scanning no longer uses component index for <code>@Named</code>, <code>@ManagedBean</code>, and other Jakarta annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29641">#29641</a></li>
   <li>Fix canWrite in PartHttpMessageWriter  <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29631">#29631</a></li>
   <li><code>NoHandlerFoundException</code> mistakenly returns request headers from <code>ErrorResponse#getHeaders</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29626">#29626</a></li>
   <li>URI override for <code>@HttpExchange</code> doesn't work if there are both <code>URI</code> and <code>@PathVariable</code> method parameters <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29624">#29624</a></li>
   <li>Unnecessary parameter name introspection for constructor-arg resolution (leading to LocalVariableTableParameterNameDiscoverer warnings) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29612">#29612</a></li>
   <li>Set detail from reason in both constructors of ResponseStatusException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29608">#29608</a></li>
   <li>SpEL string literal misses single quotation marks in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29604">#29604</a></li>
   <li>AOT code generation fails for bean of type <code>boolean</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29598">#29598</a></li>
   <li><code>request</code>-scoped bean with <code>@Lazy</code> fails in native image (due to missing detection of CGLIB lazy resolution proxies) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29584">#29584</a></li>
   <li>500 error from WebFlux when parsing Content-Type leads to InvalidMediaTypeException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29565">#29565</a></li>
   <li>ConcurrentLruCache implementation is using too much heap memory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29520">#29520</a></li>
   <li>Duplicate key violation gets translated to DataIntegrityViolationException instead of DuplicateKeyException in Spring 6 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29511">#29511</a></li>
   <li>SpEL: Two double quotes are replaced by one double quote in single quoted <code>String</code> literal (and vice versa) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28356">#28356</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix ErrorResponse#type documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29632">#29632</a></li>
   <li>Fix typo in observability documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29590">#29590</a></li>
   <li>Consistent documentation references to Jakarta WebSocket (2.1) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29581">#29581</a></li>
   <li>Unrendered asciidoc headings in reference documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29569">#29569</a></li>
   <li>Document observability support <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29524">#29524</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0fbc94fae002a2bf25b62b0591dcadffab817b94"><code>0fbc94f</code></a> Release v6.0.3</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6e08c56076280021542ee086a6ddd971a256c5ca"><code>6e08c56</code></a> Improve Javadoc for RepeatableContainers</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/fb6d3f5b5c3a0a13a48811b9c72a7b9cb7218dfc"><code>fb6d3f5</code></a> Remove duplicated test code</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6fe565278334d31dd7bdae3081f7fce4620a1d6a"><code>6fe5652</code></a> Support non-standard HTTP methods in FrameworkServlet</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ca68bbc9ff050097e3d383222951a33e64d85be2"><code>ca68bbc</code></a> Upgrade to Reactor 2022.0.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e7bcb48e579d2f7aa814f1f0c739f67e1b56988d"><code>e7bcb48</code></a> Remove obsolete AttributeMethods.hasOnlyValueAttribute() method</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/433b1c480cdc0f4dbe2a4d4a4686461344d79b09"><code>433b1c4</code></a> Support repeatable annotation containers with multiple attributes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0b08246760fc5aee5eb4d5fc25ce3a512d6bab16"><code>0b08246</code></a> Revise RepeatableContainersTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c7bdfbea4f5076114b8d3a08bd289af45ff291a6"><code>c7bdfbe</code></a> Add missing Javadoc</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/618989d3175e883cb2efbea9df93048a266ee91b"><code>618989d</code></a> Update copyright date</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v6.0.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-web` from 5.3.23 to 6.0.3
   <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.3</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Throw PessimisticLockingFailureException/CannotAcquireLockException instead of plain ConcurrencyFailureException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29675">#29675</a></li>
   <li>Introduce additional constructors in <code>MockClientHttpRequest</code> and <code>MockClientHttpResponse</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29670">#29670</a></li>
   <li>Fall back to JdkClientHttpConnector as ClientHttpConnector <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29645">#29645</a></li>
   <li>Optimize object creation in <code>RequestMappingHandlerMapping#handleNoMatch</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29634">#29634</a></li>
   <li>Align multipart codecs on client and server <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29630">#29630</a></li>
   <li>Deprecate &quot;application/graphql+json&quot; media type after spec changes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29617">#29617</a></li>
   <li>HTTP interface client does not call FormHttpMessageWriter when writing form data <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29615">#29615</a></li>
   <li>ProblemDetail doesn't override the equals method <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29606">#29606</a></li>
   <li>Add title to SockJS iFrames for accessibility compliance <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29594">#29594</a></li>
   <li>Forbid loading of a test's <code>ApplicationContext</code> in AOT mode if AOT processing failed <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29579">#29579</a></li>
   <li>Deprecate JettyWebSocketClient in favor of StandardWebSocketClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29576">#29576</a></li>
   <li>Improve options to expose MessageSource formatted errors for a ProblemDetail response <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29574">#29574</a></li>
   <li>Make <code>@ModelAttribute</code> and <code>@InitBinder</code> annotations <code>@Reflective</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29572">#29572</a></li>
   <li>Update <code>BindingReflectionHintsRegistrar</code> to support properties on records <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29571">#29571</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Cannot use WebDAV methods in Spring MVC 6.0 anymore <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29689">#29689</a></li>
   <li>AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch results when other attributes exist in container annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29685">#29685</a></li>
   <li>BeanWrapperImpl NPE in setWrappedInstance after invoking getPropertyValue <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29681">#29681</a></li>
   <li>SpEL <code>ConstructorReference</code> does not generate AST representation of arrays <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29665">#29665</a></li>
   <li>NullPointerException in BindingReflectionHintsRegistrar for anonymous classes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29657">#29657</a></li>
   <li>DataBufferInputStream violates InputStream contract <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29642">#29642</a></li>
   <li>Component scanning no longer uses component index for <code>@Named</code>, <code>@ManagedBean</code>, and other Jakarta annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29641">#29641</a></li>
   <li>Fix canWrite in PartHttpMessageWriter  <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29631">#29631</a></li>
   <li><code>NoHandlerFoundException</code> mistakenly returns request headers from <code>ErrorResponse#getHeaders</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29626">#29626</a></li>
   <li>URI override for <code>@HttpExchange</code> doesn't work if there are both <code>URI</code> and <code>@PathVariable</code> method parameters <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29624">#29624</a></li>
   <li>Unnecessary parameter name introspection for constructor-arg resolution (leading to LocalVariableTableParameterNameDiscoverer warnings) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29612">#29612</a></li>
   <li>Set detail from reason in both constructors of ResponseStatusException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29608">#29608</a></li>
   <li>SpEL string literal misses single quotation marks in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29604">#29604</a></li>
   <li>AOT code generation fails for bean of type <code>boolean</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29598">#29598</a></li>
   <li><code>request</code>-scoped bean with <code>@Lazy</code> fails in native image (due to missing detection of CGLIB lazy resolution proxies) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29584">#29584</a></li>
   <li>500 error from WebFlux when parsing Content-Type leads to InvalidMediaTypeException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29565">#29565</a></li>
   <li>ConcurrentLruCache implementation is using too much heap memory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29520">#29520</a></li>
   <li>Duplicate key violation gets translated to DataIntegrityViolationException instead of DuplicateKeyException in Spring 6 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29511">#29511</a></li>
   <li>SpEL: Two double quotes are replaced by one double quote in single quoted <code>String</code> literal (and vice versa) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28356">#28356</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix ErrorResponse#type documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29632">#29632</a></li>
   <li>Fix typo in observability documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29590">#29590</a></li>
   <li>Consistent documentation references to Jakarta WebSocket (2.1) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29581">#29581</a></li>
   <li>Unrendered asciidoc headings in reference documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29569">#29569</a></li>
   <li>Document observability support <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29524">#29524</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0fbc94fae002a2bf25b62b0591dcadffab817b94"><code>0fbc94f</code></a> Release v6.0.3</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6e08c56076280021542ee086a6ddd971a256c5ca"><code>6e08c56</code></a> Improve Javadoc for RepeatableContainers</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/fb6d3f5b5c3a0a13a48811b9c72a7b9cb7218dfc"><code>fb6d3f5</code></a> Remove duplicated test code</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6fe565278334d31dd7bdae3081f7fce4620a1d6a"><code>6fe5652</code></a> Support non-standard HTTP methods in FrameworkServlet</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ca68bbc9ff050097e3d383222951a33e64d85be2"><code>ca68bbc</code></a> Upgrade to Reactor 2022.0.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e7bcb48e579d2f7aa814f1f0c739f67e1b56988d"><code>e7bcb48</code></a> Remove obsolete AttributeMethods.hasOnlyValueAttribute() method</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/433b1c480cdc0f4dbe2a4d4a4686461344d79b09"><code>433b1c4</code></a> Support repeatable annotation containers with multiple attributes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0b08246760fc5aee5eb4d5fc25ce3a512d6bab16"><code>0b08246</code></a> Revise RepeatableContainersTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c7bdfbea4f5076114b8d3a08bd289af45ff291a6"><code>c7bdfbe</code></a> Add missing Javadoc</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/618989d3175e883cb2efbea9df93048a266ee91b"><code>618989d</code></a> Update copyright date</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v6.0.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-jdbc` from 5.3.23 to 6.0.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-jdbc's releases</a>.</em></p>
   <blockquote>
   <h2>v6.0.3</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Throw PessimisticLockingFailureException/CannotAcquireLockException instead of plain ConcurrencyFailureException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29675">#29675</a></li>
   <li>Introduce additional constructors in <code>MockClientHttpRequest</code> and <code>MockClientHttpResponse</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29670">#29670</a></li>
   <li>Fall back to JdkClientHttpConnector as ClientHttpConnector <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29645">#29645</a></li>
   <li>Optimize object creation in <code>RequestMappingHandlerMapping#handleNoMatch</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29634">#29634</a></li>
   <li>Align multipart codecs on client and server <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29630">#29630</a></li>
   <li>Deprecate &quot;application/graphql+json&quot; media type after spec changes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29617">#29617</a></li>
   <li>HTTP interface client does not call FormHttpMessageWriter when writing form data <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29615">#29615</a></li>
   <li>ProblemDetail doesn't override the equals method <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29606">#29606</a></li>
   <li>Add title to SockJS iFrames for accessibility compliance <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29594">#29594</a></li>
   <li>Forbid loading of a test's <code>ApplicationContext</code> in AOT mode if AOT processing failed <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29579">#29579</a></li>
   <li>Deprecate JettyWebSocketClient in favor of StandardWebSocketClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29576">#29576</a></li>
   <li>Improve options to expose MessageSource formatted errors for a ProblemDetail response <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29574">#29574</a></li>
   <li>Make <code>@ModelAttribute</code> and <code>@InitBinder</code> annotations <code>@Reflective</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29572">#29572</a></li>
   <li>Update <code>BindingReflectionHintsRegistrar</code> to support properties on records <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29571">#29571</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Cannot use WebDAV methods in Spring MVC 6.0 anymore <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29689">#29689</a></li>
   <li>AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch results when other attributes exist in container annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29685">#29685</a></li>
   <li>BeanWrapperImpl NPE in setWrappedInstance after invoking getPropertyValue <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29681">#29681</a></li>
   <li>SpEL <code>ConstructorReference</code> does not generate AST representation of arrays <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29665">#29665</a></li>
   <li>NullPointerException in BindingReflectionHintsRegistrar for anonymous classes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29657">#29657</a></li>
   <li>DataBufferInputStream violates InputStream contract <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29642">#29642</a></li>
   <li>Component scanning no longer uses component index for <code>@Named</code>, <code>@ManagedBean</code>, and other Jakarta annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29641">#29641</a></li>
   <li>Fix canWrite in PartHttpMessageWriter  <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29631">#29631</a></li>
   <li><code>NoHandlerFoundException</code> mistakenly returns request headers from <code>ErrorResponse#getHeaders</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29626">#29626</a></li>
   <li>URI override for <code>@HttpExchange</code> doesn't work if there are both <code>URI</code> and <code>@PathVariable</code> method parameters <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29624">#29624</a></li>
   <li>Unnecessary parameter name introspection for constructor-arg resolution (leading to LocalVariableTableParameterNameDiscoverer warnings) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29612">#29612</a></li>
   <li>Set detail from reason in both constructors of ResponseStatusException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29608">#29608</a></li>
   <li>SpEL string literal misses single quotation marks in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29604">#29604</a></li>
   <li>AOT code generation fails for bean of type <code>boolean</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29598">#29598</a></li>
   <li><code>request</code>-scoped bean with <code>@Lazy</code> fails in native image (due to missing detection of CGLIB lazy resolution proxies) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29584">#29584</a></li>
   <li>500 error from WebFlux when parsing Content-Type leads to InvalidMediaTypeException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29565">#29565</a></li>
   <li>ConcurrentLruCache implementation is using too much heap memory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29520">#29520</a></li>
   <li>Duplicate key violation gets translated to DataIntegrityViolationException instead of DuplicateKeyException in Spring 6 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29511">#29511</a></li>
   <li>SpEL: Two double quotes are replaced by one double quote in single quoted <code>String</code> literal (and vice versa) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28356">#28356</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix ErrorResponse#type documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29632">#29632</a></li>
   <li>Fix typo in observability documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29590">#29590</a></li>
   <li>Consistent documentation references to Jakarta WebSocket (2.1) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29581">#29581</a></li>
   <li>Unrendered asciidoc headings in reference documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29569">#29569</a></li>
   <li>Document observability support <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29524">#29524</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0fbc94fae002a2bf25b62b0591dcadffab817b94"><code>0fbc94f</code></a> Release v6.0.3</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6e08c56076280021542ee086a6ddd971a256c5ca"><code>6e08c56</code></a> Improve Javadoc for RepeatableContainers</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/fb6d3f5b5c3a0a13a48811b9c72a7b9cb7218dfc"><code>fb6d3f5</code></a> Remove duplicated test code</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6fe565278334d31dd7bdae3081f7fce4620a1d6a"><code>6fe5652</code></a> Support non-standard HTTP methods in FrameworkServlet</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ca68bbc9ff050097e3d383222951a33e64d85be2"><code>ca68bbc</code></a> Upgrade to Reactor 2022.0.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e7bcb48e579d2f7aa814f1f0c739f67e1b56988d"><code>e7bcb48</code></a> Remove obsolete AttributeMethods.hasOnlyValueAttribute() method</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/433b1c480cdc0f4dbe2a4d4a4686461344d79b09"><code>433b1c4</code></a> Support repeatable annotation containers with multiple attributes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0b08246760fc5aee5eb4d5fc25ce3a512d6bab16"><code>0b08246</code></a> Revise RepeatableContainersTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c7bdfbea4f5076114b8d3a08bd289af45ff291a6"><code>c7bdfbe</code></a> Add missing Javadoc</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/618989d3175e883cb2efbea9df93048a266ee91b"><code>618989d</code></a> Update copyright date</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v6.0.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-orm` from 5.3.23 to 6.0.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-orm's releases</a>.</em></p>
   <blockquote>
   <h2>v6.0.3</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Throw PessimisticLockingFailureException/CannotAcquireLockException instead of plain ConcurrencyFailureException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29675">#29675</a></li>
   <li>Introduce additional constructors in <code>MockClientHttpRequest</code> and <code>MockClientHttpResponse</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29670">#29670</a></li>
   <li>Fall back to JdkClientHttpConnector as ClientHttpConnector <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29645">#29645</a></li>
   <li>Optimize object creation in <code>RequestMappingHandlerMapping#handleNoMatch</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29634">#29634</a></li>
   <li>Align multipart codecs on client and server <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29630">#29630</a></li>
   <li>Deprecate &quot;application/graphql+json&quot; media type after spec changes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29617">#29617</a></li>
   <li>HTTP interface client does not call FormHttpMessageWriter when writing form data <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29615">#29615</a></li>
   <li>ProblemDetail doesn't override the equals method <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29606">#29606</a></li>
   <li>Add title to SockJS iFrames for accessibility compliance <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29594">#29594</a></li>
   <li>Forbid loading of a test's <code>ApplicationContext</code> in AOT mode if AOT processing failed <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29579">#29579</a></li>
   <li>Deprecate JettyWebSocketClient in favor of StandardWebSocketClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29576">#29576</a></li>
   <li>Improve options to expose MessageSource formatted errors for a ProblemDetail response <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29574">#29574</a></li>
   <li>Make <code>@ModelAttribute</code> and <code>@InitBinder</code> annotations <code>@Reflective</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29572">#29572</a></li>
   <li>Update <code>BindingReflectionHintsRegistrar</code> to support properties on records <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29571">#29571</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Cannot use WebDAV methods in Spring MVC 6.0 anymore <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29689">#29689</a></li>
   <li>AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch results when other attributes exist in container annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29685">#29685</a></li>
   <li>BeanWrapperImpl NPE in setWrappedInstance after invoking getPropertyValue <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29681">#29681</a></li>
   <li>SpEL <code>ConstructorReference</code> does not generate AST representation of arrays <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29665">#29665</a></li>
   <li>NullPointerException in BindingReflectionHintsRegistrar for anonymous classes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29657">#29657</a></li>
   <li>DataBufferInputStream violates InputStream contract <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29642">#29642</a></li>
   <li>Component scanning no longer uses component index for <code>@Named</code>, <code>@ManagedBean</code>, and other Jakarta annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29641">#29641</a></li>
   <li>Fix canWrite in PartHttpMessageWriter  <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29631">#29631</a></li>
   <li><code>NoHandlerFoundException</code> mistakenly returns request headers from <code>ErrorResponse#getHeaders</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29626">#29626</a></li>
   <li>URI override for <code>@HttpExchange</code> doesn't work if there are both <code>URI</code> and <code>@PathVariable</code> method parameters <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29624">#29624</a></li>
   <li>Unnecessary parameter name introspection for constructor-arg resolution (leading to LocalVariableTableParameterNameDiscoverer warnings) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29612">#29612</a></li>
   <li>Set detail from reason in both constructors of ResponseStatusException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29608">#29608</a></li>
   <li>SpEL string literal misses single quotation marks in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29604">#29604</a></li>
   <li>AOT code generation fails for bean of type <code>boolean</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29598">#29598</a></li>
   <li><code>request</code>-scoped bean with <code>@Lazy</code> fails in native image (due to missing detection of CGLIB lazy resolution proxies) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29584">#29584</a></li>
   <li>500 error from WebFlux when parsing Content-Type leads to InvalidMediaTypeException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29565">#29565</a></li>
   <li>ConcurrentLruCache implementation is using too much heap memory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29520">#29520</a></li>
   <li>Duplicate key violation gets translated to DataIntegrityViolationException instead of DuplicateKeyException in Spring 6 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29511">#29511</a></li>
   <li>SpEL: Two double quotes are replaced by one double quote in single quoted <code>String</code> literal (and vice versa) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28356">#28356</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix ErrorResponse#type documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29632">#29632</a></li>
   <li>Fix typo in observability documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29590">#29590</a></li>
   <li>Consistent documentation references to Jakarta WebSocket (2.1) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29581">#29581</a></li>
   <li>Unrendered asciidoc headings in reference documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29569">#29569</a></li>
   <li>Document observability support <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29524">#29524</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0fbc94fae002a2bf25b62b0591dcadffab817b94"><code>0fbc94f</code></a> Release v6.0.3</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6e08c56076280021542ee086a6ddd971a256c5ca"><code>6e08c56</code></a> Improve Javadoc for RepeatableContainers</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/fb6d3f5b5c3a0a13a48811b9c72a7b9cb7218dfc"><code>fb6d3f5</code></a> Remove duplicated test code</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6fe565278334d31dd7bdae3081f7fce4620a1d6a"><code>6fe5652</code></a> Support non-standard HTTP methods in FrameworkServlet</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ca68bbc9ff050097e3d383222951a33e64d85be2"><code>ca68bbc</code></a> Upgrade to Reactor 2022.0.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e7bcb48e579d2f7aa814f1f0c739f67e1b56988d"><code>e7bcb48</code></a> Remove obsolete AttributeMethods.hasOnlyValueAttribute() method</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/433b1c480cdc0f4dbe2a4d4a4686461344d79b09"><code>433b1c4</code></a> Support repeatable annotation containers with multiple attributes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0b08246760fc5aee5eb4d5fc25ce3a512d6bab16"><code>0b08246</code></a> Revise RepeatableContainersTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c7bdfbea4f5076114b8d3a08bd289af45ff291a6"><code>c7bdfbe</code></a> Add missing Javadoc</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/618989d3175e883cb2efbea9df93048a266ee91b"><code>618989d</code></a> Update copyright date</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v6.0.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-webmvc` from 5.3.23 to 6.0.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-webmvc's releases</a>.</em></p>
   <blockquote>
   <h2>v6.0.3</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Throw PessimisticLockingFailureException/CannotAcquireLockException instead of plain ConcurrencyFailureException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29675">#29675</a></li>
   <li>Introduce additional constructors in <code>MockClientHttpRequest</code> and <code>MockClientHttpResponse</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29670">#29670</a></li>
   <li>Fall back to JdkClientHttpConnector as ClientHttpConnector <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29645">#29645</a></li>
   <li>Optimize object creation in <code>RequestMappingHandlerMapping#handleNoMatch</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29634">#29634</a></li>
   <li>Align multipart codecs on client and server <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29630">#29630</a></li>
   <li>Deprecate &quot;application/graphql+json&quot; media type after spec changes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29617">#29617</a></li>
   <li>HTTP interface client does not call FormHttpMessageWriter when writing form data <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29615">#29615</a></li>
   <li>ProblemDetail doesn't override the equals method <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29606">#29606</a></li>
   <li>Add title to SockJS iFrames for accessibility compliance <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29594">#29594</a></li>
   <li>Forbid loading of a test's <code>ApplicationContext</code> in AOT mode if AOT processing failed <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29579">#29579</a></li>
   <li>Deprecate JettyWebSocketClient in favor of StandardWebSocketClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29576">#29576</a></li>
   <li>Improve options to expose MessageSource formatted errors for a ProblemDetail response <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29574">#29574</a></li>
   <li>Make <code>@ModelAttribute</code> and <code>@InitBinder</code> annotations <code>@Reflective</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29572">#29572</a></li>
   <li>Update <code>BindingReflectionHintsRegistrar</code> to support properties on records <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29571">#29571</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Cannot use WebDAV methods in Spring MVC 6.0 anymore <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29689">#29689</a></li>
   <li>AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch results when other attributes exist in container annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29685">#29685</a></li>
   <li>BeanWrapperImpl NPE in setWrappedInstance after invoking getPropertyValue <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29681">#29681</a></li>
   <li>SpEL <code>ConstructorReference</code> does not generate AST representation of arrays <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29665">#29665</a></li>
   <li>NullPointerException in BindingReflectionHintsRegistrar for anonymous classes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29657">#29657</a></li>
   <li>DataBufferInputStream violates InputStream contract <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29642">#29642</a></li>
   <li>Component scanning no longer uses component index for <code>@Named</code>, <code>@ManagedBean</code>, and other Jakarta annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29641">#29641</a></li>
   <li>Fix canWrite in PartHttpMessageWriter  <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29631">#29631</a></li>
   <li><code>NoHandlerFoundException</code> mistakenly returns request headers from <code>ErrorResponse#getHeaders</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29626">#29626</a></li>
   <li>URI override for <code>@HttpExchange</code> doesn't work if there are both <code>URI</code> and <code>@PathVariable</code> method parameters <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29624">#29624</a></li>
   <li>Unnecessary parameter name introspection for constructor-arg resolution (leading to LocalVariableTableParameterNameDiscoverer warnings) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29612">#29612</a></li>
   <li>Set detail from reason in both constructors of ResponseStatusException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29608">#29608</a></li>
   <li>SpEL string literal misses single quotation marks in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29604">#29604</a></li>
   <li>AOT code generation fails for bean of type <code>boolean</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29598">#29598</a></li>
   <li><code>request</code>-scoped bean with <code>@Lazy</code> fails in native image (due to missing detection of CGLIB lazy resolution proxies) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29584">#29584</a></li>
   <li>500 error from WebFlux when parsing Content-Type leads to InvalidMediaTypeException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29565">#29565</a></li>
   <li>ConcurrentLruCache implementation is using too much heap memory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29520">#29520</a></li>
   <li>Duplicate key violation gets translated to DataIntegrityViolationException instead of DuplicateKeyException in Spring 6 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29511">#29511</a></li>
   <li>SpEL: Two double quotes are replaced by one double quote in single quoted <code>String</code> literal (and vice versa) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28356">#28356</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix ErrorResponse#type documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29632">#29632</a></li>
   <li>Fix typo in observability documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29590">#29590</a></li>
   <li>Consistent documentation references to Jakarta WebSocket (2.1) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29581">#29581</a></li>
   <li>Unrendered asciidoc headings in reference documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29569">#29569</a></li>
   <li>Document observability support <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29524">#29524</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0fbc94fae002a2bf25b62b0591dcadffab817b94"><code>0fbc94f</code></a> Release v6.0.3</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6e08c56076280021542ee086a6ddd971a256c5ca"><code>6e08c56</code></a> Improve Javadoc for RepeatableContainers</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/fb6d3f5b5c3a0a13a48811b9c72a7b9cb7218dfc"><code>fb6d3f5</code></a> Remove duplicated test code</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6fe565278334d31dd7bdae3081f7fce4620a1d6a"><code>6fe5652</code></a> Support non-standard HTTP methods in FrameworkServlet</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ca68bbc9ff050097e3d383222951a33e64d85be2"><code>ca68bbc</code></a> Upgrade to Reactor 2022.0.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e7bcb48e579d2f7aa814f1f0c739f67e1b56988d"><code>e7bcb48</code></a> Remove obsolete AttributeMethods.hasOnlyValueAttribute() method</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/433b1c480cdc0f4dbe2a4d4a4686461344d79b09"><code>433b1c4</code></a> Support repeatable annotation containers with multiple attributes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0b08246760fc5aee5eb4d5fc25ce3a512d6bab16"><code>0b08246</code></a> Revise RepeatableContainersTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c7bdfbea4f5076114b8d3a08bd289af45ff291a6"><code>c7bdfbe</code></a> Add missing Javadoc</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/618989d3175e883cb2efbea9df93048a266ee91b"><code>618989d</code></a> Update copyright date</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v6.0.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-test` from 5.3.23 to 6.0.3
   <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>v6.0.3</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Throw PessimisticLockingFailureException/CannotAcquireLockException instead of plain ConcurrencyFailureException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29675">#29675</a></li>
   <li>Introduce additional constructors in <code>MockClientHttpRequest</code> and <code>MockClientHttpResponse</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29670">#29670</a></li>
   <li>Fall back to JdkClientHttpConnector as ClientHttpConnector <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29645">#29645</a></li>
   <li>Optimize object creation in <code>RequestMappingHandlerMapping#handleNoMatch</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29634">#29634</a></li>
   <li>Align multipart codecs on client and server <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29630">#29630</a></li>
   <li>Deprecate &quot;application/graphql+json&quot; media type after spec changes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29617">#29617</a></li>
   <li>HTTP interface client does not call FormHttpMessageWriter when writing form data <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29615">#29615</a></li>
   <li>ProblemDetail doesn't override the equals method <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29606">#29606</a></li>
   <li>Add title to SockJS iFrames for accessibility compliance <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29594">#29594</a></li>
   <li>Forbid loading of a test's <code>ApplicationContext</code> in AOT mode if AOT processing failed <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29579">#29579</a></li>
   <li>Deprecate JettyWebSocketClient in favor of StandardWebSocketClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29576">#29576</a></li>
   <li>Improve options to expose MessageSource formatted errors for a ProblemDetail response <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29574">#29574</a></li>
   <li>Make <code>@ModelAttribute</code> and <code>@InitBinder</code> annotations <code>@Reflective</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29572">#29572</a></li>
   <li>Update <code>BindingReflectionHintsRegistrar</code> to support properties on records <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29571">#29571</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Cannot use WebDAV methods in Spring MVC 6.0 anymore <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29689">#29689</a></li>
   <li>AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch results when other attributes exist in container annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29685">#29685</a></li>
   <li>BeanWrapperImpl NPE in setWrappedInstance after invoking getPropertyValue <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29681">#29681</a></li>
   <li>SpEL <code>ConstructorReference</code> does not generate AST representation of arrays <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29665">#29665</a></li>
   <li>NullPointerException in BindingReflectionHintsRegistrar for anonymous classes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29657">#29657</a></li>
   <li>DataBufferInputStream violates InputStream contract <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29642">#29642</a></li>
   <li>Component scanning no longer uses component index for <code>@Named</code>, <code>@ManagedBean</code>, and other Jakarta annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29641">#29641</a></li>
   <li>Fix canWrite in PartHttpMessageWriter  <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29631">#29631</a></li>
   <li><code>NoHandlerFoundException</code> mistakenly returns request headers from <code>ErrorResponse#getHeaders</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29626">#29626</a></li>
   <li>URI override for <code>@HttpExchange</code> doesn't work if there are both <code>URI</code> and <code>@PathVariable</code> method parameters <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29624">#29624</a></li>
   <li>Unnecessary parameter name introspection for constructor-arg resolution (leading to LocalVariableTableParameterNameDiscoverer warnings) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29612">#29612</a></li>
   <li>Set detail from reason in both constructors of ResponseStatusException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29608">#29608</a></li>
   <li>SpEL string literal misses single quotation marks in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29604">#29604</a></li>
   <li>AOT code generation fails for bean of type <code>boolean</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29598">#29598</a></li>
   <li><code>request</code>-scoped bean with <code>@Lazy</code> fails in native image (due to missing detection of CGLIB lazy resolution proxies) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29584">#29584</a></li>
   <li>500 error from WebFlux when parsing Content-Type leads to InvalidMediaTypeException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29565">#29565</a></li>
   <li>ConcurrentLruCache implementation is using too much heap memory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29520">#29520</a></li>
   <li>Duplicate key violation gets translated to DataIntegrityViolationException instead of DuplicateKeyException in Spring 6 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29511">#29511</a></li>
   <li>SpEL: Two double quotes are replaced by one double quote in single quoted <code>String</code> literal (and vice versa) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28356">#28356</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix ErrorResponse#type documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29632">#29632</a></li>
   <li>Fix typo in observability documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29590">#29590</a></li>
   <li>Consistent documentation references to Jakarta WebSocket (2.1) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29581">#29581</a></li>
   <li>Unrendered asciidoc headings in reference documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29569">#29569</a></li>
   <li>Document observability support <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29524">#29524</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0fbc94fae002a2bf25b62b0591dcadffab817b94"><code>0fbc94f</code></a> Release v6.0.3</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6e08c56076280021542ee086a6ddd971a256c5ca"><code>6e08c56</code></a> Improve Javadoc for RepeatableContainers</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/fb6d3f5b5c3a0a13a48811b9c72a7b9cb7218dfc"><code>fb6d3f5</code></a> Remove duplicated test code</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6fe565278334d31dd7bdae3081f7fce4620a1d6a"><code>6fe5652</code></a> Support non-standard HTTP methods in FrameworkServlet</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ca68bbc9ff050097e3d383222951a33e64d85be2"><code>ca68bbc</code></a> Upgrade to Reactor 2022.0.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e7bcb48e579d2f7aa814f1f0c739f67e1b56988d"><code>e7bcb48</code></a> Remove obsolete AttributeMethods.hasOnlyValueAttribute() method</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/433b1c480cdc0f4dbe2a4d4a4686461344d79b09"><code>433b1c4</code></a> Support repeatable annotation containers with multiple attributes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0b08246760fc5aee5eb4d5fc25ce3a512d6bab16"><code>0b08246</code></a> Revise RepeatableContainersTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c7bdfbea4f5076114b8d3a08bd289af45ff291a6"><code>c7bdfbe</code></a> Add missing Javadoc</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/618989d3175e883cb2efbea9df93048a266ee91b"><code>618989d</code></a> Update copyright date</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v6.0.3">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: commits-unsubscribe@shiro.apache.org

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


[GitHub] [shiro] dependabot[bot] commented on pull request #619: Bump spring.version from 5.3.23 to 6.0.3

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #619:
URL: https://github.com/apache/shiro/pull/619#issuecomment-1379195390

   Superseded by #639.


-- 
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: commits-unsubscribe@shiro.apache.org

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


[GitHub] [shiro] dependabot[bot] closed pull request #619: Bump spring.version from 5.3.23 to 6.0.3

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #619: Bump spring.version from 5.3.23 to 6.0.3
URL: https://github.com/apache/shiro/pull/619


-- 
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: commits-unsubscribe@shiro.apache.org

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