Spring Correctly identify MaxUploadSizeExceededException through keywords in message from Jetty 9.4.x

MaxUploadSizeExceededException is recognized based on the exception message containing the words "size" and "exceed". Je...

Spring Add WebFlux equivalent of ResponseEntityExceptionHandler

This would be helpful to facilitate customization of error messages for all framework exceptions especially for RFC 7807...

Spring ResolvableType.forInstance should return NONE for null instance

ResolvableType.forInstance(Object) enforces a not-null argument which makes it unpleasant to use with input that can com...

Spring Improve diagnostics for CGLIB ClassLoader issues on Java 9+

Inspired by the discussion in https://github.com/spring-projects/spring-hateoas/issues/1806, we should improve the diagn...

Spring Create well-known non-interface types in CollectionFactory without using reflection

Affects: 6.0As discussed with @sdeleuze, it would be useful for native images if CollectionFactory could create instance...

Spring R2DBC: @Transactional(readOnly) is applied to the connection before the transaction has begun

Affects: \At least 5.3.19->5.3.20I was trying to set a transaction to read only to fake a read only connection. Turns...

Spring Upgrade client support to R2DBC 1.0

This is a follow up to #28059.Since R2DBC 1.0 has been released, we should upgrade and ensure compatibility with 1.0 for...

Spring Fix expectations in MockMvc Kotlin documentation

This is a test against a generic PUT endpoint. The .andExpect { status().isOk } assertion always passes, regardless of t...

Spring Kotlin examples for setter injection incorrectly use field injection

While analyzing #28590, I noticed that many of the examples involving setter injection and Kotlin incorrectly use field ...

Spring Fix Kotlin code snippets language

Replace [source,java,indent=0,subs="verbatim,quotes",role="secondary"] by [source,kotlin,indent=0,subs="verbatim,quotes"...

Spring Fix Kotlin example for defines a custom @Production

https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-definition-profiles-java@Target(Anno...

Spring Introduce removeApplicationListener in ConfigurableApplicationContext

Archie Cobbs opened SPR-9387 and commentedI have some object which need to receive some ApplicationEvents that are sent ...

Spring Name RuntimeHintsRegistrar implementations consistently

We'd like to use RuntimeHints as suffix for RuntimeHintsRegistrar implementations (to follow the naming of @ImportRuntim...

Spring Fix and improve Javadoc in spring-tx

Comment From: marcwrobel@sbrannen, thank you for you reviews. For the time being I create a PR for each module. But if i...

Spring DefaultSerializer doesn't work with non-serializable records

While upgrading some code for the upcoming Spring 6 Recipes I noticed an error when migrating a class to a record. Excep...

Spring Allow dynamic properties in ProblemDetail

There is a need for a generic map of properties in ProblemDetail for properties that are not known ahead of time, and ca...

Spring Please tell me why Spring @RequestBody support the GET method ?

It does not seem to meet the HTTP protocol.Comment From: mdeinumThis is a question and is more suited for StackOverflow....

Spring Fix and improve Javadoc in spring-websocket

Comment From: sbrannenThis has been merged into 5.3.x and main.Thanks for submitting your first PR to the Spring Framewo...

Spring try

Comment From: pivotal-cla@abhigar9 Please sign the Contributor License Agreement!Click here to manually synchronize the ...

Spring Provide SerializationHintsPredicates in RuntimeHintsPredicates

It would be nice to have the SerializationHintsPredicates in RuntimeHintsPredicates as we have for reflections, resource...
上一页 下一页
.