Spring Conditions to determine if @ComponentScan should be applied can be chosen from the wrong class

Here is an example that demonstrates the problem: https://github.com/snicoll-scratches/demo-condition-parentConfiguratio...

Spring Can spring-web 5.3.32 fix the vulnerability CVE-2016-1000027 and release a new 5.x version?

Affects: \If there is a vulnerability (CVE-2016-1000027) in spring-web 5.3.32, can it be fixed and a new 5.x version be ...

Spring A @Component is skipped during scanning when a @Configuration class with the same name has already been registered

When a Spring Bean is named exactly like the spring boot application class a NoSuchBeanDefinitionException is thrown.The...

Spring Name of scanned @Configuration class affects @Import to work or fail

Our projects rely heavily on bean overriding (yes, we know, disabled now by default for good reasons, but still useful a...

Spring Throw Exception when two primary beans are present in one factory

Prior to this commit, the implementation of DefaultListableBeanFactory.determinePrimaryCandidate() did not throws NoUniq...

Spring SimpleAsyncTaskScheduler: consistently apply default error handling

Affects: 6.1.4 (virtual threads enabled)SimpleAsyncTaskScheduler does apply default error handling (and logging) for:* s...

Spring 404 with multiples slashes in request path

Before upgrading to spring3 and spring6, a URL with multiple slashes, for example //aaa///bb, can be mapped to controlle...

Spring Introduce support for non-@Primary fallback beans

Sometimes, one wants to be able to register a bean of a given type without breaking existing code, especially in multi-m...

Spring DefaultDataBuffer#setNativeBuffer violates contract of DataBuffer

Affects: 6.0.11The method setNativeBuffer in DefaultDataBuffer has follow implementation:private void setNativeBuffer(By...

Spring Allow creation of Beans that cannot be autowired by type unless qualified

I'm seeing more and more problems with complex Spring / Spring Boot applications where beans created in some dependency ...

Spring WebClient and RestClient's defaultRequest(..) is not invoked early enough

Background/** * Global option to specify a header to be added to every request, * if the request does not already contai...

Spring Autowiring with @Autowired/@Inject get much slower than with @Resource as the number of classes increases [SPR-13086]

Toshiaki Maki opened SPR-13086 and commentedI had a performance issue at the project which had a few thousand of @Compon...

Spring Implement refresh support in Environment

If I change a property/YAML value in a local configuration file, I want the Environment object to be able to read from t...

Spring Initialization blocked by multi-threaded event publishing [SPR-16357]

Mark Paluch opened SPR-16357 and commentedPublishing events can block the container initialization in conjunction with e...

Spring Synchronization during singleton creation may result in deadlock

Affects: 5.1.9.RELEASEDuring singleton creation, DefaultSingletonBeanRegistry synchronises on this.singletonObjects:http...

Spring Support dynamic determination of Jackson ObjectMapper's target class using full HttpInputMessage context

Affects: 6.1.3BackgroundMany real-world REST API's have the following design:* If the request is successful, a 200 statu...

Spring HHH000302: Unable to construct current session context

Hey team, I'm working with Hibernate 5, more specifically. hibernate-core, 5.6.7.Final version, spring-orm, 5.2.24.RELEA...

Spring Built-in Web Support for Method Bean Validation

Currently bean validation is applied to @ModelAttribute and @RequestBody arguments if they are also annotated with jakar...

Spring Deserialization exception in native image with DTO with @ConstructorProperties

ProblemWith the below setup: public static class PlayResponseValue { private final String result; @Cons...

Spring Annotation searches fail for non-public repeatable annotations

While working on #20279, I noticed that annotation searches for non-public repeatable annotations fail on JDK 17 with an...
上一页 下一页
.