Skip to content

Document default types of beans registered by EnableBatchProcessing annotation #3993

@fmbenhassine

Description

@fmbenhassine

The @EnableBatchProcessing annotation does a good job in documenting which beans are registered in the application context and how to use or customize them. However, it does not specify which implementation of each bean is used by default.

For example, the annotation mentions that a JobLauncher is registered as a bean named jobLauncher, but does not specify that it is a SimpleJobLauncher (which in turn is configured by default to use a SyncTaskExecutor).

Related to spring-projects/spring-boot#27899.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions