MVN

org.digibooster.spring.batch : spring-batch-context

Maven & Gradle

Feb 17, 2023
2 stars

spring-batch-context · The aim of this library is to allow developers who use spring-batch to propagate information from the main thread that runs the batch to the executions context of the batch items : ItemReader, ItemProcessor and ItemWriter. For example we some times need to extract the current user from Security Context, so instead of writing the code that passes the current user information as a job parameter we let this library to handle it. This library can be extended to support any information developer want to add.

<dependency>
    <groupId>org.digibooster.spring.batch</groupId>
    <artifactId>spring-batch-context</artifactId>
    <version>1.1.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.digibooster.spring.batch : spring-batch-context to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0-RELEASE

All Versions

Choose a version of org.digibooster.spring.batch : spring-batch-context to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
spring-batch-context-1.1.0-RELEASE
1.0.x
spring-batch-context-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.digibooster.spring.batch</groupId>
    <artifactId>spring-batch-context</artifactId>
    <version>1.1.0-RELEASE</version>
</dependency>

Advertisement