Spring MockHttpServletResponse.addCookie does not override cookie with the same name

private MockHttpServletResponse response = new MockHttpServletResponse(); @Test public void removeAuthCookiesT...

Spring Support multiple aliases via @AliasFor

Previously, one annotation attribute only supported one alias. You can only do like this: @Target({ElementType.ANNOTA...

Spring Support multiple aliases via @AliasFor #25857

Before time ,one annotation attribute only supports one alias ,you can only do like this: @Target({ElementType.ANNOTA...

Spring spring-mongodb: MappingMongoConverter appears to be using a Maps Value Type to serialise it's Key for Custom Map implementations

Affects: <2.1.8I have a custom map implementationclass IdentityMap<T> : MutableMap<Identity, T>And I have...

Spring Remove rogue semicolon in WebClient docs

Comment From: pivotal-issuemaster@aksh1618 Please sign the Contributor License Agreement!Click here to manually synchron...

Spring SseEmitter: connection closed after first event

It seems like there is a regression introduced into SseEmitter in latest 5.2.10.RELEASE (apparently https://github.com/s...

Spring WebFlux: add option to ServerHttpSecurity to allow custom ServerAuthenticationConverter

I have to integrate form login based with recaptcha v3, so I also need recaptcha and action parameters to be extracted f...

Spring DefaultWebClientBuilder copies references

The DefaultWebClientBuilder is copying references (e.g.defaul;tHeaders) to the built WebClient instance. This prevents r...

Spring Spring WebSocket: Change in runtime StompBroker to other server [SPR-16941]

Manuel Jordan opened SPR-16941 and commentedI have two ActiveMQ servers already started. Consider primary and secondary....

Spring @Nonnull annotation breaks ServletRequestMethodArgumentResolver for Principal

If you have something like: @GetMapping("/foo")public ResponseEntity<?> method(@Nonnull Principal princi...

Spring Fixing contextPath when mutating ServerHttpRequest introduced issue with RewritePath filter

After upgrading from SpringBoot 2.3.1.RELEASE to 2.3.2.RELEASE I've faced issue connected with this commit:https://githu...

Spring UriBuilder replaceQueryParam suggests a way to handle nulls.

I expect replaceQueryParam to skip null values.UriComponentsBuilder.newInstance() .queryParam("baz&q...

Spring enhancements for spring-webflux

:For enhancements, provide context and describe the problem.context&problem:When I use webclient to request an http ...

Spring CommonsRequestLoggingFilter log only before request

I am using CommonsRequestLoggingFilter to log incoming requests, but I am interested only in the start of the request an...

Spring HttpServerOperations overrides content-length to 0 on HTTP HEAD

Affects: 5.2.9.RELEASEAccording to the specification RFC https://tools.ietf.org/html/rfc7231#section-4.3.2The server SHO...

Spring Serving static files slowdown [SPR-16654]

Ivan Martos opened SPR-16654 and commentedAfter we upgraded our project to Spring Boot 2.0.0.RELEASE (that comes with sp...

Spring @RequestHeader and POJO binding

Hi, do you have plans to add support for header binding with POJO?This issue based on stackoverflow question @RequestHea...

Spring Cached value is not of required type for Kotlin Boolean

AbstractValueAdaptingCache.get checks whether the requested type matches with the value type in the cache. This fails fo...

Spring How do I close the websocket connection?

@Slf4j@Configurationpublic class WebSocketConnectListener implements ApplicationListener<SessionConnectEvent> { ...

Spring Document @DynamicPropertySource use cases that require @DirtiesContext

It appears that @DynamicPropertySource cannot be used on a test superclass. See https://twitter.com/aheritier/status/131...
上一页 下一页
.