Rename threadPoolTaskScheduler bean to vaultThreadPoolTaskScheduler.
Prefix bean name with vault to indicate its relation to Vault's configuration. Closes gh-318.
This commit is contained in:
@@ -144,7 +144,7 @@ public abstract class AbstractVaultConfiguration implements ApplicationContextAw
|
||||
*
|
||||
* @return the {@link ThreadPoolTaskScheduler} to use. Must not be {@literal null}.
|
||||
*/
|
||||
@Bean
|
||||
@Bean("vaultThreadPoolTaskScheduler")
|
||||
public ThreadPoolTaskScheduler threadPoolTaskScheduler() {
|
||||
|
||||
ThreadPoolTaskScheduler threadPoolTaskScheduler = new ThreadPoolTaskScheduler();
|
||||
|
||||
Reference in New Issue
Block a user