solrbot opened a new pull request, #1678:
URL: https://github.com/apache/solr/pull/1678

   This PR contains the following updates:
   
   | Package | Type | Update | Change |
   |---|---|---|---|
   | 
[org.springframework:spring-webmvc](https://togithub.com/spring-projects/spring-framework)
 | test | major | `5.3.23` -> `6.0.9` |
   | 
[org.springframework:spring-web](https://togithub.com/spring-projects/spring-framework)
 | test | major | `5.3.23` -> `6.0.9` |
   | 
[org.springframework:spring-jcl](https://togithub.com/spring-projects/spring-framework)
 | test | major | `5.3.23` -> `6.0.9` |
   | 
[org.springframework:spring-expression](https://togithub.com/spring-projects/spring-framework)
 | test | major | `5.3.23` -> `6.0.9` |
   | 
[org.springframework:spring-core](https://togithub.com/spring-projects/spring-framework)
 | test | major | `5.3.23` -> `6.0.9` |
   | 
[org.springframework:spring-context](https://togithub.com/spring-projects/spring-framework)
 | test | major | `5.3.23` -> `6.0.9` |
   | 
[org.springframework:spring-beans](https://togithub.com/spring-projects/spring-framework)
 | test | major | `5.3.23` -> `6.0.9` |
   | 
[org.springframework:spring-aop](https://togithub.com/spring-projects/spring-framework)
 | test | major | `5.3.23` -> `6.0.9` |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>spring-projects/spring-framework</summary>
   
   ### 
[`v6.0.9`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.0.9)
   
   ##### :star: New Features
   
   -   Consistent support for MultiValueMap and common Map implementations in 
CollectionFactory 
[#&#8203;30440](https://togithub.com/spring-projects/spring-framework/issues/30440)
   -   Introduce internal constants for implicit bounds in TypeUtils 
[#&#8203;30423](https://togithub.com/spring-projects/spring-framework/pull/30423)
   -   Update major/minor version properties in `MockServletContext` 
[#&#8203;30395](https://togithub.com/spring-projects/spring-framework/issues/30395)
   -   Reject null and empty SpEL expressions 
[#&#8203;30371](https://togithub.com/spring-projects/spring-framework/issues/30371)
   -   Support Test AOT processing with GraalVM tracing agent and Native Build 
Tools 
[#&#8203;30281](https://togithub.com/spring-projects/spring-framework/issues/30281)
   -   Introduce `Environment.matchesProfiles()` for profile expressions 
[#&#8203;30206](https://togithub.com/spring-projects/spring-framework/issues/30206)
   -   Optimize MultiValueMap iteration operations 
[#&#8203;29972](https://togithub.com/spring-projects/spring-framework/pull/29972)
   
   ##### :lady_beetle: Bug Fixes
   
   -   Respect TaskDecorator configuration on DefaultManagedTaskExecutor 
[#&#8203;30442](https://togithub.com/spring-projects/spring-framework/issues/30442)
   -   Qualifiers registered programmatically are not supported by AOT 
[#&#8203;30410](https://togithub.com/spring-projects/spring-framework/issues/30410)
   -   Support for `InjectionPoint` in bean factory methods when using AOT 
[#&#8203;30401](https://togithub.com/spring-projects/spring-framework/issues/30401)
   -   Bean methods with generic array/varargs parameters break native 
compilation 
[#&#8203;30407](https://togithub.com/spring-projects/spring-framework/issues/30407)
   -   `ApplicationListenerMethodAdapter` supports non-matching generic events 
[#&#8203;30399](https://togithub.com/spring-projects/spring-framework/issues/30399)
   -   Processing several `@PersistenceContext` injection points on the same 
class with AOT generates code that does not compile 
[#&#8203;30437](https://togithub.com/spring-projects/spring-framework/issues/30437)
   -   Make maximum SpEL expression length configurable 
[#&#8203;30380](https://togithub.com/spring-projects/spring-framework/issues/30380)
   -   Record beans do not compile to native images 
[#&#8203;30383](https://togithub.com/spring-projects/spring-framework/issues/30383)
   -   Missing resource hint for `@PropertySource`#value 
[#&#8203;30376](https://togithub.com/spring-projects/spring-framework/issues/30376)
   -   ApplicationEventPublisher - PayloadApplicationEvent not received by 
EventListener if event fired from child context 
[#&#8203;30360](https://togithub.com/spring-projects/spring-framework/issues/30360)
   -   StringDecoder.decode() should release chunks on cancellation 
[#&#8203;30299](https://togithub.com/spring-projects/spring-framework/issues/30299)
   -   Quote '?' in Quoted Printable filename 
[#&#8203;30252](https://togithub.com/spring-projects/spring-framework/pull/30252)
   -   Missing reflection hint for custom `PropertySourceFactory` in native 
image 
[#&#8203;30175](https://togithub.com/spring-projects/spring-framework/issues/30175)
   -   Aot generated sources fail to compile with 'File name too long' error 
[#&#8203;29846](https://togithub.com/spring-projects/spring-framework/issues/29846)
   
   ##### :notebook_with_decorative_cover: Documentation
   
   -   Update `package-info` for CGLIB fork 
[#&#8203;30461](https://togithub.com/spring-projects/spring-framework/issues/30461)
   -   Clarify differences between GenericBeanDefinition and RootBeanDefinition 
[#&#8203;30444](https://togithub.com/spring-projects/spring-framework/issues/30444)
   -   Document how to configure FactoryBean with a configurable target with 
AOT 
[#&#8203;30434](https://togithub.com/spring-projects/spring-framework/issues/30434)
   -   Add Antora docs-build branch 
[#&#8203;30415](https://togithub.com/spring-projects/spring-framework/pull/30415)
   -   Switch the reference documentation to Antora 
[#&#8203;30414](https://togithub.com/spring-projects/spring-framework/pull/30414)
   -   `@ResponseStatus` documentation incorrect 
[#&#8203;30305](https://togithub.com/spring-projects/spring-framework/issues/30305)
   
   ##### :hammer: Dependency Upgrades
   
   -   Upgrade to Micrometer 1.10.7 
[#&#8203;30451](https://togithub.com/spring-projects/spring-framework/issues/30451)
   -   Upgrade to Reactor 2022.0.7 
[#&#8203;30450](https://togithub.com/spring-projects/spring-framework/issues/30450)
   
   ##### :heart: Contributors
   
   Thank you to all the contributors who worked on this release:
   
   [@&#8203;divcon](https://togithub.com/divcon), 
[@&#8203;izeye](https://togithub.com/izeye), 
[@&#8203;luozhenyu](https://togithub.com/luozhenyu), 
[@&#8203;rwinch](https://togithub.com/rwinch), 
[@&#8203;sigee](https://togithub.com/sigee), and 
[@&#8203;yuzawa-san](https://togithub.com/yuzawa-san)
   
   ### 
[`v6.0.8`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.0.8)
   
   ##### :star: New Features
   
   -   Disable variable assignment in SimpleEvaluationContext 
[#&#8203;30326](https://togithub.com/spring-projects/spring-framework/issues/30326)
   -   Limit SpEL expression length 
[#&#8203;30325](https://togithub.com/spring-projects/spring-framework/issues/30325)
   -   Limit string concatenation in SpEL expressions 
[#&#8203;30324](https://togithub.com/spring-projects/spring-framework/issues/30324)
   -   Introduce `StringUtils.truncate()` 
[#&#8203;30290](https://togithub.com/spring-projects/spring-framework/issues/30290)
   -   Introduce `ObjectUtils.nullSafeConciseToString()` 
[#&#8203;30286](https://togithub.com/spring-projects/spring-framework/issues/30286)
   -   Introduce assertions against `Cookie` attributes in 
`CookieResultMatchers` for `MockMvc` 
[#&#8203;30285](https://togithub.com/spring-projects/spring-framework/issues/30285)
   -   Polishing 
[#&#8203;30267](https://togithub.com/spring-projects/spring-framework/pull/30267)
   -   Support `SameSite` cookie attribute in `MockMvcHttpConnector` 
[#&#8203;30264](https://togithub.com/spring-projects/spring-framework/pull/30264)
   -   Update `MockCookie` to make use of Servlet 6.0 APIs and semantics for 
"attributes" 
[#&#8203;30263](https://togithub.com/spring-projects/spring-framework/pull/30263)
   -   Refine `initRequestBuilder` in `DefaultWebClient` 
[#&#8203;30254](https://togithub.com/spring-projects/spring-framework/pull/30254)
   -   HttpServerErrorException contains not-serializable field of type 
DefaultResponseErrorHandler  
[#&#8203;30224](https://togithub.com/spring-projects/spring-framework/issues/30224)
   -   Add class hints for Jackson annotations on fields and methods 
[#&#8203;30208](https://togithub.com/spring-projects/spring-framework/issues/30208)
   -   Add `HttpMethod` reflection hint to 
`ObjectToObjectConverterRuntimeHints` 
[#&#8203;30201](https://togithub.com/spring-projects/spring-framework/issues/30201)
   -   Improve performance of canRead() in HttpMessageReader's 
[#&#8203;30192](https://togithub.com/spring-projects/spring-framework/pull/30192)
   -   Optimize array creation in SpEL `ConstructorReference` 
[#&#8203;30189](https://togithub.com/spring-projects/spring-framework/pull/30189)
   -   ConstructorResolver error hints about mixing indexed and named args 
[#&#8203;30169](https://togithub.com/spring-projects/spring-framework/pull/30169)
   -   Replace `Collections.unmodifiableList(new ArrayList(..))` with 
`List.copyOf()` 
[#&#8203;30166](https://togithub.com/spring-projects/spring-framework/pull/30166)
   -   Add assert null validations for DefaultServerResponseBuilder 
[#&#8203;30157](https://togithub.com/spring-projects/spring-framework/pull/30157)
   -   Use `InputStream.readAllBytes()` in `FileCopyUtils.copyToByteArray()` 
[#&#8203;30155](https://togithub.com/spring-projects/spring-framework/pull/30155)
   -   Cache ServerHttpRequest::getMethod in AbstractServerHttpRequest 
[#&#8203;30139](https://togithub.com/spring-projects/spring-framework/pull/30139)
   -   Use String.equals() in LiteralPathElement 
[#&#8203;30138](https://togithub.com/spring-projects/spring-framework/pull/30138)
   -   Optimize some iterations in BodyExtractor and BodyInserter 
[#&#8203;30136](https://togithub.com/spring-projects/spring-framework/pull/30136)
   -   Add a couple missing java.time types to StatementCreatorUtils 
[#&#8203;30123](https://togithub.com/spring-projects/spring-framework/pull/30123)
   -   WebClient observations should not record CANCEL signals as aborted if 
response was received 
[#&#8203;30070](https://togithub.com/spring-projects/spring-framework/issues/30070)
   -   Destroy method not found in native image if concrete bean type is not 
exposed 
[#&#8203;29545](https://togithub.com/spring-projects/spring-framework/issues/29545)
   -   Contribute init/destroy lifecycle introspection hints for registered 
beans 
[#&#8203;29246](https://togithub.com/spring-projects/spring-framework/issues/29246)
   
   ##### :lady_beetle: Bug Fixes
   
   -   NPE thrown for nonexistent `default-destroy-method` in XML config 
[#&#8203;30301](https://togithub.com/spring-projects/spring-framework/issues/30301)
   -   Fix comparison of `title` in `equals()` and `hashCode()` of 
`ProblemDetail` 
[#&#8203;30294](https://togithub.com/spring-projects/spring-framework/pull/30294)
   -   SSE breaks with indenting serializer in WebMvc.fn 
[#&#8203;30277](https://togithub.com/spring-projects/spring-framework/issues/30277)
   -   `@HttpExchange` interface does not resolve return type correctly while 
using with suspending methods 
[#&#8203;30266](https://togithub.com/spring-projects/spring-framework/issues/30266)
   -   Increase max regex length in SpEL expressions 
[#&#8203;30265](https://togithub.com/spring-projects/spring-framework/issues/30265)
   -   Missing response information from client observation context when filter 
functions fail 
[#&#8203;30247](https://togithub.com/spring-projects/spring-framework/issues/30247)
   -   NullPointerException on timeout in HttpComponentsClientHttpConnector 
when using Apache HttpComponents 
[#&#8203;30245](https://togithub.com/spring-projects/spring-framework/issues/30245)
   -   Wrong MockRestRequestMatchers.header() method in spring-test being 
invoked (JDK issue?) 
[#&#8203;30220](https://togithub.com/spring-projects/spring-framework/issues/30220)
   -   Refine generic type management in `AbstractMessageWriterResultHandler` 
[#&#8203;30214](https://togithub.com/spring-projects/spring-framework/issues/30214)
   -   MvcUriComponentsBuilder.fromMethodCall breaks for controller with 
CharSequence return type 
[#&#8203;30210](https://togithub.com/spring-projects/spring-framework/issues/30210)
   -   Encode IPV6 Zone IDs (%) in ReactorServerHttpRequest 
[#&#8203;30188](https://togithub.com/spring-projects/spring-framework/issues/30188)
   -   Handle all exceptions for stored proc output param retrieval in 
`SharedEntityManagerCreator` 
[#&#8203;30161](https://togithub.com/spring-projects/spring-framework/pull/30161)
   -   Fix IllegalArgumentException that prevents STOMP DISCONNECT from 
reaching the client 
[#&#8203;30120](https://togithub.com/spring-projects/spring-framework/pull/30120)
   -   TypeNotPresentException: org/springframework/cglib/proxy/NoOp not 
present on Java 17 
[#&#8203;30115](https://togithub.com/spring-projects/spring-framework/issues/30115)
   
   ##### :notebook_with_decorative_cover: Documentation
   
   -   Add since tags to sameSite() and attribute() in CookieResultMatchersDsl 
[#&#8203;30308](https://togithub.com/spring-projects/spring-framework/pull/30308)
   -   Fix incorrect jakarta.inject artifact version 
[#&#8203;30270](https://togithub.com/spring-projects/spring-framework/pull/30270)
   -   Fix `@PathVariable` reference documentation code snippets 
[#&#8203;30243](https://togithub.com/spring-projects/spring-framework/pull/30243)
   -   Use diamond operator in examples in reference manual 
[#&#8203;30204](https://togithub.com/spring-projects/spring-framework/pull/30204)
   -   Fix example in Javadoc for `@EnableWebSocket` 
[#&#8203;30183](https://togithub.com/spring-projects/spring-framework/pull/30183)
   -   Fix anchor in link to "Web on Reactive Stack" chapter 
[#&#8203;30158](https://togithub.com/spring-projects/spring-framework/pull/30158)
   -   Documentation for Vavr's Try method to trigger transaction rollbacks 
[#&#8203;30108](https://togithub.com/spring-projects/spring-framework/pull/30108)
   -   Document that WebClient defaultStatusHandler do not apply to exchange\* 
methods 
[#&#8203;30059](https://togithub.com/spring-projects/spring-framework/issues/30059)
   
   ##### :hammer: Dependency Upgrades
   
   -   Upgrade to Micrometer 1.10.6 
[#&#8203;30317](https://togithub.com/spring-projects/spring-framework/issues/30317)
   -   Upgrade to Reactor 2022.0.6 
[#&#8203;30316](https://togithub.com/spring-projects/spring-framework/issues/30316)
   
   ##### :heart: Contributors
   
   Thank you to all the contributors who worked on this release:
   
   [@&#8203;1993heqiang](https://togithub.com/1993heqiang), 
[@&#8203;TAKETODAY](https://togithub.com/TAKETODAY), 
[@&#8203;ZouHongxue](https://togithub.com/ZouHongxue), 
[@&#8203;alexjansons](https://togithub.com/alexjansons), 
[@&#8203;divcon](https://togithub.com/divcon), 
[@&#8203;edyda99](https://togithub.com/edyda99), 
[@&#8203;filipblondeel](https://togithub.com/filipblondeel), 
[@&#8203;ghostg00](https://togithub.com/ghostg00), 
[@&#8203;giuseppemilicia](https://togithub.com/giuseppemilicia), 
[@&#8203;izeye](https://togithub.com/izeye), 
[@&#8203;justin-tay](https://togithub.com/justin-tay), 
[@&#8203;krzyk](https://togithub.com/krzyk), 
[@&#8203;kyuarl21](https://togithub.com/kyuarl21), 
[@&#8203;quaff](https://togithub.com/quaff), 
[@&#8203;shitian9](https://togithub.com/shitian9), 
[@&#8203;simonbasle](https://togithub.com/simonbasle), 
[@&#8203;srivatsa-cfp](https://togithub.com/srivatsa-cfp), 
[@&#8203;ssang1105](https://togithub.com/ssang1105), 
[@&#8203;stsypanov](https://togithub.com/
 stsypanov), [@&#8203;wizard4wu](https://togithub.com/wizard4wu), and 
[@&#8203;yuzawa-san](https://togithub.com/yuzawa-san)
   
   ### 
[`v6.0.7`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.0.7)
   
   #### :star: New Features
   
   -   Improve diagnostics in SpEL for `matches` operator 
[#&#8203;30144](https://togithub.com/spring-projects/spring-framework/issues/30144)
   -   Improve diagnostics in SpEL for repeated text 
[#&#8203;30142](https://togithub.com/spring-projects/spring-framework/issues/30142)
   -   Increase scope of regex pattern cache for the SpEL `matches` operator 
[#&#8203;30140](https://togithub.com/spring-projects/spring-framework/issues/30140)
   -   Minor updates in HandlerMappingIntrospector 
[#&#8203;30127](https://togithub.com/spring-projects/spring-framework/issues/30127)
   -   Skip parameter name resolution when not needed in 
`AbstractAutowireCapableBeanFactory` 
[#&#8203;30103](https://togithub.com/spring-projects/spring-framework/issues/30103)
   -   Remove extra copy of headers/cookies in WebClient 
[#&#8203;30092](https://togithub.com/spring-projects/spring-framework/pull/30092)
   -   Assert non-null arguments in `DefaultServerRequestBuilder` methods 
[#&#8203;30046](https://togithub.com/spring-projects/spring-framework/pull/30046)
   -   Jetty 12 support in WebFlux 
[#&#8203;29575](https://togithub.com/spring-projects/spring-framework/issues/29575)
   
   #### :lady_beetle: Bug Fixes
   
   -   Gradle task `processAot` fails when Bean Validation API present but no 
provider found 
[#&#8203;30130](https://togithub.com/spring-projects/spring-framework/issues/30130)
   -   ContentDisposition::parse does not support Windows paths 
[#&#8203;30111](https://togithub.com/spring-projects/spring-framework/issues/30111)
   -   BindException raised instead of MethodArgumentNotValidException subclass 
[#&#8203;30100](https://togithub.com/spring-projects/spring-framework/issues/30100)
   -   Ensure reactive transaction rollback on commit error 
[#&#8203;30096](https://togithub.com/spring-projects/spring-framework/pull/30096)
   -   CaffeineCacheManager getCache method cause thread block 
[#&#8203;30066](https://togithub.com/spring-projects/spring-framework/issues/30066)
   -   RequestedContentTypeResolver does not ignore quality factor when 
filtering \*/\* media types 
[#&#8203;29915](https://togithub.com/spring-projects/spring-framework/issues/29915)
   -   `@Autowired`/`@Value` does not work on inner bean in native 
[#&#8203;29803](https://togithub.com/spring-projects/spring-framework/issues/29803)
   -   Avoid rollback after a commit failure in `TransactionalOperator` 
[#&#8203;27572](https://togithub.com/spring-projects/spring-framework/pull/27572)
   -   SpEL: cannot call methods declared in `java.lang.Object` on a JDK proxy 
[#&#8203;25316](https://togithub.com/spring-projects/spring-framework/pull/25316)
   
   #### :notebook_with_decorative_cover: Documentation
   
   -   Add anchor rewrites in the reference documentation 
[#&#8203;30132](https://togithub.com/spring-projects/spring-framework/issues/30132)
   -   Fix minor spacings in webflux docs 
[#&#8203;30078](https://togithub.com/spring-projects/spring-framework/pull/30078)
   -   Add a list of observations produced by Spring Framework 
[#&#8203;30060](https://togithub.com/spring-projects/spring-framework/issues/30060)
   
   #### :hammer: Dependency Upgrades
   
   -   Upgrade to Reactor 2022.0.5 
[#&#8203;30133](https://togithub.com/spring-projects/spring-framework/issues/30133)
   
   #### :heart: Contributors
   
   Thank you to all the contributors who worked on this release:
   
   [@&#8203;EnricSala](https://togithub.com/EnricSala), 
[@&#8203;MrCoffee77](https://togithub.com/MrCoffee77), 
[@&#8203;abelsromero](https://togithub.com/abelsromero), 
[@&#8203;edyda99](https://togithub.com/edyda99), 
[@&#8203;liupeng12345](https://togithub.com/liupeng12345), 
[@&#8203;srivatsa-cfp](https://togithub.com/srivatsa-cfp), and 
[@&#8203;yuzawa-san](https://togithub.com/yuzawa-san)
   
   ### 
[`v6.0.6`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.0.6)
   
   #### :star: New Features
   
   -   Prefer request hostName and hostPort in ReactorServerHttpRequest 
[#&#8203;30062](https://togithub.com/spring-projects/spring-framework/pull/30062)
   -   Use `readNBytes` in ByteArrayHttpMessageConverter when contentLength is 
available 
[#&#8203;30010](https://togithub.com/spring-projects/spring-framework/pull/30010)
   -   Add missing `@Nullable` annotations to `LogMessage.format` methods 
[#&#8203;30006](https://togithub.com/spring-projects/spring-framework/issues/30006)
   -   Refine `CoroutinesUtils#invokeSuspendingFunction` contract 
[#&#8203;30005](https://togithub.com/spring-projects/spring-framework/issues/30005)
   -   `@SubscribeMapping` method not called when built as native image 
[#&#8203;30002](https://togithub.com/spring-projects/spring-framework/issues/30002)
   -   Provide method with `ContextView` instead of `Context` in 
`ServerWebExchangeContextFilter` 
[#&#8203;29691](https://togithub.com/spring-projects/spring-framework/pull/29691)
   -   Support `@Value` for record injection 
[#&#8203;28774](https://togithub.com/spring-projects/spring-framework/pull/28774)
   
   #### :lady_beetle: Bug Fixes
   
   -   WebClient now requires scheme 
[#&#8203;30053](https://togithub.com/spring-projects/spring-framework/issues/30053)
   -   Move `HttpServiceProxyFactoryExtensions.kt` to `spring-web` module 
[#&#8203;30042](https://togithub.com/spring-projects/spring-framework/issues/30042)
   -   AutowireCapableBeanFactory.createBean does not prefer default 
constructor anymore 
[#&#8203;30041](https://togithub.com/spring-projects/spring-framework/issues/30041)
   -   Server request URL with spring-webflux 6.0.5 is in resolved IP6 format 
[#&#8203;30033](https://togithub.com/spring-projects/spring-framework/issues/30033)
   -   `PathMatchingResourcePatternResolver` can no longer handle paths 
containing spaces and special characters 
[#&#8203;30031](https://togithub.com/spring-projects/spring-framework/issues/30031)
   -   Catch defensively exception thrown by validation contraints AOT 
processing of Kotlin extensions 
[#&#8203;30037](https://togithub.com/spring-projects/spring-framework/issues/30037)
   -   Fix proxy hint Kotlin extensions 
[#&#8203;30025](https://togithub.com/spring-projects/spring-framework/issues/30025)
   -   WebFlux fails with WebDAV HTTP methods 
[#&#8203;29981](https://togithub.com/spring-projects/spring-framework/issues/29981)
   -   `NullPointerException` if passing an anonymous class to 
`ReflectionsHint#registerType` 
[#&#8203;29774](https://togithub.com/spring-projects/spring-framework/issues/29774)
   -   Native hints for package private methods on custom `@Repository` class 
[#&#8203;29764](https://togithub.com/spring-projects/spring-framework/issues/29764)
   -   Native version of webflux/r2dbc failed 
[#&#8203;29582](https://togithub.com/spring-projects/spring-framework/issues/29582)
   -   Protect JMS connection creation against prepareConnection errors 
[#&#8203;29116](https://togithub.com/spring-projects/spring-framework/pull/29116)
   -   SingleConnectionFactory - reconnection problem (AMQ Broker) 
[#&#8203;29115](https://togithub.com/spring-projects/spring-framework/issues/29115)
   
   #### :notebook_with_decorative_cover: Documentation
   
   -   Fix "Configuring a Global Date and Time Format" example 
[#&#8203;30034](https://togithub.com/spring-projects/spring-framework/pull/30034)
   -   `@AspectJ` argument name resolution algorithm is outdated in reference 
manual 
[#&#8203;30026](https://togithub.com/spring-projects/spring-framework/issues/30026)
   -   Update comment in Javadoc of ServletRequestPathFilter DispatcherServlet 
relating to DispatcherServlet 
[#&#8203;30014](https://togithub.com/spring-projects/spring-framework/pull/30014)
   -   Revise AspectJ examples in the reference manual 
[#&#8203;30003](https://togithub.com/spring-projects/spring-framework/issues/30003)
   -   Revise `chomp` and `fold` settings in reference documentation 
[#&#8203;30001](https://togithub.com/spring-projects/spring-framework/issues/30001)
   
   #### :hammer: Dependency Upgrades
   
   -   Upgrade to Reactor 2022.0.4 
[#&#8203;30063](https://togithub.com/spring-projects/spring-framework/issues/30063)
   
   #### :heart: Contributors
   
   Thank you to all the contributors who worked on this release:
   
   [@&#8203;1004789224](https://togithub.com/1004789224), 
[@&#8203;1993heqiang](https://togithub.com/1993heqiang), 
[@&#8203;AlexElin](https://togithub.com/AlexElin), 
[@&#8203;diguage](https://togithub.com/diguage), 
[@&#8203;divcon](https://togithub.com/divcon), 
[@&#8203;izeye](https://togithub.com/izeye), 
[@&#8203;kilink](https://togithub.com/kilink), 
[@&#8203;lenoch7](https://togithub.com/lenoch7), 
[@&#8203;sergiuprdn](https://togithub.com/sergiuprdn), 
[@&#8203;singhbaljit](https://togithub.com/singhbaljit), and 
[@&#8203;violetagg](https://togithub.com/violetagg)
   
   ### 
[`v6.0.5`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.0.5)
   
   #### :star: New Features
   
   -   Add RFC-8246 "immutable" attribute to `CacheControl` 
[#&#8203;29955](https://togithub.com/spring-projects/spring-framework/pull/29955)
   -   Allow MockRest to match header/queryParam value list with one Matcher 
[#&#8203;29953](https://togithub.com/spring-projects/spring-framework/pull/29953)
   -   DataBuffer should offer restricted access to underlying ByteBuffer 
[#&#8203;29943](https://togithub.com/spring-projects/spring-framework/issues/29943)
   -   Introduce `HttpServiceProxyFactory#createClient` Kotlin extension 
[#&#8203;29942](https://togithub.com/spring-projects/spring-framework/issues/29942)
   -   Support ProblemDetail serialization to XML with Jackson 
[#&#8203;29927](https://togithub.com/spring-projects/spring-framework/issues/29927)
   -   Refine `TransactionalOperator.executeAndAwait` nullability 
[#&#8203;29919](https://togithub.com/spring-projects/spring-framework/issues/29919)
   -   Early support for JDK 21 
[#&#8203;29910](https://togithub.com/spring-projects/spring-framework/issues/29910)
   -   StringDecoder causes direct allocation of ByteBuffer 
[#&#8203;29889](https://togithub.com/spring-projects/spring-framework/pull/29889)
   -   Include all Hibernate query methods in `SharedEntityManagerCreator`'s 
`queryTerminatingMethods` set 
[#&#8203;29886](https://togithub.com/spring-projects/spring-framework/issues/29886)
   -   Add native support for RSocketExchange. 
[#&#8203;29877](https://togithub.com/spring-projects/spring-framework/pull/29877)
   -   Add `@Nullable` to `ProblemDetail.setProperty` value argument 
[#&#8203;29868](https://togithub.com/spring-projects/spring-framework/pull/29868)
   -   Deprecate obsolete `ConcurrentExecutorAdapter` for removal in 6.1 
[#&#8203;29865](https://togithub.com/spring-projects/spring-framework/issues/29865)
   -   ContentDisposition.toString() should include both regular and extended 
filename parameter 
[#&#8203;29861](https://togithub.com/spring-projects/spring-framework/issues/29861)
   -   Refine `Jackson2ObjectMapperBuilder#configureFeature` exception handling 
[#&#8203;29859](https://togithub.com/spring-projects/spring-framework/issues/29859)
   -   Flexible constructor resolution in 
AutowireCapableBeanFactory.createBean(Class) 
[#&#8203;29855](https://togithub.com/spring-projects/spring-framework/issues/29855)
   -   Optimize CorsConfiguration::checkHeaders 
[#&#8203;29853](https://togithub.com/spring-projects/spring-framework/pull/29853)
   -   Spring Web RestTemplate `http.client.requests` Metrics No Longer Have 
`client.name` Tag 
[#&#8203;29839](https://togithub.com/spring-projects/spring-framework/issues/29839)
   -   Allow `@Aspect` classes to extend concrete `@Aspect` classes 
[#&#8203;29830](https://togithub.com/spring-projects/spring-framework/issues/29830)
   -   Custom Constraint Validator not work with native image 
[#&#8203;29823](https://togithub.com/spring-projects/spring-framework/issues/29823)
   -   Deprecate HttpStatus 103 CHECKPOINT in favor of new EARLY_HINTS 
[#&#8203;29816](https://togithub.com/spring-projects/spring-framework/pull/29816)
   -   Fix R2dbcTransactionManager debug log: don't log a Mono 
[#&#8203;29800](https://togithub.com/spring-projects/spring-framework/pull/29800)
   -   Improve generated default name for `@JmsListener` subscription 
[#&#8203;29790](https://togithub.com/spring-projects/spring-framework/pull/29790)
   -   Support double-quoted values in HttpHeaders::getValuesAsList 
[#&#8203;29785](https://togithub.com/spring-projects/spring-framework/issues/29785)
   -   Support method validation for an interface only proxy like an HTTP 
interface client 
[#&#8203;29782](https://togithub.com/spring-projects/spring-framework/issues/29782)
   -   ResourceHandlers cannot resolve static resources without wildcard 
patterns 
[#&#8203;29739](https://togithub.com/spring-projects/spring-framework/issues/29739)
   -   Release R2DBC connection when cleanup fails in transaction 
[#&#8203;29703](https://togithub.com/spring-projects/spring-framework/pull/29703)
   -   Spring Webfilters and Kotlin Coroutines 
[#&#8203;29672](https://togithub.com/spring-projects/spring-framework/issues/29672)
   -   Support "multipart/mixed" and "multipart/related" in 
DefaultServerWebExchange 
[#&#8203;29671](https://togithub.com/spring-projects/spring-framework/pull/29671)
   -   `@JsonDeserialize(builder = ...)` does not work in GraalVM native image 
[#&#8203;29646](https://togithub.com/spring-projects/spring-framework/issues/29646)
   -   Combined class and method `@RequestMapping` without patterns should 
match root path as both "" and "/"  
[#&#8203;29625](https://togithub.com/spring-projects/spring-framework/issues/29625)
   -   Prefer problem detail media type independent of ordering in Accept 
header 
[#&#8203;29588](https://togithub.com/spring-projects/spring-framework/issues/29588)
   -   Restrict forwards in MockMvcWebConnection to 100 
[#&#8203;29557](https://togithub.com/spring-projects/spring-framework/pull/29557)
   -   `@JsonNaming` strategy is not supported in GraalVM native image 
[#&#8203;29386](https://togithub.com/spring-projects/spring-framework/issues/29386)
   -   SQL supplier in R2DBC `DatabaseClient` is eagerly invoked 
[#&#8203;29367](https://togithub.com/spring-projects/spring-framework/issues/29367)
   -   Set reason for WebSocket `CloseStatus.SESSION\_NOT\_RELIABLE` 
[#&#8203;29220](https://togithub.com/spring-projects/spring-framework/pull/29220)
   -   HttpComponentsClientHttpConnector hangs when host is invalid 
[#&#8203;29156](https://togithub.com/spring-projects/spring-framework/issues/29156)
   -   Add ResponseEntity.ofNullable() to deal with non-Optional nullable 
objects 
[#&#8203;29117](https://togithub.com/spring-projects/spring-framework/issues/29117)
   -   Provide access to all configured interceptors in AbstractHandlerMapping 
[#&#8203;28985](https://togithub.com/spring-projects/spring-framework/issues/28985)
   -   Support `Optional` in `PayloadMethodArgumentResolver` 
[#&#8203;28945](https://togithub.com/spring-projects/spring-framework/issues/28945)
   -   Remove clear() call to release method of WeakEntryReference and 
SoftEntryReference 
[#&#8203;28863](https://togithub.com/spring-projects/spring-framework/pull/28863)
   -   Add `MockMvc.multipart()` Kotlin extensions with `HttpMethod` 
[#&#8203;28634](https://togithub.com/spring-projects/spring-framework/pull/28634)
   -   WebSocketConnectionManager constructor with prepared URI 
[#&#8203;28524](https://togithub.com/spring-projects/spring-framework/issues/28524)
   -   Deprecate Base64Utils 
[#&#8203;28434](https://togithub.com/spring-projects/spring-framework/pull/28434)
   -   List supported media types in HttpMediaTypeNotSupportedException when 
given invalid input media types 
[#&#8203;28062](https://togithub.com/spring-projects/spring-framework/issues/28062)
   -   Introduce getContentAsString and getContentAsByteArray to Resource 
[#&#8203;24651](https://togithub.com/spring-projects/spring-framework/pull/24651)
   -   Support Optional in Jackson 2 message converters 
[#&#8203;24498](https://togithub.com/spring-projects/spring-framework/issues/24498)
   -   Refine `ModelAttributeMethodProcessor` Kotlin exception handling 
[#&#8203;23846](https://togithub.com/spring-projects/spring-framework/issues/23846)
   
   #### :lady_beetle: Bug Fixes
   
   -   DefaultHandlerExceptionResolver::doResolveException no longer returns 
ModelAndView customized via protected method 
[#&#8203;29971](https://togithub.com/spring-projects/spring-framework/issues/29971)
   -   `ex.getPropertyName()` is not initialized in 
`ResponseEntityExceptionHandler#handleTypeMismatch` 
[#&#8203;29959](https://togithub.com/spring-projects/spring-framework/issues/29959)
   -   Violation of a unique index on insert in MSSQL is translated to 
DataIntegrityViolationException instead of DuplicateKeyException 
[#&#8203;29950](https://togithub.com/spring-projects/spring-framework/issues/29950)
   -   PathMatchingResourcePatternResolver duplicates module/file resources 
[#&#8203;29934](https://togithub.com/spring-projects/spring-framework/issues/29934)
   -   ResourceUrlEncodingFilter throws StringIndexOutOfBoundsException in 
tests 
[#&#8203;29933](https://togithub.com/spring-projects/spring-framework/issues/29933)
   -   Explicit target ClassLoader for interface-based proxies in 
MvcUriComponentsBuilder 
[#&#8203;29913](https://togithub.com/spring-projects/spring-framework/issues/29913)
   -   org.springframework.web.context.ContextLoader cannot be loaded in a 
native image 
[#&#8203;29905](https://togithub.com/spring-projects/spring-framework/issues/29905)
   -   MockHttpServletRequest InputStream has been made static in 
[gh-29125](https://togithub.com/spring-projects/spring-framework/issues/29125) 
[#&#8203;29901](https://togithub.com/spring-projects/spring-framework/issues/29901)
   -   MvcUriComponentsBuilder adds trailing slash if path is defined at 
controller level only 
[#&#8203;29897](https://togithub.com/spring-projects/spring-framework/issues/29897)
   -   Closing an ApplicationContext leads to Exception at 
ExecutorServiceAdapter 
[#&#8203;29892](https://togithub.com/spring-projects/spring-framework/issues/29892)
   -   Set WebClient Observation as current in reactor context 
[#&#8203;29891](https://togithub.com/spring-projects/spring-framework/issues/29891)
   -   Client request observation contributes full URI template to uri meter 
tag values 
[#&#8203;29885](https://togithub.com/spring-projects/spring-framework/issues/29885)
   -   HTTP client observations miss uri keyvalue for "/" requests 
[#&#8203;29879](https://togithub.com/spring-projects/spring-framework/issues/29879)
   -   ProblemDetail is missing serialization hints for Native Image 
[#&#8203;29801](https://togithub.com/spring-projects/spring-framework/issues/29801)
   -   Invalid Accept header results in IllegalStateException 
[#&#8203;29794](https://togithub.com/spring-projects/spring-framework/issues/29794)
   -   AOT processing fails with Set if type doesn't implement Comparable 
[#&#8203;29792](https://togithub.com/spring-projects/spring-framework/issues/29792)
   -   CSRF token not available to FreeMarker templates 
[#&#8203;29787](https://togithub.com/spring-projects/spring-framework/issues/29787)
   -   Fail more explicitly when AOT attempts to handle a bean definition that 
uses an instance supplier 
[#&#8203;29556](https://togithub.com/spring-projects/spring-framework/issues/29556)
   -   WebSocket stats not updated correctly when sessions cleared 
[#&#8203;29375](https://togithub.com/spring-projects/spring-framework/issues/29375)
   -   `MockHttpServletRequest#setContentType` fails with 
`StringIndexOutOfBoundsException` 
[#&#8203;29255](https://togithub.com/spring-projects/spring-framework/issues/29255)
   -   `InMemoryWebSessionStore#changeSessionId` makes blocking calls to 
UUID.randomUUID 
[#&#8203;29212](https://togithub.com/spring-projects/spring-framework/issues/29212)
   -   ReactorServerHttpRequest does not reflect forwarded host and port when 
`forwarding-header-strategy=native` or cloud platform detected 
[#&#8203;28601](https://togithub.com/spring-projects/spring-framework/issues/28601)
   -   Propagate `CoroutineContext` in reactive transaction 
[#&#8203;27308](https://togithub.com/spring-projects/spring-framework/pull/27308)
   -   Bean validation doesn't work on Kotlin coroutines controller parameters 
[#&#8203;23499](https://togithub.com/spring-projects/spring-framework/issues/23499)
   
   #### :notebook_with_decorative_cover: Documentation
   
   -   Update `@DynamicPropertySource` examples regarding changes in 
Testcontainers 
[#&#8203;29939](https://togithub.com/spring-projects/spring-framework/issues/29939)
   -   Refine `ControllerMappingReflectiveProcessor` documentation 
[#&#8203;29938](https://togithub.com/spring-projects/spring-framework/issues/29938)
   -   Clarify semantics of `primitivesDefaultedForNullValue` in 
`BeanPropertyRowMapper` 
[#&#8203;29923](https://togithub.com/spring-projects/spring-framework/issues/29923)
   -   Document instrumentation for RestTemplate and/or WebClient 
[#&#8203;29904](https://togithub.com/spring-projects/spring-framework/issues/29904)
   -   CronExpression::parse has invalid Javadoc 
[#&#8203;29884](https://togithub.com/spring-projects/spring-framework/issues/29884)
   -   Update Javadoc on async request timeout value in HandlerFunctionAdapter 
[#&#8203;29882](https://togithub.com/spring-projects/spring-framework/pull/29882)
   -   Document how to mark an observation as an error if the exception was 
handled 
[#&#8203;29848](https://togithub.com/spring-projects/spring-framework/issues/29848)
   -   Document that bean instance suppliers are not supported with AOT/native 
[#&#8203;29835](https://togithub.com/spring-projects/spring-framework/issues/29835)
   -   Clearly document that `DataClassRowMapper` supports Java records 
[#&#8203;29814](https://togithub.com/spring-projects/spring-framework/issues/29814)
   -   Increase number of TOC levels in generated PDF documentation 
[#&#8203;29781](https://togithub.com/spring-projects/spring-framework/pull/29781)
   -   Consistent `@Bean` method return type for equivalence with XML example 
[#&#8203;29338](https://togithub.com/spring-projects/spring-framework/issues/29338)
   -   Outdated Javadoc for AbstractApplicationContext.postProcessBeanFactory 
[#&#8203;29064](https://togithub.com/spring-projects/spring-framework/issues/29064)
   -   Improve documentation on support for a language-only Locale requested 
via "Accept-Language" 
[#&#8203;28673](https://togithub.com/spring-projects/spring-framework/issues/28673)
   -   Update the reference documentation with limitation related to `@Bean` 
return type 
[#&#8203;29944](https://togithub.com/spring-projects/spring-framework/issues/29944)
   
   #### :hammer: Dependency Upgrades
   
   -   Upgrade to Micrometer 1.10.4 
[#&#8203;29899](https://togithub.com/spring-projects/spring-framework/issues/29899)
   -   Upgrade to Reactor 2022.0.3 
[#&#8203;29900](https://togithub.com/spring-projects/spring-framework/issues/29900)
   
   #### :heart: Contributors
   
   Thank you to all the contributors who worked on this release:
   
   [@&#8203;Drezir](https://togithub.com/Drezir), 
[@&#8203;FutureGadget](https://togithub.com/FutureGadget), 
[@&#8203;OlgaMaciaszek](https://togithub.com/OlgaMaciaszek), 
[@&#8203;ThomHurks](https://togithub.com/ThomHurks), 
[@&#8203;a364176773](https://togithub.com/a364176773), 
[@&#8203;bcc829](https://togithub.com/bcc829), 
[@&#8203;derrick-pericipio](https://togithub.com/derrick-pericipio), 
[@&#8203;divcon](https://togithub.com/divcon), 
[@&#8203;etylermoss](https://togithub.com/etylermoss), 
[@&#8203;fml2](https://togithub.com/fml2), 
[@&#8203;izeye](https://togithub.com/izeye), 
[@&#8203;j-min5u](https://togithub.com/j-min5u), 
[@&#8203;j3graham](https://togithub.com/j3graham), 
[@&#8203;jprinet](https://togithub.com/jprinet), 
[@&#8203;krzyk](https://togithub.com/krzyk), 
[@&#8203;ks-yim](https://togithub.com/ks-yim), 
[@&#8203;making](https://togithub.com/making), 
[@&#8203;manthanb](https://togithub.com/manthanb), 
[@&#8203;quaff](https://togithub.com/quaff), [@&#8203;r331](https://togithu
 b.com/r331), [@&#8203;sephiroth-j](https://togithub.com/sephiroth-j), 
[@&#8203;srivatsa-cfp](https://togithub.com/srivatsa-cfp), 
[@&#8203;vikeychen](https://togithub.com/vikeychen), 
[@&#8203;wplong11](https://togithub.com/wplong11), 
[@&#8203;xavier-b](https://togithub.com/xavier-b), 
[@&#8203;yuezk](https://togithub.com/yuezk), 
[@&#8203;yuzawa-san](https://togithub.com/yuzawa-san), and 
[@&#8203;zhmaeff](https://togithub.com/zhmaeff)
   
   ### 
[`v6.0.4`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.0.4)
   
   ##### :star: New Features
   
   -   Add native support for `@Convert` on JPA entities 
[#&#8203;29771](https://togithub.com/spring-projects/spring-framework/issues/29771)
   -   `@RequestPart` dto not configured for reflection in aot 
[#&#8203;29749](https://togithub.com/spring-projects/spring-framework/issues/29749)
   -   Avoid wasted memory on empty maps and sets 
[#&#8203;29742](https://togithub.com/spring-projects/spring-framework/pull/29742)
   -   Compatibility with Hibernate ORM 6.2 
[#&#8203;29736](https://togithub.com/spring-projects/spring-framework/issues/29736)
   -   Add Kotlin DSL support for MockMVC andExpectAll 
[#&#8203;29727](https://togithub.com/spring-projects/spring-framework/pull/29727)
   -   Add ExecutingResponseCreator to delegate request and response 
[#&#8203;29721](https://togithub.com/spring-projects/spring-framework/pull/29721)
   -   JmsTemplate.convertAndSend throws NullPointerException during shutdown 
[#&#8203;29706](https://togithub.com/spring-projects/spring-framework/issues/29706)
   -   Extract ResourceEntityResolver HTTPS schema resolution fallback 
[#&#8203;29697](https://togithub.com/spring-projects/spring-framework/pull/29697)
   -   `@Configuration` classes with Kotlin in native-image are broken 
[#&#8203;29663](https://togithub.com/spring-projects/spring-framework/issues/29663)
   -   Introduce Kotlin DSL for `ResultActions.andExpectAll()` 
[#&#8203;27317](https://togithub.com/spring-projects/spring-framework/issues/27317)
   
   ##### :lady_beetle: Bug Fixes
   
   -   ResourceHandlers cannot resolve static resources with certain wildcard 
patterns 
[#&#8203;29712](https://togithub.com/spring-projects/spring-framework/issues/29712)
   -   Conflict on insert gets translated to DataIntegrityViolationException 
instead of DuplicateKeyException in Spring 6 
[#&#8203;29699](https://togithub.com/spring-projects/spring-framework/issues/29699)
   
   ##### :notebook_with_decorative_cover: Documentation
   
   -   fix typo in core-aot.adoc 
[#&#8203;29788](https://togithub.com/spring-projects/spring-framework/pull/29788)
   -   Polish 
[#&#8203;29727](https://togithub.com/spring-projects/spring-framework/issues/29727):
 Mention Kotlin andExpectAll in reference manual 
[#&#8203;29766](https://togithub.com/spring-projects/spring-framework/pull/29766)
   -   Update Jakarta Mail info in ref docs 
[#&#8203;29707](https://togithub.com/spring-projects/spring-framework/issues/29707)
   -   Trigger/TriggerContext reference documentation outdated 
[#&#8203;29702](https://togithub.com/spring-projects/spring-framework/issues/29702)
   -   Improve documentation for literals in SpEL expressions 
[#&#8203;29700](https://togithub.com/spring-projects/spring-framework/issues/29700)
   -   Small fixes and improvements to the reference documentation 
[#&#8203;29694](https://togithub.com/spring-projects/spring-framework/pull/29694)
   -   Fix manipulating property sources example in Javadoc for 
`ConfigurableEnvironment` 
[#&#8203;29693](https://togithub.com/spring-projects/spring-framework/pull/29693)
   
   ##### :hammer: Dependency Upgrades
   
   -   Upgrade to Micrometer 1.10.3 
[#&#8203;29802](https://togithub.com/spring-projects/spring-framework/issues/29802)
   -   Upgrade to Reactor 2022.0.2 
[#&#8203;29797](https://togithub.com/spring-projects/spring-framework/issues/29797)
   
   ##### :heart: Contributors
   
   Thank you to all the contributors who worked on this release:
   
   [@&#8203;Dunemaster](https://togithub.com/Dunemaster), 
[@&#8203;IDJack](https://togithub.com/IDJack), 
[@&#8203;diguage](https://togithub.com/diguage), 
[@&#8203;izeye](https://togithub.com/izeye), and 
[@&#8203;quim3ra](https://togithub.com/quim3ra)
   
   ### 
[`v6.0.3`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.0.3)
   
   ##### :star: New Features
   
   -   Throw PessimisticLockingFailureException/CannotAcquireLockException 
instead of plain ConcurrencyFailureException 
[#&#8203;29675](https://togithub.com/spring-projects/spring-framework/issues/29675)
   -   Introduce additional constructors in `MockClientHttpRequest` and 
`MockClientHttpResponse` 
[#&#8203;29670](https://togithub.com/spring-projects/spring-framework/issues/29670)
   -   Fall back to JdkClientHttpConnector as ClientHttpConnector 
[#&#8203;29645](https://togithub.com/spring-projects/spring-framework/pull/29645)
   -   Optimize object creation in `RequestMappingHandlerMapping#handleNoMatch` 
[#&#8203;29634](https://togithub.com/spring-projects/spring-framework/pull/29634)
   -   Align multipart codecs on client and server 
[#&#8203;29630](https://togithub.com/spring-projects/spring-framework/issues/29630)
   -   Deprecate "application/graphql+json" media type after spec changes 
[#&#8203;29617](https://togithub.com/spring-projects/spring-framework/issues/29617)
   -   HTTP interface client does not call FormHttpMessageWriter when writing 
form data 
[#&#8203;29615](https://togithub.com/spring-projects/spring-framework/issues/29615)
   -   ProblemDetail doesn't override the equals method 
[#&#8203;29606](https://togithub.com/spring-projects/spring-framework/issues/29606)
   -   Add title to SockJS iFrames for accessibility compliance 
[#&#8203;29594](https://togithub.com/spring-projects/spring-framework/pull/29594)
   -   Forbid loading of a test's `ApplicationContext` in AOT mode if AOT 
processing failed 
[#&#8203;29579](https://togithub.com/spring-projects/spring-framework/issues/29579)
   -   Deprecate JettyWebSocketClient in favor of StandardWebSocketClient 
[#&#8203;29576](https://togithub.com/spring-projects/spring-framework/issues/29576)
   -   Improve options to expose MessageSource formatted errors for a 
ProblemDetail response 
[#&#8203;29574](https://togithub.com/spring-projects/spring-framework/issues/29574)
   -   Make `@ModelAttribute` and `@InitBinder` annotations `@Reflective` 
[#&#8203;29572](https://togithub.com/spring-projects/spring-framework/issues/29572)
   -   Update `BindingReflectionHintsRegistrar` to support properties on 
records 
[#&#8203;29571](https://togithub.com/spring-projects/spring-framework/issues/29571)
   
   ##### :lady_beetle: Bug Fixes
   
   -   Cannot use WebDAV methods in Spring MVC 6.0 anymore 
[#&#8203;29689](https://togithub.com/spring-projects/spring-framework/issues/29689)
   -   AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch 
results when other attributes exist in container annotation 
[#&#8203;29685](https://togithub.com/spring-projects/spring-framework/issues/29685)
   -   BeanWrapperImpl NPE in setWrappedInstance after invoking 
getPropertyValue 
[#&#8203;29681](https://togithub.com/spring-projects/spring-framework/issues/29681)
   -   SpEL `ConstructorReference` does not generate AST representation of 
arrays 
[#&#8203;29665](https://togithub.com/spring-projects/spring-framework/issues/29665)
   -   NullPointerException in BindingReflectionHintsRegistrar for anonymous 
classes 
[#&#8203;29657](https://togithub.com/spring-projects/spring-framework/issues/29657)
   -   DataBufferInputStream violates InputStream contract 
[#&#8203;29642](https://togithub.com/spring-projects/spring-framework/issues/29642)
   -   Component scanning no longer uses component index for `@Named`, 
`@ManagedBean`, and other Jakarta annotations 
[#&#8203;29641](https://togithub.com/spring-projects/spring-framework/issues/29641)
   -   Fix canWrite in PartHttpMessageWriter  
[#&#8203;29631](https://togithub.com/spring-projects/spring-framework/pull/29631)
   -   `NoHandlerFoundException` mistakenly returns request headers from 
`ErrorResponse#getHeaders` 
[#&#8203;29626](https://togithub.com/spring-projects/spring-framework/issues/29626)
   -   URI override for `@HttpExchange` doesn't work if there are both `URI` 
and `@PathVariable` method parameters 
[#&#8203;29624](https://togithub.com/spring-projects/spring-framework/issues/29624)
   -   Unnecessary parameter name introspection for constructor-arg resolution 
(leading to LocalVariableTableParameterNameDiscoverer warnings) 
[#&#8203;29612](https://togithub.com/spring-projects/spring-framework/issues/29612)
   -   Set detail from reason in both constructors of ResponseStatusException 
[#&#8203;29608](https://togithub.com/spring-projects/spring-framework/pull/29608)
   -   SpEL string literal misses single quotation marks in toStringAST() 
[#&#8203;29604](https://togithub.com/spring-projects/spring-framework/issues/29604)
   -   AOT code generation fails for bean of type `boolean` 
[#&#8203;29598](https://togithub.com/spring-projects/spring-framework/issues/29598)
   -   `request`-scoped bean with `@Lazy` fails in native image (due to missing 
detection of CGLIB lazy resolution proxies) 
[#&#8203;29584](https://togithub.com/spring-projects/spring-framework/issues/29584)
   -   500 error from WebFlux when parsing Content-Type leads to 
InvalidMediaTypeException 
[#&#8203;29565](https://togithub.com/spring-projects/spring-framework/issues/29565)
   -   ConcurrentLruCache implementation is using too much heap memory 
[#&#8203;29520](https://togithub.com/spring-projects/spring-framework/issues/29520)
   -   Duplicate key violation gets translated to 
DataIntegrityViolationException instead of DuplicateKeyException in Spring 6 
[#&#8203;29511](https://togithub.com/spring-projects/spring-framework/issues/29511)
   -   SpEL: Two double quotes are replaced by one double quote in single 
quoted `String` literal (and vice versa) 
[#&#8203;28356](https://togithub.com/spring-projects/spring-framework/issues/28356)
   
   ##### :notebook_with_decorative_cover: Documentation
   
   -   Fix ErrorResponse#type documentation 
[#&#8203;29632](https://togithub.com/spring-projects/spring-framework/pull/29632)
   -   Fix typo in observability documentation 
[#&#8203;29590](https://togithub.com/spring-projects/spring-framework/pull/29590)
   -   Consistent documentation references to Jakarta WebSocket (2.1) 
[#&#8203;29581](https://togithub.com/spring-projects/spring-framework/issues/29581)
   -   Unrendered asciidoc headings in reference documentation 
[#&#8203;29569](https://togithub.com/spring-projects/spring-framework/issues/29569)
   -   Document observability support 
[#&#8203;29524](https://togithub.com/spring-projects/spring-framework/issues/29524)
   
   ##### :hammer: Dependency Upgrades
   
   -   Upgrade to Apache HttpClient 5.2 
[#&#8203;29627](https://togithub.com/spring-projects/spring-framework/issues/29627)
   -   Upgrade to Gradle 7.6 
[#&#8203;29583](https://togithub.com/spring-projects/spring-framework/issues/29583)
   -   Upgrade to Micrometer 1.10.2 
[#&#8203;29678](https://togithub.com/spring-projects/spring-framework/issues/29678)
   -   Upgrade to Reactor 2022.0.1 
[#&#8203;29679](https://togithub.com/spring-projects/spring-framework/issues/29679)
   
   ##### :heart: Contributors
   
   Thank you to all the contributors who worked on this release:
   
   [@&#8203;Aashay-Chapatwala](https://togithub.com/Aashay-Chapatwala), 
[@&#8203;CoderYellow](https://togithub.com/CoderYellow), 
[@&#8203;ShenFeng312](https://togithub.com/ShenFeng312), 
[@&#8203;Spark61](https://togithub.com/Spark61), 
[@&#8203;divcon](https://togithub.com/divcon), 
[@&#8203;izeye](https://togithub.com/izeye), 
[@&#8203;koo-taejin](https://togithub.com/koo-taejin), 
[@&#8203;mdeinum](https://togithub.com/mdeinum), 
[@&#8203;mhalbritter](https://togithub.com/mhalbritter), 
[@&#8203;quaff](https://togithub.com/quaff), and 
[@&#8203;singhbaljit](https://togithub.com/singhbaljit)
   
   ### 
[`v6.0.2`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.0.2)
   
   ##### :star: New Features
   
   -   Rely on standard parameter name resolution in Bean Validation 3.0 
[#&#8203;29566](https://togithub.com/spring-projects/spring-framework/issues/29566)
   
   ##### :lady_beetle: Bug Fixes
   
   -   ResponseStatusException does not use the reason to set the "detail" 
field 
[#&#8203;29567](https://togithub.com/spring-projects/spring-framework/issues/29567)
   -   LocalVariableTableParameterNameDiscoverer logs many warnings with 
Hibernate validation 
[#&#8203;29563](https://togithub.com/spring-projects/spring-framework/issues/29563)
   
   ##### :notebook_with_decorative_cover: Documentation
   
   -   org.springframework.web.multipart.commons not found 
[#&#8203;29562](https://togithub.com/spring-projects/spring-framework/issues/29562)
   
   ### 
[`v6.0.1`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.0.1)
   
   #### :star: New Features
   
   -   Make `SourceHttpMessageConverter` optional 
[#&#8203;29535](https://togithub.com/spring-projects/spring-framework/issues/29535)
   -   Deprecate `LocalVariableTableParameterNameDiscoverer` completely 
(avoiding its exposure in native images) 
[#&#8203;29531](https://togithub.com/spring-projects/spring-framework/pull/29531)
   -   Make GeneratorStrategy.generate unreachable on native 
[#&#8203;29521](https://togithub.com/spring-projects/spring-framework/pull/29521)
   -   Update `LogAdapter` to allow build-time code removal 
[#&#8203;29506](https://togithub.com/spring-projects/spring-framework/pull/29506)
   
   #### :lady_beetle: Bug Fixes
   
   -   Unhandled exceptions should mark Servlet observation outcome as error 
[#&#8203;29512](https://togithub.com/spring-projects/spring-framework/issues/29512)
   
   #### :notebook_with_decorative_cover: Documentation
   
   -   Broken link in documentation section 6.10 
[#&#8203;29554](https://togithub.com/spring-projects/spring-framework/issues/29554)
   -   Fix Javadoc link text in BindingResult 
[#&#8203;29551](https://togithub.com/spring-projects/spring-framework/pull/29551)
   -   Fix some typos in Kotlin WebClient example code 
[#&#8203;29538](https://togithub.com/spring-projects/spring-framework/pull/29538)
   -   Fix link to Bean Utils Light Library in BeanUtils Javadoc 
[#&#8203;29534](https://togithub.com/spring-projects/spring-framework/pull/29534)
   -   Fix link to WebFlux section in reference manual 
[#&#8203;29525](https://togithub.com/spring-projects/spring-framework/pull/29525)
   -   Document RuntimeHints testing strategies 
[#&#8203;29523](https://togithub.com/spring-projects/spring-framework/issues/29523)
   -   Reorganize and modularize the Testing chapter in the reference manual 
[#&#8203;29522](https://togithub.com/spring-projects/spring-framework/issues/29522)
   -   Document switch to `SQLExceptionSubclassTranslator` in the upgrade guide 
[#&#8203;29518](https://togithub.com/spring-projects/spring-framework/issues/29518)
   -   Update documentation to mention Java 17+ baseline 
[#&#8203;29514](https://togithub.com/spring-projects/spring-framework/issues/29514)
   -   Link to Spring WebFlux section is broken 
[#&#8203;29513](https://togithub.com/spring-projects/spring-framework/issues/29513)
   -   Update javadoc of Jackson-based decoders to reflect 2.14 baseline 
[#&#8203;29508](https://togithub.com/spring-projects/spring-framework/pull/29508)
   -   Code example has callout from a different code example 
[#&#8203;29505](https://togithub.com/spring-projects/spring-framework/issues/29505)
   -   Code listing callouts are displayed incorrectly in core-beans.adoc 
[#&#8203;29457](https://togithub.com/spring-projects/spring-framework/issues/29457)
   -   Fix a syntax error in an XML listing in core-validation.adoc 
[#&#8203;29456](https://togithub.com/spring-projects/spring-framework/pull/29456)
   
   #### :hammer: Dependency Upgrades
   
   -   Upgrade to Jackson 2.14.1 
[#&#8203;29539](https://togithub.com/spring-projects/spring-framework/issues/29539)
   -   Upgrade to Kotlin 1.7.21 
[#&#8203;29543](https://togithub.com/spring-projects/spring-framework/issues/29543)
   
   #### :heart: Contributors
   
   Thank you to all the contributors who worked on this release:
   
   [@&#8203;Encyclopedias](https://togithub.com/Encyclopedias), 
[@&#8203;andregasser](https://togithub.com/andregasser), 
[@&#8203;davidcostanzo](https://togithub.com/davidcostanzo), 
[@&#8203;divcon](https://togithub.com/divcon), 
[@&#8203;jiangying000](https://togithub.com/jiangying000), 
[@&#8203;mdeinum](https://togithub.com/mdeinum), and 
[@&#8203;wilkinsona](https://togithub.com/wilkinsona)
   
   ### 
[`v6.0.0`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.0.0)
   
   See [What's New in Spring Framework 
6.x](https://togithub.com/spring-projects/spring-framework/wiki/What%27s-New-in-Spring-Framework-6.x)
 and [Upgrading to Spring Framework 
6.x](https://togithub.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x)
 for upgrade instructions and details of new features.
   
   #### :star: New Features
   
   -   Avoid direct URL construction and URL equality checks 
[#&#8203;29486](https://togithub.com/spring-projects/spring-framework/issues/29486)
   -   Simplify creating RFC 7807 responses from functional endpoints  
[#&#8203;29462](https://togithub.com/spring-projects/spring-framework/issues/29462)
   -   Allow test classes to provide runtime hints via declarative mechanisms 
[#&#8203;29455](https://togithub.com/spring-projects/spring-framework/issues/29455)
   
   #### :notebook_with_decorative_cover: Documentation
   
   -   Align javadoc of DefaultParameterNameDiscoverer with its behavior 
[#&#8203;29494](https://togithub.com/spring-projects/spring-framework/pull/29494)
   -   Document AOT support in the TestContext framework 
[#&#8203;29482](https://togithub.com/spring-projects/spring-framework/issues/29482)
   -   Document Ahead of Time processing in the reference guide 
[#&#8203;29350](https://togithub.com/spring-projects/spring-framework/issues/29350)
   
   #### :hammer: Dependency Upgrades
   
   -   Upgrade to Reactor 2022.0.0 
[#&#8203;29465](https://togithub.com/spring-projects/spring-framework/issues/29465)
   
   #### :heart: Contributors
   
   Thank you to all the contributors who worked on this release:
   
   [@&#8203;ophiuhus](https://togithub.com/ophiuhus) and 
[@&#8203;wilkinsona](https://togithub.com/wilkinsona)
   
   ### 
[`v5.3.27`](https://togithub.com/spring-projects/spring-framework/releases/tag/v5.3.27)
   
   ##### :star: New Features
   
   -   Limit string concatenation in SpEL expressions 
[#&#8203;30331](https://togithub.com/spring-projects/spring-framework/issues/30331)
   -   Limit SpEL expression length 
[#&#8203;30329](https://togithub.com/spring-projects/spring-framework/issues/30329)
   -   Disable variable assignment in SimpleEvaluationContext 
[#&#8203;30327](https://togithub.com/spring-projects/spring-framework/issues/30327)
   -   Introduce `StringUtils.truncate()` 
[#&#8203;30291](https://togithub.com/spring-projects/spring-framework/issues/30291)
   -   Introduce `ObjectUtils.nullSafeConciseToString()` 
[#&#8203;30287](https://togithub.com/spring-projects/spring-framework/issues/30287)
   -   Make `HttpComponentsHeadersAdapter#getFirst` nullable 
[#&#8203;30269](https://togithub.com/spring-projects/spring-framework/issues/30269)
   
   ##### :lady_beetle: Bug Fixes
   
   -   Fix regression  in ReactorServerHttpRequest related to IPV6 Zone id with 
"%" 
[#&#8203;30314](https://togithub.com/spring-projects/spring-framework/issues/30314)
   -   SSE breaks with indenting serializer in WebMvc.fn 
[#&#8203;30302](https://togithub.com/spring-projects/spring-framework/issues/30302)
   -   Increase max regex length in SpEL expressions 
[#&#8203;30298](https://togithub.com/spring-projects/spring-framework/issues/30298)
   -   NullPointerException on timeout in HttpComponentsClientHttpConnector 
when using Apache HttpComponents 
[#&#8203;30246](https://togithub.com/spring-projects/spring-framework/issues/30246)
   -   Wrong MockRestRequestMatchers.header() method in spring-test being 
invoked (JDK issue?) 
[#&#8203;30235](https://togithub.com/spring-projects/spring-framework/issues/30235)
   -   TypeNotPresentException: org/springframework/cglib/proxy/NoOp not 
present on Java 17 
[#&#8203;30228](https://togithub.com/spring-projects/spring-framework/issues/30228)
   -   Refine generic type management in `AbstractMessageWriterResultHandler` 
[#&#8203;30215](https://togithub.com/spring-projects/spring-framework/issues/30215)
   -   MvcUriComponentsBuilder.fromMethodCall breaks for controller with 
CharSequence return type 
[#&#8203;30212](https://togithub.com/spring-projects/spring-framework/issues/30212)
   -   Handle all exceptions for stored proc output param retrieval in 
`SharedEntityManagerCreator` 
[#&#8203;30164](https://togithub.com/spring-projects/spring-framework/issues/30164)
   
   ##### :notebo
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: Branch creation - "before 3am on the first day of the month" 
(UTC), Automerge - At any time (no schedule defined).
   
   🚦 **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
   🔕 **Ignore**: Close this PR and you won't be reminded about these updates 
again.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Renovate 
Bot](https://togithub.com/solrbot/renovate-github-action)
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42OS41IiwidXBkYXRlZEluVmVyIjoiMzUuNjkuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
   


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

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

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


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

Reply via email to