Nineya
Home
Blog
Spring Simplify use of HttpContext in HttpComponentsClientHttpRequestFactory in support of user associated connections
2025-01-08 03:24:22
1412
As described in the Apache HttpClient docs a pooled connection may be associated with a user, for example if there is a ...
Spring UriComponentsBuilder.addPath() needs behavior documented in regards to slashes
2025-01-08 03:24:20
1283
Version: 5.2.5-RELEASEWe're using spring hateoas (webflux version) and noticed that our links have a missing slash betwe...
Spring DefaultClientResponseBuilder empty logPrefix when creating a DefaultClientResponse based on another
2025-01-08 03:24:18
804
Affects: 5.2.6.RELEASEThe current implementation of DefaultClientResponseBuilder doesn't allow a logPrefix to be specifi...
Spring Document whether code can rely on specific subclasses of HttpClientErrorException/HttpServerErrorException being thrown from DefaultResponseErrorHandler
2025-01-08 03:24:15
2507
From perusing the code, I discovered that DefaultResponseErrorHandler will throw subclasses of HttpClientErrorException/...
Spring Default value for @Value for all properties
2025-01-08 03:24:13
2441
If we don't have a value for a property we get below error. This error can be avoided by setting a colon : with or witho...
Spring About springCache
2025-01-08 03:24:10
486
When I use @cacheable, cacheNames doesn't support SpEL. What should I do?Comment From: bclozelThanks for getting in touc...
Spring Allow handling of HTTP CONNECT in WebFlux
2025-01-08 03:24:08
6699
I'm trying to simulate an CONNECT HTTP request using MockServerHttpRequest, but it only receives HttpMethod as valid met...
Spring Introduce serializeToByteArray/deserializeFromByteArray convenience methods
2025-01-08 03:24:00
248
Our SerializationDelegate and the underlying Serializer/Deserializer interfaces are usually used with byte arrays. Intro...
Spring Avoid StringBuilder.append(Object) in ContentDisposition
2025-01-08 03:23:58
2397
The return type of expression (c == '"' && !escaped) ? "\\\"" : c is Object, which implies a call to StringBuild...
Spring Kotlin + JDK 12: Illegal reflective access by org.springframework.util.ReflectionUtils to java.lang.Enum
2025-01-08 03:23:56
8851
Affects: Spring Framework 5.1.5Language used: KotlinOther Dependencies: Web, Neo4jThe error can be reproduced using the ...
Spring Repeatable Read HttpServletRequest InputStream
2025-01-08 03:23:53
11816
Cannot Read HttpServletRequest,getInputStream() Multi Times.When I readed HttpServletRequest.getInputStream() in the Fil...
Spring Improve output from logging the map of request mappings [SPR-17450]
2025-01-08 03:23:50
26477
Gleb Tlaloc opened SPR-17450 and commentedMVC mappings was automatically logged in previous releases of Spring MVC. This...
Spring DefaultServerRequestBuilder does not respect attributes when building the ServerRequest
2025-01-08 03:23:47
743
Affects: \<5.2.6>spring-webflux. The class org.springframework.web.reactive.function.server.DefaultServerRequestBu...
Spring Unable to proxy-upload large file
2025-01-08 03:23:45
4712
Affects: 5.2.4 (Webflux)I am building a simple proxy-upload-service which takes an uploaded file and uploads it to anoth...
Spring View Controller In Spring WebFlux [SPR-17031]
2025-01-08 03:23:42
3801
Ankur Pathak opened SPR-17031 and commentedTheir is no support for View Controller In Spring Web Flux.Why not have addVi...
Spring Fix behavior in ExceptionHandlerExceptionResolver.setResponseBodyAdvice
2025-01-08 03:23:40
599
Removed the clear() call on the responseBodyAdvice listbefore adding the passed list to it in the setResponseBodyAdvice....
Spring Add iterable JDBC template to process large amount of data [SPR-13900]
2025-01-08 03:23:37
1623
Michael Osipov opened SPR-13900 and commentedI have a usecase where I need to write a table with millions of rows to an ...
Spring Make use of HttpServletMapping when available
2025-01-08 03:23:34
1363
UrlPathHelper determines the portion of the path to use for application mappings which is the path after the contextPath...
Spring @TransactionalEventListener not works, TransactionSynchronizationManager.registerSynchronization works well
2025-01-08 03:23:32
570
@TransactionalEventListenerpublic void A(){...}@Transactional...public void A(){...A();}coding as above, while method A ...
Spring Drop unnecessary intermediate StringBuilder.toString() call in ServerSentEventHttpMessageReader
2025-01-08 03:23:30
578
Apart from simplification this transformation is likely to bring faster code which consumes less memory.Comment From: jh...
上一页
下一页
1
…
1350
1351
1352
1353
1354
…
2025
.