Spring ScheduledAnnotationBeanPostProcessor: graceful shutdown should not interrupt currently running jobs

ProblemI'm trying to configure Graceful Shutdown for my application when it receives a SIGTERM event, but I'm getting In...

Spring Javadoc: Mention new JdbcClient in package documentation

https://github.com/spring-projects/spring-framework/blob/0c477f14cc1926c8ea0da5773afe2afaff02d0d9/spring-jdbc/src/main/j...

Spring Versioned redirect seems to all redirect to "current" version

I am expecting https://docs.spring.io/spring-framework/docs/6.0.x-SNAPSHOT/reference/html to redirect to https://docs.sp...

Spring Improve documentation for FactoryBean's getObject automatic call through @ManagedResource [SPR-17139]

Manuel Jordan opened SPR-17139 and commentedI have the following situation about FactoryBean for the getObject() executi...

Spring Polish AbstractReflectionParameterNameDiscovererKotlinTests

This PR polishes the AbstractReflectionParameterNameDiscovererKotlinTests a bit.Comment From: snicollThanks again Johnny...

Spring Support custom properties file formats in @TestPropertySource

OverviewIn Spring Framework 4.3, we introduced the PropertySourceFactory SPI for use with @PropertySource. This issue ai...

Spring Support custom TimeUnits in StopWatch

I use spring-core:5.2.9.RELEASE.When I invoke StopWatch#prettyPrint,StopWatch '': running time = 9624841500 ns----------...

Spring Support custom TimeUnits in StopWatch

Add TimeUnit support in StopWatch util class.Provide StopWatch#getLastTime and StopWatch#getTotalTimeModify the print fo...

Spring MBeanExporter should use annotations if @ManagedResource present, otherwise use defaults [SPR-11298]

David M. Karr opened SPR-11298 and commentedI needed to write an MBeanExporter subclass that works with the ATG framewor...

Spring get Class package and location returns null when use <context:load-time-weaver/> [SPR-14736]

jasperMin opened SPR-14736 and commentedRecently, I use "" config to support @Configurable annotation in my project.I ...

Spring Spring scheduling may be prone to clock drift problems

It seems that ThreadPoolTaskScheduler delegates the actual scheduling to ScheduledThreadPoolExecutor which is prone to c...

Spring Allow for CachingMetadataReaderFactory cache size to be easily updated [SPR-15278]

Mikhail Dobrinin opened SPR-15278 and commentedCurrently there doesn't appear to be any good way to set the the cache li...

Spring Auto-resolve bean name conflicts for scanned classes [SPR-14665]

Caleb Cushing opened SPR-14665 and commentedso let's say I have two WebSecurityConfig classes which extend WebSecurityCo...

Spring Modify creation of the ScheduledTaskRegistrar to be a Spring managed bean [SPR-13506]

Tobias Montagna-Hay opened SPR-13506 and commentedWould it be possible to modify the creation of the ScheduledTaskRegist...

Spring Permgen memory leak due to ClassInfo caching in java.beans.Introspector on JDK 11/17

I am currently trying to resolve an issue we're seeing with redeploying a spring boot application that looks to be a pro...

Spring Introduce a mechanism for abstract types at component scanning [SPR-11663]

cemo koc opened SPR-11663 and commentedI would like to create some proxy beans based on interfaces. I will provide some ...

Spring AOT processing fails with @Bean factory method with void return type

Dear All,I'd like to convert my app to a GraalVM native image, but I get this exception without more detailed informatio...

Spring SPR-8190: Added support for Byte Buddy AOP proxies and bean subclassing instantiation strategy.

The suggested proxy makers are working but this is still work in progress. I require input for any further steps:There i...

Spring Introduce SimpleAsyncTaskScheduler with virtual threads support (as an alternative to ThreadPoolTaskScheduler)

Following up on the 6.1 M1 virtual threads support (#30241) and the 6.1 M2 executor/scheduler revision (#30831, #27090, ...

Spring Introduce TransactionExecutionListener callback API

Affects: 5.3.10Please provide a method to register a listener to be notified when a transaction is created/committed/rol...
上一页 下一页
.