Nineya
Home
Blog
Spring Having two bean factory methods with different return type results in NoSuchBeanDefinitionException [SPR-17437]
2025-01-08 20:04:42
901
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]
2025-01-08 20:04:39
3653
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
2025-01-08 20:04:36
1693
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]
2025-01-08 20:04:33
3702
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]
2025-01-08 20:04:30
1983
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]
2025-01-08 20:04:26
562
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
2025-01-08 20:04:23
217
The get operation using a Callable creates an instance of ValueLoaderEntryProcessor for every call. It should be possibl...
Spring JCacheCache#putIfAbsent is not atomic
2025-01-08 20:04:20
513
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]
2025-01-08 20:04:18
1642
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]
2025-01-08 20:04:15
7596
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]
2025-01-08 20:04:12
1240
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
2025-01-08 20:04:07
962
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
2025-01-08 20:04:04
835
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
2025-01-08 20:04:01
4586
Spring Framework version org.springframework spring-context 6.1.0-M2 当我用该版...
Spring Fail to map GET query params in pojo
2025-01-08 20:03:56
8051
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
2025-01-08 20:03:53
495
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
2025-01-08 20:03:49
302
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
2025-01-08 20:03:47
1916
Problem descriptionUsing the @Async annotation when beanA and beanB are circularly referenced will throw an error.Reason...
Spring Reduce useless proxy
2025-01-08 20:03:44
728
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
2025-01-08 20:03:40
26081
I wanted to suggest better interoperability of the Spring WebClient and InputStream and OutputStream APIs. While I under...
上一页
下一页
1
…
1305
1306
1307
1308
1309
…
2246
.