Nineya
Home
Blog
Spring Programmatic NoUniqueBeanDefinitionException in CacheAspectSupport should match message structure
2025-01-08 23:02:55
337
This is a follow-up of #22442While trying to integrate this work in Spring Boot, I've realized that the exception messag...
Spring JdbcClient should be exposed JdbcTemplate
2025-01-08 23:02:53
325
I think JdbcClient should be exposed JdbcTemplate like NamedParameterJdbcTemplate or AbstractJdbcCall.Comment From: snic...
Spring Support for java.util.OptionalInt/Long/Double as @RequestParam
2025-01-08 23:02:51
1292
Affects: 4.1+Spring supports java8 generic Optional<?> as a request parameter (see #16448 0dc6082).But there are v...
Spring Specifying 'spring.profiles.active' in JNDI should not consider 'spring.profiles.default'
2025-01-08 23:02:48
1990
enable 'FINE' logging level of Spring.Specify following in Tomcat context.xml<Environment name="spring.profiles.activ...
Spring question: HttpExchange support file upload download or not
2025-01-08 23:02:45
2543
Affects: spring6hello guys, spring6 support HttpExchange to replace feign, i try it and find it doesn't work to upload o...
Spring Memory Leak in WebFlux application handling HTTP Multipart
2025-01-08 23:02:43
1172
Version spring-boot version 3.3.1 spring-webflux 6.1.10DescriptionIn one of our applications, we are facing OutOfMemory ...
Spring Introduce request attributes in RestClient
2025-01-08 23:02:41
10320
Hi there!When spring boot 3.2 came out, I considered switching from WebClient to RestClient as the first one needs all i...
Spring Proxied GET requests fail with a 400 BAD_REQUEST at Spring-Core Version >= 6.1.8
2025-01-08 23:02:38
28563
Affects: Spring-Core Version 6.1.8++Bug DescriptionIn a Spring Boot microservice setup running in an AWS EKS cluster, th...
Spring WebDataBinder different behaviour between 6.0.x and 6.1.x - spring boot 3.0x and 3.2.x
2025-01-08 23:02:35
8589
HelloDescription:I'm investigating a possible bug with the Spring webDataBinder. Based on my understanding, this issue i...
Spring Improve test coverage of StringUtils
2025-01-08 23:02:33
318
HI 🙋🏻♀️I realized that some methods in StringUtils didn't have test cases, so I added them.Comment From: snicoll@zinzod...
Spring Remove leftover RestClient attribute methods
2025-01-08 23:02:30
3028
Affects: Spring Framework 6.1.0-RC2The new RestClient allows you to set attributes but it seems that they are not saved ...
Spring Allow to map null value from yaml [SPR-15425]
2025-01-08 23:02:27
6962
Simon Stratmann opened SPR-15425 and commentedThe following issue occured to me while using Spring Boot but is caused by...
Spring MimeMessageHelper does not set filename on inline MimeBodyPart
2025-01-08 23:02:24
2722
When we use MimeMessageHelper to add inline images those appears as "noname" attachment in gmail client, but are inlined...
Spring Document that NoOpResponseErrorHandler is to be used with the RestTemplate
2025-01-08 23:02:18
6048
Affects: spring-web-6.1.11CodeLet's pretend I don't want to handle status codes in the status handlers. ...
Spring query parameters ignored in post request by HtmlUnitRequestBuilder
2025-01-08 23:02:16
2436
Bug in both spring boot 3.4.0-M1 and 3.3.2 (spring-test 6.2.0-M6 and 6.1.11).When submitting a form in a real browser th...
Spring So Nested record is not supported as the handler method argument?
2025-01-08 23:02:13
1570
Affects: 6.1.11I checked #32379 and relevant issue #32426, so I tested it in Spring Boot 3.3.2, yet it seems it is still...
Spring Upgraded from 5.2.8.RELEASE to 5.3.33,NoSuchMethodError from ReactorServerHttpRequest#resolveBaseUrl
2025-01-08 23:02:10
551
When my version was upgraded from 5.2.8.RELEASE to 5.3.33, the resolveBaseUrl method in ReactorServerHttpRequest caused ...
Spring WebFlux non-streaming JSON array response is flushed after every value
2025-01-08 23:02:05
6377
We have an endpoint like this:@GetMapping(path = "/api/v1/stuff", produces = { APPLICATION_JSON_VALUE })public...
Spring Support flexible multi-unit duration format in @DurationFormat
2025-01-08 23:02:03
444
30396 recently introduced support for multiple style of parsing/printing Durations, including the new SIMPLE format ("30...
Spring MockHttpServletRequest and MockHttpServletResponse should re-use date patterns / parsers / formatters from HttpHeaders [SPR-16312]
2025-01-08 23:02:01
1629
Dmitry Katsubo opened SPR-16312 and commentedMockHttpServletRequest has this:private static final String[] DATE_FORMATS ...
上一页
下一页
1
…
1165
1166
1167
1168
1169
…
2246
.