Spring Nested transaction synchronization registration

Affects: spring version: 5.2.2Hi team,I found register TransactionSynchronizationAdapter in a nested way could fail the ...

Spring ContentRequestMatchers.MultipartHelper default charset

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

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]

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

This commit allows to escape property placeholders to later processed by user. PropertyPlaceholderHelper allows to set c...

Spring add InitDestroyAnnotationBeanPostProcessor to BeanFactoryInitializationAotProcessor

closes gh-30755Comment From: bdshadowI understand that InitDestroyAnnotationBeanPostProcessorTests must be improved furt...

Spring Q:For DefaultSingletonBeanRegistry#addSingletonFactory Why call earlySingletonObjects.remove(beanName)?

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

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

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

@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.

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

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]

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]

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]

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]

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]

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]

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

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

Feel free to filter out unworthy commits.Comment From: snicollThanks for the PR @quaff Feel free to filter out unworthy ...
上一页 下一页
.