Spring Supplement Test Cases In XmlBeanFactoryTests : Resolve Circle Reference When Use Aop

Many people implementate BeanPostProcessor to realize Aop, but it has a problem with cicle reference. Implementation Sma...

Spring Introduce tests for MultiValueMap

imho improved tests for gh-25140, as solicited by @jhoeller As promised in gh-25159, I am submitting a second suggestion...

Spring Add gradle format task and enforce checkstyle on formatting

Currently format task is not available as spring-boot does:$ gradle formatFAILURE: Build failed with an exception.* What...

Spring HttpStatus code custom extension suggestions

Affects: \5.3.27At present, HTTP based RPC communication is becoming increasingly mainstream, but in business scenarios,...

Spring Vulnerability CVE-2016-1000027 on version 5.28 and 5.29

Hello,Spring Framework has a vulnerability, CVE-2016-1000027 fixed on version 6.x.x.In June and July, Version 5.3.28 and...

Spring CglibAopProxy: Skip non-overridden methods of Object.class as those which for sure have no advice

Currently in case of frozen AOP chain CglibAopProxy creates fixed callbacks for all methods of the target class, while i...

Spring Properly use Reactor Netty 2 in AbstractHttpHandlerIntegrationTests

Comment From: sdeleuzeWhen using properly ReactorNetty2HttpServer, we get some multipart related errors due to an additi...

Spring Add Http headers support in getForEntity

MotivationCreate support for Http headers in getForEntity to allow simpler code. Currently if one needs to add headers i...

Spring WebFlux handling MappingJacksonValue doesn't work for Flux

FluxMappingJacksonValue.zipAffects: \5.3.3When trying to filter Rest Controller Flux output using MappingJacksonValue, y...

Spring Revisit Support for Flux<MappingJacksonValue<T>> in WebFlux

Affects: 6.0.11As reported previously in #26406, WebFlux does not support MappingJacksonValue&lt;T&gt; in non-streaming ...

Spring Add hasSmartInstantiationAwareBeanPostProcessors method to clarify semantics

The instantiationAware and smartInstantiationAware of BeanPostProcessorCache are not exactly equal. Using hasSmartInstan...

Spring Consider order on DeferredImportSelector when processing DeferredImportSelector.Group

Hi,When I was writing custom DeferredImportSelector (https://github.com/spring-projects/spring-boot/pull/19400), I found...

Spring Add conversion support for Pattern/Regex

Comment From: sbrannen@valfirst, can you please provide some background on the rationale for your proposal?Do you have a...

Spring Introduce configuration to diable @Scheduled tasks

Prior to this commit, only cron @Scheduled tasks can be disabled with the special cron expression value that indicates a...

Spring Optimize ClassUtils#getMostSpecificMethod

Hi,I've been profiling some (test-)application context starts lately on Spring Framework 5.x and noticed that with one o...

Spring CRaC support: -Dspring.context.checkpoint=onRefresh fails due to open file

Spring Boot Version: 3.2.0-M1When creating an executable JAR of the spring-petclinic project and running it with the mod...

Spring Add factory method to create a NamedThreadLocal with an initial value

If we need a NamedThreadLocal with an initialization value, it will be very convenient to use the withInitial method of ...

Spring Modified the code to format the nested exception stack trace

This PR fixes https://github.com/spring-projects/spring-framework/issues/23227 .As part of this fix , added a new functi...

Spring Log the bean exception trace as a multi line log

(As requested, moved from the issue at Spring Boot: https://github.com/spring-projects/spring-boot/issues/17343At the mo...

Spring Support the feature that combine multiple SqlParameterSource

Fixes gh-23962Comment From: virtual-machinist@maheksaluja , any ETA on when this PR is to be merged?Comment From: kazuki...
上一页 下一页
.