Align package namespace in TaskManagementConfigUtils constants

This commit is contained in:
Juergen Hoeller 2025-06-18 12:24:02 +02:00
parent 6927e39e6b
commit a265a135d5
1 changed files with 2 additions and 2 deletions

View File

@ -28,13 +28,13 @@ public abstract class TaskManagementConfigUtils {
* The bean name of the internally managed Scheduled annotation processor.
*/
public static final String SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME =
"org.springframework.context.annotation.internalScheduledAnnotationProcessor";
"org.springframework.scheduling.config.internalScheduledAnnotationProcessor";
/**
* The bean name of the internally managed Async annotation processor.
*/
public static final String ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME =
"org.springframework.context.annotation.internalAsyncAnnotationProcessor";
"org.springframework.scheduling.config.internalAsyncAnnotationProcessor";
/**
* The bean name of the internally managed AspectJ async execution aspect.