Nineya
Home
Blog
Spring Move Spring Boot's JsonParser utility over to Spring Core
2025-01-08 05:05:00
942
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
2025-01-08 05:04:57
1840
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
2025-01-08 05:04:53
7684
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
2025-01-08 05:04:51
2123
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
2025-01-08 05:04:48
5069
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
2025-01-08 05:04:45
489
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
2025-01-08 05:04:43
1534
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)
2025-01-08 05:04:40
341
Comment From: pivotal-cla@scruel Please sign the Contributor License Agreement!Click here to manually synchronize the st...
Spring Optimize header removal in ForwardedHeaderFilter
2025-01-08 05:04:38
980
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]
2025-01-08 05:04:35
3458
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
2025-01-08 05:04:32
2043
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]
2025-01-08 05:04:30
624
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
2025-01-08 05:04:27
1299
In a @Configuration configuration class, when injecting a class that implements the BeanDefinitionRegistryPostProcessor ...
Spring SPR-14555
2025-01-08 05:04:25
720
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
2025-01-08 05:04:22
425
Related to #724, DataAccessUtils should provide an optionalResult method for Collection as well as Stream arguments (and...
Spring Annotation Enum AutowiredMap [SPR-14555]
2025-01-08 05:04:19
2035
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
2025-01-08 05:04:17
284
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]
2025-01-08 05:04:14
2444
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
2025-01-08 05:04:11
800
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]
2025-01-08 05:04:08
701
Tin Pavlinic opened SPR-16141 and commentedThe attached test fails. There are two issues:1) StandardTypeComparator's can...
上一页
下一页
1
…
1470
1471
1472
1473
1474
…
2246
.