s

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.
https://github.com/zahidMed/spring-batch-context
GNU General Public License v3.0
ZAHID Mohammed
Files download
File Operation
spring-batch-context-1.1.0-RELEASE.pom download
Apache Maven
<dependency>
  <groupId>org.digibooster.spring.batch</groupId>
  <artifactId>spring-batch-context</artifactId>
  <version>1.1.0-RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.digibooster.spring.batch:spring-batch-context:1.1.0-RELEASE'
Gradle Kotlin
implementation("org.digibooster.spring.batch:spring-batch-context:1.1.0-RELEASE")
Scala SBT
libraryDependencies += "org.digibooster.spring.batch" % "spring-batch-context" % "1.1.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.digibooster.spring.batch', module='spring-batch-context', version='1.1.0-RELEASE')
)
Apache Ivy
<dependency org="org.digibooster.spring.batch" name="spring-batch-context" rev="1.1.0-RELEASE" />
Leiningen
[org.digibooster.spring.batch/spring-batch-context "1.1.0-RELEASE"]
Apache Buildr
'org.digibooster.spring.batch:spring-batch-context:jar:1.1.0-RELEASE'
Dependencies
The project has no third-party dependencies