Nineya
Home
Blog
Spring Inconsistent use of cleaned URLs in PathMatchingResourcePatternResolver
2025-01-08 22:36:35
20149
We have written our own plugin framework for Spring Boot where plugins (additional jar files) are loaded in their own Pl...
Spring Links are broken in KDocs
2025-01-08 22:36:32
1115
Currently I am working on a Spring WebFlux/Kotlin Coroutines project, and explored the Spring Kotlin extensions docs fre...
Spring add logging to CORS optimization
2025-01-08 22:36:28
1226
I just spent hours trying to figure out why my cors configuration wasn't working. It turns out that it was. The problem ...
Spring Do not send Cookie header in reactive JdkClientHttpRequest if no cookies added
2025-01-08 22:36:26
66
Backport of gh-32799.Comment From: rstoyanchevDuplicate of #32831.
Spring Do not send Cookie header in reactive JdkClientHttpRequest if no cookies added
2025-01-08 22:36:22
156
Prevent cookies to be set to empty in the HTTP request if no cookie is present.The Cookie header should not be sent if n...
Spring Make it possible for Spring Security to align with Spring MVC without HandlerMappingIntrospector
2025-01-08 22:36:20
2166
This is already the case in WebFlux which can serve as an example. However, in WebFlux there is only one path matching m...
Spring Improve wording in Spring Framework Overview documentation
2025-01-08 22:36:17
838
This pull request fixes a small grammatical mistake by adding missing articles to improve readability and correctness in...
Spring Register DynamicPropertyRegistry as a singleton bean in a test's ApplicationContext
2025-01-08 22:36:11
1482
OverviewDynamicPropertyRegistry was introduced in conjunction with the @DynamicPropertySource support in the TestContext...
Spring @PathVariable is used in the @Controller occurred java.lang.OutOfMemoryError: Java heap space
2025-01-08 22:36:09
6824
My example code@Controllerpublic class DemoController { @GetMapping(path = "/demo/{*path}") public Objec...
Spring Support global @MessageExceptionHandler via @ControllerAdvice in RSocket
2025-01-08 22:36:06
901
This is specific to rSocket.Add support for global @MessageExceptionHandler using @ControllerAdvice.Currently @MessageEx...
Spring Document SpEL IndexAccessor support in the reference manual
2025-01-08 22:36:03
207
OverviewNow that we've introduced IndexAccessor, CompilableIndexAccessor, and ReflectiveIndexAccessor, we should documen...
Spring MediaTypeAssert risk false negative with isNotEqual assertion
2025-01-08 22:36:01
1727
In MediaTypeAssert, we have both isEqualTo(Object) and isEqualTo(String), but only isNotEqualTo(Object).The later is inh...
Spring "GET must not have a request body" exception with RestTemplate.exchange(...) and OkHttp3ClientHttpRequest.executeInternal()
2025-01-08 22:35:59
10489
Out team recently upgraded out project from spring boot 3.1.9 to 3.2.3 (spring-framework from 6.0.17 to 6.1.6). After th...
Spring ReadOnlyHttpHeaders is package-private that prevents instanceOf
2025-01-08 22:35:53
3759
Affects: latest 5.3.13Class org.springframework.http.ReadOnlyHttpHeaders from module spring-web is package-private that...
Spring @TestBean and real bean instance cannot coexist
2025-01-08 22:35:50
4120
Environment: Spring 6.2.0-M1, Java 21Example project: https://github.com/hantsy/spring6-sandbox/tree/master/test-beanThe...
Spring ResponseEntity<Resource> is not reliably closed with InputStreamResource
2025-01-08 22:35:44
4396
Environment: SpringBoot 2.7.10, SpringWeb 5.3.26, Java 11There is a file download api which uses Amazon S3, and the retu...
Spring Make it easier to register reflection hints on interface hierarchies
2025-01-08 22:35:41
216
As raised by @OlgaMaciaszek , BeanRegistrationsAotContribution contains a private method introspectPublicMethodsOnAllInt...
Spring Bean overriding in tests should use by-type semantic if no name is specified
2025-01-08 22:35:39
3954
Environment: Spring 6.2.0-M1, Java 21Example project: https://github.com/hantsy/spring6-sandbox/tree/master/test-beanI t...
Spring Support varargs invocations in SpEL for varargs array subtype in compiled expressions
2025-01-08 22:35:37
1647
This PR adds support for varargs invocations where the varargs argument is an array with a component type that is a subt...
Spring Socket.io support
2025-01-08 22:35:34
569
Spring boot provides support for websockets and sockjs. Shouldn't spring boot also give you the option to use the socket...
上一页
下一页
1
…
1188
1189
1190
1191
1192
…
2246
.