Nineya
Home
Blog
Spring Nested transaction synchronization registration
2025-01-08 21:30:20
4329
Affects: spring version: 5.2.2Hi team,I found register TransactionSynchronizationAdapter in a nested way could fail the ...
Spring ContentRequestMatchers.MultipartHelper default charset
2025-01-08 21:30:17
1144
Affects: 6.1.2While using the @RestClientTest I had an issue where I sent a Multipart request and wanted to confirm in a...
Spring @Transactional on one interface is propagated to all interfaces implemented by target class
2025-01-08 21:30:14
2974
Affects: 5.2.2Currently we are migrating from from Spring 4.3.23 to 5.2.2(3). During the process we found out that some ...
Spring Add @Bean condition based on a SpEL condition [SPR-11750]
2025-01-08 21:30:11
994
Bruce Brouwer opened SPR-11750 and commentedIt would be nice to have a generic condition that enables beans based upon t...
Spring Add possibility to escape property placeholders
2025-01-08 21:30:08
4128
This commit allows to escape property placeholders to later processed by user. PropertyPlaceholderHelper allows to set c...
Spring add InitDestroyAnnotationBeanPostProcessor to BeanFactoryInitializationAotProcessor
2025-01-08 21:30:05
1538
closes gh-30755Comment From: bdshadowI understand that InitDestroyAnnotationBeanPostProcessorTests must be improved furt...
Spring Q:For DefaultSingletonBeanRegistry#addSingletonFactory Why call earlySingletonObjects.remove(beanName)?
2025-01-08 21:30:02
1224
I asked the question on Stackoverflow.https://stackoverflow.com/questions/77731162/why-spring-need-remove-earlysingleton...
Spring CGLIB / Spring 6 throws BeanCreationException / CodeGenerationException on JDK 17 for proxy interfaces in different packages
2025-01-08 21:29:59
18630
With this ticket I would like to re-open #27802 as I'm still experiencing the same issue with 6.0.0-M5 when the interfac...
Spring Bean scope "websocket" not available using rsocket messaging
2025-01-08 21:29:56
992
I'm trying to port an app to rsocket over websocket messaging because the kind of interaction required should be ideal f...
Spring @RequestScope feature for Reactive Web
2025-01-08 21:29:53
918
@RequestScope is a specialization of @Scope for a component whose lifecycle is bound to the current web request. In spri...
Spring When context uses component scan, parent class conditions are ignored in favor of nested class conditions.
2025-01-08 21:29:50
1127
The solution is really simple and non-invasive: in the context scan flow, when scan(basePackages) is invoked, we deal wi...
Spring Parent Conditionals are ignored on component scanning
2025-01-08 21:29:47
6833
Imagine you have the following configuration and the associated properties:MyConfiguration.java@Configuration@EnableConf...
Spring Configuration class's superclass may be incorrectly skipped if first importer isn't skipped till register bean phase of condition evaluation [SPR-16217]
2025-01-08 21:29:44
5816
Andy Wilkinson opened SPR-16217 and commentedConfigurationClassParser populates its knownSuperclasses map during the con...
Spring Using @Transactional in AspectJ mode with multiple application contexts [SPR-6661]
2025-01-08 21:29:42
3677
Janning Vygen opened SPR-6661 and commentedUsing Multiple Transaction Managers with @Transactional works like a charme i...
Spring Broaden scope of transaction rollback in integration tests [SPR-6908]
2025-01-08 21:29:39
2931
Michael Isvy opened SPR-6908 and commentedOverviewIt is nice that we can use @Transactional in integration tests so that...
Spring GenericConversionService should match target converters for compatible subclasses [SPR-8675]
2025-01-08 21:29:36
5973
David Smiley opened SPR-8675 and commentedI registered this simple Converter (which by the way, I feel is something that...
Spring TrackedConditionEvaluator skips loading bean definitions for configuration classes that should not be skipped [SPR-17153]
2025-01-08 21:29:33
2391
Anastasiia Smirnova opened SPR-17153 and commentedI've found this issue while using Spring boot and files a ticket to Sp...
Spring Using @ComponentScan on a @Configuration class causes temporary unconditional bean registration [SPR-17552]
2025-01-08 21:29:30
599
Andy Wilkinson opened SPR-17552 and commentedPlease see the referenced Spring Boot issue for a sample that reproduces th...
Spring @Order on nested @Configuration bug
2025-01-08 21:29:27
2075
Affects: 5.2.24.RELEASE, 5.3.28, 6.0.10Summary:@Order on nested @Configuration classes is not respected in certain scena...
Spring Cleanup java sources
2025-01-08 21:29:24
1959
Feel free to filter out unworthy commits.Comment From: snicollThanks for the PR @quaff Feel free to filter out unworthy ...
上一页
下一页
1
…
1237
1238
1239
1240
1241
…
2246
.