Spring javax.inject.Qualifier not read from @Bean method

Version: 5.3.25 (via Boot 2.7.17)I have an @Configuration class defining an @Bean method:@Bean@MyQualifierServiceObject ...

Spring SharedEntityManagerCreator is oblivious to the presence of multiple TransactionManager

Fix #29365Comment From: bclozelSee #29365 for context.Comment From: reda-alaoui:wave: Comment From: jhoellerNote that Sh...

Spring Avoid getting objects that have not completed initialization

in org.springframework.beans.factory.support.DefaultSingletonBeanRegistry@Nullableprotected Object getSingleton(String b...

Spring Allow @NonNullFields and @NonNullApi annotations to be declared in module-info.java

NonNullFields and NonNullApi support annotations on the entire module rather than just the packageComment From: snicoll@...

Spring Support ordering of AOP advice annotations at the method level

Make the advice methods support order annotation to sorting.Comment From: jhoellerThis does not look like an ideal with ...

Spring JMS SingleConnectionFactory cached connection usage counter misbehavior

The SingleConnectionFactory wraps the connection inside a ProxyClass. As the connection starts a counter gets increased....

Spring Shutdown tasks annotated with @Scheduled when waitForTasksToCompleteOnShutdown is true

Shutdown tasks annotated with @Scheduled when waitForTasksToCompleteOnShutdown is trueScheduledTaskRegistrar: shutdown t...

Spring waitForTasksToCompleteOnShutdown has no effect on tasks created with @Scheduled annotation

Affects: 2.4.2 (and likely several previous releases)Steps to reproduce:create a Spring Boot App with Spring Initializr@...

Spring Fix find RootBeanDefinition strategy in class FactoryAwareOrderSourceProvider

Consider ancestor bean factories for finding RootBeanDefinition in class FactoryAwareOrderSourceProvider.Currently the c...

Spring Skip buffer allocation in StreamUtils.copy(String)

Writer writer = new OutputStreamWriter(out, charset);writer.write(in);writer.flush();OutputStreamWriter constuctor does ...

Spring Avoid registering the same mapping registration causing the lookup method to throw an Exception about ambiguous

Affects: \Due to business needs, we need to support dynamic registration or offline RequestMappingInfo, so we implement ...

Spring Consistent naming of static factory methods across HttpExchangeAdapter implementations

It will be helpful if the method names are made consistent:Odd man:org.springframework.web.reactive.function.client.supp...

Spring Extract WebClient from Spring WebFlux

As far as I understood the RestTemplate is basically sundowning/frozen and the WebClient will be the http client to go ...

Spring Fix links related to Spring WebFlux

description is describe webflux.but link is linking webflux unit test.I change link to webflux description.Comment From:...

Spring Document support for AppCDS

We want to explore the ability for a Spring-based app to run in a mode at build-time that allows recording various infor...

Spring Webflux: invoked cancel() after Mono onComplete()

Affects: 5.3.17Hello, I created a webflux project based on spring boot 2.6.5 with mogodb reactive.During performance tes...

Spring spring-web - Exchange response header values are overridden from the downstream calls

Affects: \<5.3.16 & up> (don't have this issue in 5.3.13)As far as I've tested back, atleast beginning 5.3.16 ...

Spring Generalize inter-thread context propagation

Hello!While working on asynchronous retry support in spring-retry, we encountered a scenario, where some thread-fixed co...

Spring Support Jackson XML Parser for blocking Mono

Webflux should allow SYNC xml parsing with jackson mapper:ObjectMapper mapper = new Jackson2ObjectMapperBuilder() ....

Spring Add reporting support to list all the beans that have been wrapped by a Spring proxy

Could you consider in make available in the Spring API a way to report/list all the beans that have been wrapped by a Sp...
上一页 下一页
.