Spring Move Spring Boot's JsonParser utility over to Spring Core

Spring Boot has a JsonParser that can be used for "quick-and-dirty" conversion from String to Map, e.g. for configuratio...

Spring ApplicationEvent#getSource does not need to be guarded against a null source

SmartApplicationListener getSource should Never be null,ApplicationEvent is extend from EventObjectsource is set by Cons...

Spring MultipartParser emits DataBufferLimitException about "Part headers exceeded the memory usage limit" unexpectedly

Affects: \Up to 5.3.12Here's a web application based on Spring Webflux.When receiving multipart/form-data POST requests ...

Spring MockMvc incorrectly lists CORS request headers in response

When constructing a test for CORS in MockMvc, and allowing output to be printed, the printed representation of the MockH...

Spring Add optional type parameter to @Value annotation

Proposed idea to @Value annotationToday the typical use of @Value annotation is:@Value("my.property")private S...

Spring References of CountingBeforeAdvice target its previous location

I have some questions about AOP. So I research the source codes.I want to debug the test source codes of AOP. I found th...

Spring @GetMapping not synchronous with integration test

org.springframework.boot spring-boot-starter-parent 2.4.4 I created a new method in a RestControlle...

Spring Adjust to match the order of message converters(see #27724)

Comment From: pivotal-cla@scruel Please sign the Contributor License Agreement!Click here to manually synchronize the st...

Spring Optimize header removal in ForwardedHeaderFilter

The current implementation suggests that the request's headers are notexpected to change. Hence, it's not necessary to c...

Spring Provide a way to override annotated controllers (possibly reusing @Primary annotation?) [SPR-11809]

Davide Cavestro opened SPR-11809 and commentedWhen defining two beans annotated with @Controller and providing the same ...

Spring spring-web UriComponentsBuilder fails to parse URI where domain starts with a digit

Affects: spring-web 5.3.13spring-web UriComponentsBuilder cannot parse a URI such as http://my-host.1domain:1234/path be...

Spring It's very boring to mock a lot of autowired fields in a complex service when writing a test case. [SPR-16355]

YushanGao opened SPR-16355 and commentedWhen write a unit test case for a service, we have to write code like this to mo...

Spring @Configuration cannot generate dynamic proxy when BeanDefinitionRegistryPostProcessor is involved

In a @Configuration configuration class, when injecting a class that implements the BeanDefinitionRegistryPostProcessor ...

Spring SPR-14555

Resolve map of dependencies by keying on an enum value instead of bean name.This is more a proof of concept than a compl...

Spring DataAccessUtils result accessors with Optional return value

Related to #724, DataAccessUtils should provide an optionalResult method for Collection as well as Stream arguments (and...

Spring Annotation Enum AutowiredMap [SPR-14555]

Igor Dmitriev opened SPR-14555 and commentedHi there, I am wondering about a such kind of functionality:I would like to ...

Spring Add MediaType.APPLICATION_JSON_SEQ for application/json-seq

JSON Text Sequences should be added to MediaType like NDJSON, jackson will supports it later, please see https://github....

Spring SpEL, InlineMap with negative values are not cached [SPR-17614]

Davide Pallaoro opened SPR-17614 and commentedHi there,I’ve seen that InlineMap class have a nice mechanism that, cache ...

Spring Fix SpEL comparison operator for comparable types

This is my first contribution to spring, so please advise if I have missed anything.This PR fixes SPR-16141 by allowing ...

Spring SpEL: Equality should honour canCompare [SPR-16141]

Tin Pavlinic opened SPR-16141 and commentedThe attached test fails. There are two issues:1) StandardTypeComparator's can...
上一页 下一页
.