Spring Inconsistent use of cleaned URLs in PathMatchingResourcePatternResolver

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

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

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

Backport of gh-32799.Comment From: rstoyanchevDuplicate of #32831.

Spring Do not send Cookie header in reactive JdkClientHttpRequest if no cookies added

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

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

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

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

My example code@Controllerpublic class DemoController { @GetMapping(path = "/demo/{*path}") public Objec...

Spring Support global @MessageExceptionHandler via @ControllerAdvice in RSocket

This is specific to rSocket.Add support for global @MessageExceptionHandler using @ControllerAdvice.Currently @MessageEx...

Spring Document SpEL IndexAccessor support in the reference manual

OverviewNow that we've introduced IndexAccessor, CompilableIndexAccessor, and ReflectiveIndexAccessor, we should documen...

Spring MediaTypeAssert risk false negative with isNotEqual assertion

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()

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

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

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

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

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

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

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

Spring boot provides support for websockets and sockjs. Shouldn't spring boot also give you the option to use the socket...
上一页 下一页
.