Spring Having two bean factory methods with different return type results in NoSuchBeanDefinitionException [SPR-17437]

Matúš Sekáč opened SPR-17437 and commentedWhen I create two bean factory methods with the same name and different return...

Spring MethodValidationPostProcessor does not support JDK proxy from FactoryBean [SPR-17431]

Yanming Zhou opened SPR-17431 and commentedpackage com.example;import static org.junit.Assert.assertEquals;import javax....

Spring Produce multiple beans from as single @Bean method

Paleozoic opened SPR-17441 and commentedWhen inject two beans,such as the following code:@Bean("bean1")public ...

Spring spring Bean Overriding 2.1.x in nested class @Configuration @Bean creation fails with 'A bean with that name has already been defined' [SPR-17365]

Dirk Hoffmann opened SPR-17365 and commentedupgrading to spring-boot 2.1.0.M4 Bean overriding has been disabled by defau...

Spring @Payload does not convert the message on a @JmsListener annotated method [SPR-16036]

Sebastiaan van Erk opened SPR-16036 and commentedI have the following method:@JmsListener(destination = "myDestinat...

Spring Increase the preprocessing when executing asynchronous calls [SPR-17390]

hqch0708 opened SPR-17390 and commentedWhen the method is marked @async, it allows developers to customize the pre-proce...

Spring ValueLoaderEntryProcessor should not be created for every call to JCacheCache#get

The get operation using a Callable creates an instance of ValueLoaderEntryProcessor for every call. It should be possibl...

Spring JCacheCache#putIfAbsent is not atomic

Jens Wilke opened SPR-17053 and commentedThe implementation of Cache.putIfAbsent for JCache is not atomic as the methods...

Spring Qualified beans are not autowired [SPR-17056]

Thomas OLIVIERI opened SPR-17056 and commentedHello,When defining multiple beans with the same qualifier, I expect the b...

Spring @Validated services cannot autowire themselves [SPR-17084]

Stefanos Kalantzis opened SPR-17084 and commentedIf a Service class is annotated with the Validated annotation, then the...

Spring transaction is not rollback in case of QueryTimeoutException for oracle stored procedure call [SPR-17636]

Vishal Suryakant Deshmukh opened SPR-17636 and commentedWe are using SimpleJdbcCall to call oracle stored procedure from...

Spring CglibAopProxy errors should be logged as warning

Good morning ,I'm not a usual committer, but if someone has 5 minutes...The following types of errors should be logged a...

Spring Incorrect meta data on release 6.0.12

Spring 6.0.11 shows as released "2 months ago" on MavenSpring 6.0.12 shows as released "53 years ago" on MavenSeems like...

Spring 我在spring-context 6.1.0-M2 学习中似乎发现c标签存在bug

Spring Framework version org.springframework spring-context 6.1.0-M2 当我用该版...

Spring Fail to map GET query params in pojo

Affects: Spring boot 2.4.0-SNAPSHOTAffects: Spring boot 2.3.4.RELEASEAffects: Spring boot 2.1.9.RELEASESame behavior wit...

Spring Condition on the overloaded Bean not honored #30688

As pointed out in the gh #30688 the condition on the overloaded bean aren't honored in all cases.This is due to the fact...

Spring Polishing

Base on SonarLint and IDEA suggestions, polishing the code.Reorder the modifiers to comply with the Java Language Specif...

Spring Fixed circular reference exception using @Async annotation

Problem descriptionUsing the @Async annotation when beanA and beanB are circularly referenced will throw an error.Reason...

Spring Reduce useless proxy

Reduce useless Proxy:When the class has three private methods, but one of the methods matches the aspects expression, i ...

Spring Add interoperability with InputStream/OutputStream with WebClient

I wanted to suggest better interoperability of the Spring WebClient and InputStream and OutputStream APIs. While I under...
上一页 下一页
.