Files
spring-batch/spring-batch-docs
Mahmoud Ben Hassine d9709ef954 Improve the process of job registration
This commit changes the way of populating the default
job registry from using a BeanPostProcessor to using
a JobRegistrySmartInitializingSingleton. This change
resolves warnings about beans being eagerly injected
into currently created BeanPostProcessors and prevents
lifecycle issues about early bean initializations.

It also deprecates JobRegistryBeanPostProcessor in favor
of JobRegistrySmartInitializingSingleton.

Resolves #4547
2024-03-22 15:40:52 +01:00
..
2023-09-08 11:43:06 +02:00
2023-09-06 08:58:43 +02:00
2024-02-09 10:16:25 +01:00