Spring selfCoders → Split the RequestBodyAdvice.supports method into Request…

…BodyAdvice.beforeBodySupport and RequestBodyAdvice.afterBodySupport, judge whether the RequestBodyAdvice.beforeBodyRead...

Spring AntPathMatcher and PathPatternParser have different behavior with regexp

Affects: 5.3.13After upgrading an application to Spring Boot 2.6.x we noticed a problem when using the path_pattern_pars...

Spring Add abstraction for method endpoint; wrt SPR-14683.

@snicoll this should be the minimal needed change.Comment From: snicollI am not sure I like that the complete creation o...

Spring Allow to override a validation message using bean validation message code

I've fixed SPR-15967.Please review this.Comment From: snicollThanks for the PR @kazuki43zoo. I did rebase it on the late...

Spring Passing lookup-method args to bean constructor

should allow specifying any number of parameters.These parameters should be passed directly to the constructor of thene...

Spring Support for customization of 404 response when RouterFunctionWebHandler finds no routes

ContextNext to the default WebServer a service starts another server to handle admin requests on a different port. The a...

Spring SPR-17223 - Support for methods that are declared in interfaces and implemented in super class

https://jira.spring.io/browse/SPR-17223Comment From: rstoyanchevClosing as per https://github.com/spring-projects/spring...

Spring AOP support for SPR-17223 & PR#1950 [SPR-17496]

s-mop opened SPR-17496 and commentedIn previous commit at PR#1950 we supported register RequestMapping on Interface whic...

Spring getMappingForMethod failed when implement a interface method(with @RequestMapping) in super class [SPR-17223]

s-mop opened SPR-17223 and commentedHere is the demo codes:@RequestMapping(value = "order/customer")@RestContr...

Spring Ignore range requests for resources of unknown content lengths

Add support for unknown content lengths.One use case is:Currently there is no way to ignore Range requests for Resources...

Spring Support WritableResource property values

Update DefaultResourceLoader to always attempt FileResource resolutionbefore URLResource, allowing casting of the result...

Spring Fix incorrect example of error handling in WebClient Javadoc

Comment From: rstoyanchevI've updated this slightly differently to just createException since in this example the left-h...

Spring Add "ignoreResourceNotFound" attribute to the @PropertySource

Currently, a file is required to exist if it is added to the @PropertySource annotation. If the application already has ...

Spring Spr 15950 PathMatchingResourcePatternResolver.java cannot find any resources in jar file in weblogic and websphere

In my project, I used this code to find resources in jar file. It works nice in tomcat and spring-boot:run but cannot fi...

Spring Cache the default logger for recovery in FailFastProblemReporter

I feel that the default logger can be cached here.If we do this, we can avoid duplicate logger creation, when calling se...

Spring Add method to ClientResponse that returns Mono terminating with createException

The method ClientResponse.createException() returns the Mono<WebClientResponseException> type. Mono<Exception&g...

Spring SimpleCacheResolver resolves templated SpEL expressions

Currently, it's expected from the user to provide their own CacheResolver if they wish to use SpEL inside @Cache*(cacheN...

Spring modify-for-loop-mode

It modified the way of the for-loop in the method parseMetaElements of the class BeanDefinitionParserDelegate form for (...

Spring Add Embedded Postgresql

I have been using Postgres Embedded for testing, this PR makes it available via Spring APIs for the same purpose.Comment...

Spring Introduce copyProperties() in BeanUtils for copying specific properties

When a bean has a lot of properties, copyProperties() by ignore ones is not convenient if we want to copy a few of field...
上一页 下一页
.