Nineya
Home
Blog
Spring Correctly identify MaxUploadSizeExceededException through keywords in message from Jetty 9.4.x
2025-01-08 05:51:02
670
MaxUploadSizeExceededException is recognized based on the exception message containing the words "size" and "exceed". Je...
Spring Add WebFlux equivalent of ResponseEntityExceptionHandler
2025-01-08 05:51:00
253
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
2025-01-08 05:50:56
622
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+
2025-01-08 05:50:53
871
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
2025-01-08 05:50:51
702
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
2025-01-08 05:50:49
1668
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
2025-01-08 05:50:46
285
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
2025-01-08 05:50:44
2991
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
2025-01-08 05:50:42
3582
While analyzing #28590, I noticed that many of the examples involving setter injection and Kotlin incorrectly use field ...
Spring Fix Kotlin code snippets language
2025-01-08 05:50:39
169
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
2025-01-08 05:50:37
237
https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-definition-profiles-java@Target(Anno...
Spring Introduce removeApplicationListener in ConfigurableApplicationContext
2025-01-08 05:50:35
4144
Archie Cobbs opened SPR-9387 and commentedI have some object which need to receive some ApplicationEvents that are sent ...
Spring Name RuntimeHintsRegistrar implementations consistently
2025-01-08 05:50:33
258
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
2025-01-08 05:50:29
377
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
2025-01-08 05:50:26
3527
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
2025-01-08 05:50:22
5960
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 ?
2025-01-08 05:50:18
627
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
2025-01-08 05:50:16
126
Comment From: sbrannenThis has been merged into 5.3.x and main.Thanks for submitting your first PR to the Spring Framewo...
Spring try
2025-01-08 05:50:12
191
Comment From: pivotal-cla@abhigar9 Please sign the Contributor License Agreement!Click here to manually synchronize the ...
Spring Provide SerializationHintsPredicates in RuntimeHintsPredicates
2025-01-08 05:50:09
1075
It would be nice to have the SerializationHintsPredicates in RuntimeHintsPredicates as we have for reflections, resource...
上一页
下一页
1
…
1421
1422
1423
1424
1425
…
2246
.