Spring Programmatic NoUniqueBeanDefinitionException in CacheAspectSupport should match message structure

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

I think JdbcClient should be exposed JdbcTemplate like NamedParameterJdbcTemplate or AbstractJdbcCall.Comment From: snic...

Spring Support for java.util.OptionalInt/Long/Double as @RequestParam

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'

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

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

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

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

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

HelloDescription:I'm investigating a possible bug with the Spring webDataBinder. Based on my understanding, this issue i...

Spring Improve test coverage of StringUtils

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

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]

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

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

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

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?

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

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

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

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]

Dmitry Katsubo opened SPR-16312 and commentedMockHttpServletRequest has this:private static final String[] DATE_FORMATS ...
上一页 下一页
.