Nineya
Home
Blog
Spring MockHttpServletResponse.addCookie does not override cookie with the same name
2025-01-08 03:56:50
3506
private MockHttpServletResponse response = new MockHttpServletResponse(); @Test public void removeAuthCookiesT...
Spring Support multiple aliases via @AliasFor
2025-01-08 03:56:47
6524
Previously, one annotation attribute only supported one alias. You can only do like this: @Target({ElementType.ANNOTA...
Spring Support multiple aliases via @AliasFor #25857
2025-01-08 03:56:44
4619
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
2025-01-08 03:56:42
1473
Affects: <2.1.8I have a custom map implementationclass IdentityMap<T> : MutableMap<Identity, T>And I have...
Spring Remove rogue semicolon in WebClient docs
2025-01-08 03:56:39
199
Comment From: pivotal-issuemaster@aksh1618 Please sign the Contributor License Agreement!Click here to manually synchron...
Spring SseEmitter: connection closed after first event
2025-01-08 03:56:36
6166
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
2025-01-08 03:56:32
3379
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
2025-01-08 03:56:29
790
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]
2025-01-08 03:56:27
18379
Manuel Jordan opened SPR-16941 and commentedI have two ActiveMQ servers already started. Consider primary and secondary....
Spring @Nonnull annotation breaks ServletRequestMethodArgumentResolver for Principal
2025-01-08 03:56:24
520
If you have something like: @GetMapping("/foo")public ResponseEntity<?> method(@Nonnull Principal princi...
Spring Fixing contextPath when mutating ServerHttpRequest introduced issue with RewritePath filter
2025-01-08 03:56:21
14182
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.
2025-01-08 03:56:17
1326
I expect replaceQueryParam to skip null values.UriComponentsBuilder.newInstance() .queryParam("baz&q...
Spring enhancements for spring-webflux
2025-01-08 03:56:15
1499
:For enhancements, provide context and describe the problem.context&problem:When I use webclient to request an http ...
Spring CommonsRequestLoggingFilter log only before request
2025-01-08 03:56:06
3266
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
2025-01-08 03:56:04
3334
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]
2025-01-08 03:56:01
8938
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
2025-01-08 03:55:59
978
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
2025-01-08 03:55:56
1500
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?
2025-01-08 03:55:53
665
@Slf4j@Configurationpublic class WebSocketConnectListener implements ApplicationListener<SessionConnectEvent> { ...
Spring Document @DynamicPropertySource use cases that require @DirtiesContext
2025-01-08 03:55:50
10004
It appears that @DynamicPropertySource cannot be used on a test superclass. See https://twitter.com/aheritier/status/131...
上一页
下一页
1
…
1539
1540
1541
1542
1543
…
2246
.