-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Closed as not planned
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by another
Description
The Spring Boot 3.2.3 reference documentation's section 18.12.1 Specifying a Batch Data Source, which lives in howto/batch.adoc
, attempts to link to Spring Batch's Javadoc for @EnableBatchProcessing
and DefaultBatchConfiguration
. However, the generated URLs are
- https://docs.spring.io/spring-batch/docs/5.1.1/org/springframework/batch/core/configuration/annotation/EnableBatchProcessing.html
- https://docs.spring.io/spring-batch/docs/5.1.1/org/springframework/batch/core/configuration/support/DefaultBatchConfiguration.html
where instead the common prefix should have been https://docs.spring.io/spring-batch/docs/5.1.1/api/. The /api/
segment appears to be missing from asciidoc/attributes.adoc
's :spring-batch-api:
attribute.
Metadata
Metadata
Assignees
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by another