Spring It is possible to fetch an uninitialized Bean when cycling dependencies

Following up on the latest comments in #25667,Due to the lack of thread-safe judgment for earlySingletonObjects in the g...

Spring Spring AOP randomly fails when advising JpaRepository

I am trying to intercept JpaRepository methods in my app, but for whatever reason, if I restart my Spring Boot app sever...

Spring CglibAopProxy fails to handle JDK-proxied bean with SimpleBeanTargetSource [SPR-17381]

Toparvion opened SPR-17381 and commentedI have a Spring Boot application where certain beans get wrapped into 2 proxies:...

Spring ConfigurationClassParser does not work with scanner-provided ClassLoader [SPR-15245]

Adrian J George III opened SPR-15245 and commentedWhen using a ClassPathBeanDefinitionScanner with a different class loa...

Spring Allow classes to be returned with @Bean annotation (or new annotation) [SPR-15290]

John Hendrikx opened SPR-15290 and commentedAssume I have two classes that will conflict if they were annotated as @Comp...

Spring @Primary annotation on ProxyFactoryBean [SPR-15184]

Sönke Reimer opened SPR-15184 and commentedIf a ProxyFactoryBean returning a bean of type 'PlatformTransactionManager' ...

Spring Add support for Component-level EventListener registrations between Components [SPR-17251]

Jeffrey Schultz opened SPR-17251 and commentedI am interested in having the ability to use either XML or Java Config to ...

Spring Support RegexPatternTypeFilter include filter for component index [SPR-16010]

Mark Paluch opened SPR-16010 and commentedUsing ClassPathScanningCandidateComponentProvider with an RegexPatternTypeFilt...

Spring Object[] bean becomes Object[][] when passed to another bean [SPR-17252]

Daniel Czosnek opened SPR-17252 and commentedI have a simple config class:@Configurationpublic class Config { @Bean ...

Spring Spring-Aspects: @Configurable declare parents have non reproducible builds

In an attempt to make our builds reproducible, I noticed that this declare parents seem to apply in different orders, re...

Spring Validation is not executed when type conversion failed on immutable form [SPR-17235]

Masatoshi Tada opened SPR-17235 and commentedWhen I use immutable form, I found validation behavior on the immutable for...

Spring AnnotationTransactionAspect weaves to all public methods in CGLIB proxy include toString, hashCode etc. [SPR-17236]

Plyushchev Anton opened SPR-17236 and commentedWhen setting up the LTW and my own transactional aspect, I came across th...

Spring SimpleJdbcInsert mixes column names from different databases in MySQL [SPR-17483]

Hans Desmet opened SPR-17483 and commentedThe script createDatabases.sql creates two MySQL databases: example1 and examp...

Spring Database migrations for Quartz scheduler is not working [SPR-17125]

Chandan Kumar opened SPR-17125 and commentedSpring-boot's auto-configure for Quartz is failing at the data migration ste...

Spring SimpleNamingContextBuilder: Second builder does not change JNDI context after first has been deactivated [SPR-17505]

Eelco de Lang opened SPR-17505 and commentedWhen creating the SimpleNamingContextBuilder for a second time, it doesn't w...

Spring JdbcTemplate method names for lambdas [SPR-17148]

Alexandru-Constantin Bledea opened SPR-17148 and commentedI have encountered many times after changing the java8 code to...

Spring Confusing mockMvc asserts on async result [SPR-17543]

Lukas Krecan opened SPR-17543 and commentedLet's take the following test of an asynchronous APIMvcResult mvcResult = moc...

Spring add a method queryForObject(java.lang.String sql, java.lang.Class<T> requiredType) to NamedParameterJdbcTemplate [SPR-16242]

Hans Desmet opened SPR-16242 and commentedThe JdbcTemplate class has a method queryForObject(java.lang.String sql, java....

Spring UserCredentialsDataSourceAdapter is not updating the credentials [SPR-17494]

Arunprasad opened SPR-17494 and commentedHi Team,I have a requirement like where I have a password to connect to databas...

Spring Memory Leak in class AbstractClassGenerator.ClassLoaderData [SPR-17435]

Sylvère Richard opened SPR-17435 and commented+How to reproduce:+create several unit tests such as this one:@RunWith(Spr...
上一页 下一页
.