Spring CorsRegistration#combine is a noop

The call to CorsConfiguration::combine returns a new configuration object, which is ignored.https://github.com/spring-pr...

Spring Fix MethodMatcher API doc description

Chapter 6. Spring AOP APIs, section 6.1.1. Concepts contains incorrect API description for org.springframework.aop.Metho...

Spring WebFlux loosing content of the reactive context

SpringBoot 2.4.5, spring-boot-starter-webfluxWebFilter places a value into reactive context at the beginning of the requ...

Spring Use HttpMethod enum constants instead of strings in DispatcherServlet

doDispatch method of Dispatcher servlet class uses hard coded strings, such as "GET" and "HEAD".so, I replaced it with H...

Spring AbstractListenerReadPublisher publishing onComplete signal before onNext during heavy load

I have a case where a WebFlux application needs to perform some blocking work. Therefore, I use .subscribeOn(aBoundedEl...

Spring SseEmitter is not thread safe [SPR-13224]

Tomasz Nurkiewicz opened SPR-13224 and commentedSseEmitter misbehaves when multiple threads call send() at the same time...

Spring @Cacheable condition passes 'null' instead of method argument into the root.target method

Affects: \5.1.5.RELEASE (via Boot 2.1.3.RELEASE)Dear Spring Team!Spring Cache overall works as expected for a long time ...

Spring Upgrade to Kotlin 1.5.0

In order to be consistent with Spring Boot 2.5 which should use Kotlin 1.5, we intend to build Spring Framework 5.3.7 ag...

Spring Enhancing SpelExpressionParser to accept expressions containing Mono instances

context: So I've been trying to work with SPEL and Mono instance as input that would be parsed to an instance of Mono bu...

Spring LinkedCaseInsensitiveMap#putIfAbsent does not honor the case where the key is associated with a null value

Seems to be a bug that LinkedCaseInsensitiveMap#putIfAbsent does not honor the case where the key is associated with a n...

Spring Avoid memory leak when PropertyComparator is reused

Fixing memoryleak, PropertyComparator was remembering the value it compared in the past.Comment From: pivotal-issuemaste...

Spring webmvc.fn onError doesn't work with CompletableFuture

Affects: 5.3.6webmvc.fn onError doesn't work with CompletableFuture.Error handler predicates are never called.Take a loo...

Spring webflux-sourcecode-help will repesponse.writeflush cause memory leak?

Environment: linuxjava: java8spring: spring-boot-starter-webflux 2.3.2.RELEASE reactor-nettyI was using write response ...

Spring StringToCollectionConverter splits string by comma [SPR-15356]

None opened SPR-15356 and commentedWhen you submit a form (only tried post) with a parameter that includes a comma, and ...

Spring Fix @Scope documentation in ref docs

Chapter 1. The IoC Container, section 1.12.3. Using the @Bean Annotation, paragraph Specifying Bean Scope of official do...

Spring Use an import instead of FQCN in StaxEventXMLReader

In #1927, handleDtd() was modified but handleDtd(Dtd dtd) was not.I changed not to use FQCN in the latter method.Comment...

Spring Improve readability of MessageSourceSupport Javadoc

The Javadoc of org.springframework.context.support.MessageSourceSupport class contains unreadable piece of text for met...

Spring Fix syntax for RequestEntity headers example in ref docs

Hi. There is an additional parenthesis in reference document about spring integration - RestTempate Headers partComment ...

Spring Polish

This PR fixes some typos and polishes trivial stuff.Comment From: sbrannenThanks for catching these.I am to blame for th...

Spring Is it possible to merge @RestController (@Controller) and @RequestMapping in one annotation?

This is not an issue but an improvement. When I look at my controllers all of them start with these 2 annotations: @Rest...
上一页 下一页
.