Spring Introduce @BeanAlias to support adding bean aliases declaratively outside of bean definitions

Sometimes when you integrate with other projects, you want to use beans created in that project in other code, but you n...

Spring Issue with property resolution with PlaceholderParser

Hi my team has encountered an issue with the latest version of spring-core and unfortunately we don't have a fix but we ...

Spring Improve consistency in StandardMultipartFile implementation

This PR refactors the StandardMultipartFile class to enhance consistencyChanges include:Removed the transferTo(Path dest...

Spring ApplicationListener no longer invoked for double generic ApplicationEvent with 6.2.1

This issue is next step this issue.So: I have simple interface like this:public interface ITest{}and this:public interfa...

Spring Restore deprecated JsonPathExpectationsHelper constructor for binary compatiblity

Code that's compiled against 6.1 don't see the new constructor so updating straight to 7.0 leads to java.lang.NoSuchMeth...

Spring Nullable type used in vararg leads to compilation failure

I have this Kotlin code using Spring Boot 3/Spring Framework 6.2:fun someRestCall(name: String?): Details { return re...

Spring Custom Test Execution Listener Executed After Context Cleanup (DirtiesContextTestExecutionListener order)

We encountered an issue where our custom test execution listener, responsible for cleaning the database after-test, was ...

Spring DirtiesContextTestExecutionListener has unexpected execution order leading to errors

We encountered an issue where our custom test execution listener, responsible for cleaning the database after-test, was ...

Spring Property replacement in bootstrap.yml broken by PropertyPlaceholderHelper in 6.2.x

After upgrading from Spring 6.1 to 6.2 we are noticing an issue that values inside our bootstrap.yml file aren't being r...

Spring Refactor: Use HttpMethod and HttpHeaders instead of literal string.

Just refactor.Comment From: snicollThanks for the PR but the constants are public and therefore we can't remove them as ...

Spring Configure the Gradle toolchain to use Java 23

In order to be able to fix #34140 which requires using at least a Java 22 compiler, this issue intends to change the con...

Spring Instrument @Cacheable for observability

** Enhancements requests **To ReproduceHere is the code:@Configuration@EnableCachingpublic class CacheConfig { @Bean p...

Spring Error When Building Native Docker Image with Spring Cloud Kubernetes

SummaryWhen building a Docker image with the native profile enabled using the spring-boot-maven-plugin, the application ...

Spring Keep the - of header on init parameter names, otherwise the nested path will not work.

Keep the - of header names when init parameter names, otherwise the nested path will not work.~~@rstoyanchev Hi, for pro...

Spring Error 500 / StringIndexOutOfBoundsException when parsing Array-Parameter and using Constructor for Parameter Bean

Since updating to Spring Boot 3.4.0 / 3.4.1Given this TestController:@RestControllerpublic class TestController { @Ge...

Spring BindException declared but not handled by ExceptionHandler

The method doesn't handle the BindException anymore.Close gh-33952.Comment From: bclozel@remeio We're in the process of ...

Spring BindException not handled anymore but still registered in ExceptionHandler

With https://github.com/spring-projects/spring-framework/commit/a85bf3185e4f23753989496f0fa5af99b76a0431 the method hand...

Spring [PERFORMANCE IMPROVEMENT] Only one line! 🤯 WebClient should publish response on boundedElastic

ETA: 5 minutesHello! 👋 TL;DRJust add:.publishOn(Schedulers.boundedElastic())Somewhere in WebClient internals to improve ...

Spring Clarify that @Primary and @Fallback doesn't affect the sorting of beans

Users may misunderstand that @Primary will be the first and @Fallback will be the last.Comment From: snicollUsers may mi...

Spring Built-in support for buffering in RestClient and RestTemplate

You can add a BufferingClientHttpRequestFactory wrapper around any request factory, but it forces you to create the unde...
上一页 下一页
.