Spring Polish Javadoc for Environment

Reading the Javadoc of org.springframework.core.env.Environment, I found that there are some missing {@code} tag for Env...

Spring Clarify behavior for generics support in BeanUtils.copyProperties

The below code works in 5.2.9.RELEASEBeanUtils.copyProperties(transferVO , transferRequest);The classes where as follow....

Spring Improve documentation for TestContext events

Hi,The BeforeTestClassEvent is not published by the EventPublishingTestExecutionListener since hasApplicationContext() r...

Spring @ComponentScan doesn't work inside @Import in Spring

I use spring 5.2.8 and I have three annotation configs:@Configuration@ComponentScan(basePackageClasses = { Foo.class}...

Spring Update AOT processing to account for multiple init or destroy methods

Now that #28013 is implemented we need to make sure that the bean definition is registered with the appropriate init and...

Spring ProxyExchange discards all incoming request headers when making a request with a body.

Affects: spring-cloud-gateway-webflux:3.1.1SetupDefine an MVC RestController that accepts a ProxyExchange as an argument...

Spring ProxyExchange discards all incoming headers when used to make an upstream request containing a body.

Affects: \Comment From: ericyanushGithub seems to have not liked the formatting of the content of the issue, so I'll clo...

Spring When returning a ResponseEntity with a Flux while the function is suspended, it fails to encode the body

Affects: 5.3.13When returning a ResponseEntity<Flux<[some class]>> when the function is suspended it unnests...

Spring dataMimeType use default by connect, can you parse by request?

Affects: 5.3.15When most of my applications provide json calling methods, and very few are transferring files, at below ...

Spring Strict input validation for REST APIs

Affects: \5.3.13When I define an API like this:@RestControllerpublic class MyController { @GetMapping Me me() { ......

Spring Improve documentation for @EnabledIf and @DisabledIf test support

Users often confuse the @EnabledIf and @DisabledIf annotations from Spring and those with the same names from JUnit Jupi...

Spring Ambiguous check only applied to constructors

When a constructor should be invoked to create a bean instance, there is the danger that several flavors exist with diff...

Spring Broken link to webflux-cors.html in Spring WebFlux documentation

Affects: 5.3.16Spring WebFlux documentation on CORS Filter has broken link to webflux-cors.html.Comment From: sbrannenTh...

Spring BeanRegistrationBeanFactoryContribution should expect a RootBeanDefinition

Given the contract of MergedBeanDefinitionPostProcessor and the AOT equivalent, we can expect that bean definitions suit...

Spring WebSocketConfigurationSupport.DefaultSockJsSchedulerContainer is private and exposed as a Bean

defaultSockJsSchedulerContainer() is a package protected method that exposes a type that is private. This makes it impos...

Spring Add API to contribute to the setup of an ApplicationContext

When a context is pre-processed at build-time and we generate optimized code for it, bean definition registration is one...

Spring Support for ImportAware in AOT-processed contexts

When a context is pre-processed by the AOT engine, there's no configuration class parsing at runtime anymore and the lin...

Spring Introduce ApplicationContextAotGenerator

Based on https://github.com/spring-projects/spring-framework/issues/28065 and https://github.com/spring-projects/spring-...

Spring Support for compiling and running generated code in tests

With the AOT engine now generating an optimized view of the bean factory, there is a need to be able to compile and run ...
上一页 下一页
.