You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by GitBox <gi...@apache.org> on 2022/12/29 11:03:40 UTC

[GitHub] [streampipes] dependabot[bot] opened a new pull request, #933: Bump spring.version from 5.3.20 to 6.0.3

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

   Bumps `spring.version` from 5.3.20 to 6.0.3.
   Updates `spring-aop` from 5.3.20 to 6.0.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-aop'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.20...v6.0.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-beans` from 5.3.20 to 6.0.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-beans'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.20...v6.0.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-context` from 5.3.20 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.20...v6.0.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-context-support` from 5.3.20 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-support'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.20...v6.0.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-core` from 5.3.20 to 6.0.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-core's releases</a>.</em></p>
   <blockquote>
   <h2>v6.0.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.20...v6.0.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-expression` from 5.3.20 to 6.0.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-expression'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.20...v6.0.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-webmvc` from 5.3.20 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></...
   
   _Description has been truncated_


-- 
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@streampipes.apache.org

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


[GitHub] [streampipes] bossenti commented on pull request #933: Bump spring.version from 5.3.20 to 6.0.3

Posted by GitBox <gi...@apache.org>.
bossenti commented on PR #933:
URL: https://github.com/apache/streampipes/pull/933#issuecomment-1367306533

   requires a more recent java version, see #910 
   can be upgraded when we upgrade Java as well


-- 
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@streampipes.apache.org

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


[GitHub] [streampipes] bossenti closed pull request #933: Bump spring.version from 5.3.20 to 6.0.3

Posted by GitBox <gi...@apache.org>.
bossenti closed pull request #933: Bump spring.version from 5.3.20 to 6.0.3
URL: https://github.com/apache/streampipes/pull/933


-- 
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@streampipes.apache.org

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


[GitHub] [streampipes] dependabot[bot] commented on pull request #933: Bump spring.version from 5.3.20 to 6.0.3

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

   OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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@streampipes.apache.org

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