Nineya
Home
Blog
Spring javax.inject.Qualifier not read from @Bean method
2025-01-08 20:58:47
1709
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
2025-01-08 20:58:23
1492
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
2025-01-08 20:58:20
12194
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
2025-01-08 20:58:17
3825
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
2025-01-08 20:58:14
803
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
2025-01-08 20:58:12
733
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
2025-01-08 20:58:09
408
Shutdown tasks annotated with @Scheduled when waitForTasksToCompleteOnShutdown is trueScheduledTaskRegistrar: shutdown t...
Spring waitForTasksToCompleteOnShutdown has no effect on tasks created with @Scheduled annotation
2025-01-08 20:58:06
2162
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
2025-01-08 20:58:03
896
Consider ancestor bean factories for finding RootBeanDefinition in class FactoryAwareOrderSourceProvider.Currently the c...
Spring Skip buffer allocation in StreamUtils.copy(String)
2025-01-08 20:58:00
1089
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
2025-01-08 20:57:57
4605
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
2025-01-08 20:57:54
1943
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
2025-01-08 20:57:51
1963
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
2025-01-08 20:57:48
401
description is describe webflux.but link is linking webflux unit test.I change link to webflux description.Comment From:...
Spring Document support for AppCDS
2025-01-08 20:57:45
2651
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()
2025-01-08 20:57:42
10834
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
2025-01-08 20:57:40
3597
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
2025-01-08 20:57:37
1101
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
2025-01-08 20:57:34
2122
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
2025-01-08 20:57:31
2903
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...
上一页
下一页
1
…
1261
1262
1263
1264
1265
…
2246
.