jar

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.

Table Of Contents

Latest Version

Download org.digibooster.spring.batch : spring-batch-context JAR file - Latest Versions:

All Versions

Download org.digibooster.spring.batch : spring-batch-context JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-batch-context-1.1.0-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

Advertisement