Nineya
Home
Blog
Spring AntPathPatternMatcher hardcoded "/" separator in variables glob
2025-01-08 22:50:55
1029
If you don't use the default separator, "/" should not be special:jshell> new AntPathMatcher("\0").extractU...
Spring Fail fast if a @Bean method declares @Autowired as well
2025-01-08 22:50:52
470
Along the lines of #31007 in 6.1, we intend to tighten @Bean processing further in 6.2: rejecting an accidental @Autowir...
Spring Move Testing below other framework concerns in the reference documentation TOC
2025-01-08 22:50:50
224
Right now "Testing" is just below "Core Technologies" and yet the testing section has plenty of references to the rest o...
Spring Exclude GitHub Actions bot from changelog
2025-01-08 22:50:47
322
The github actions bot is currently listed as a contributor. We should exclude it until https://github.com/spring-io/git...
Spring Document AssertJ support for MockMvc
2025-01-08 22:50:45
607
With #21178 merged, we still need to work on the documentation. The current MockMvc section is really focused on Hamcres...
Spring Early LocalContainerEntityManagerFactoryBean initialization fails in case of null bean definition
2025-01-08 22:50:42
38705
Since upgrading the Spring Boot from version 3.2.5 to version 3.3.1 the following exception is thrown for every test cla...
Spring ReactorNettyClientRequest.convertException should include original exception if cause is null
2025-01-08 22:50:39
709
one update:inyour fixyou throw in ReactorNettyClientRequest::convertException - after falling thru - the IOException thi...
Spring Exception mapping does not work as expected when plugging in ReactorNettyClientRequestFactory into RestTemplate and RestClient
2025-01-08 22:50:37
1882
Affects: Spring Framework Web 6.1.8I use the ReactorNettyClientRequestFactory within RestTemplate and RestClient.RestTem...
Spring Use lambda expressions consistently
2025-01-08 22:50:35
341
In RouterFunctionDsl.kt, I saw several cases where lambda expressions were used mixed(placing lambda outside or inside t...
Spring Add support for GraalVM lambdaCapturingTypes
2025-01-08 22:50:32
3975
Affects: Spring Framework 6.0.2spring now support https://github.com/oracle/graal/commit/b455f23b624a1af149c7d5769443a47...
Spring @Transactional(noRollbackFor) is not respected when calling JpaRepository.save method
2025-01-08 22:50:30
8393
Description:I am experiencing an issue where the noRollbackFor attribute of the @Transactional annotation is not respect...
Spring The result of Kotlin suspend fun cannot be received from @AfterReturning in spring boot 3.2.x version.
2025-01-08 22:50:27
2442
Affects: org.springframework.boot: 3.2.5org.springframework: 6.1.6kotlin: 1.9After calling the suspend func, we are post...
Spring getTypeForFactoryMethod should catch NoClassDefFoundError
2025-01-08 22:50:22
23792
Environment: SpringBoot 3.2.6In the following scenario, this behavior makes it difficult to locate the root cause of the...
Spring Task :spring-webmvc:test FAILED for v6.0.18
2025-01-08 22:50:20
2067
Affects: \Hi Team,I am trying to build org.springframework:spring-webmvc:6.0.18 while executing ./gradlew test the build...
Spring Fix attribute return types in @DeleteExchange, @PatchExchange, and @PutExchange
2025-01-08 22:50:16
193
value and url doesn't match with HttpExchange return type.Comment From: sbrannenThis has been merged into main.Thanks!p....
Spring AOT generates a raw type for a generic type with nested unresolved generics
2025-01-08 22:50:13
737
Initially reported by @odrotbohm on Spring Restbucks.There is a check in code generator for ResolvableType: https://gith...
Spring Let custom ObjectProvider implementations declare a single method only
2025-01-08 22:50:10
864
Historically, ObjectProvider comes with several default methods already but still requires concrete implementations to d...
Spring Move Servlet HTTP Message Conversion to its own section
2025-01-08 22:50:06
329
While working on #25457 I noticed that, on the Servlet side, the HTTP Message converters were only documented in the cli...
Spring spring-form JSP tags should escape HTML value based on response character encoding
2025-01-08 22:50:04
472
I notice that spring-form JSP tags always escapes attribute value with character encoding ISO-8859-1 defined in class We...
Spring Support all "connection reset" exception phrases in DisconnectedClientHelper
2025-01-08 22:50:02
4123
In recent versions org.springframework.web.util.DisconnectedClientHelper was added. But we are facing some other sort of...
上一页
下一页
1
…
1176
1177
1178
1179
1180
…
2246
.