Spring Batch Parent

Spring Batch parent project. Defines dependencies and common configuration for the build process.

License

License

GroupId

GroupId

org.springframework.batch
ArtifactId

ArtifactId

spring-batch-parent
Last Version

Last Version

2.2.7.RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

Spring Batch Parent
Spring Batch parent project. Defines dependencies and common configuration for the build process.
Source Code Management

Source Code Management

https://github.com/spring-projects/spring-batch

Download spring-batch-parent

How to add to project

<!-- https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-parent/ -->
<dependency>
    <groupId>org.springframework.batch</groupId>
    <artifactId>spring-batch-parent</artifactId>
    <version>2.2.7.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-parent/
implementation 'org.springframework.batch:spring-batch-parent:2.2.7.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-parent/
implementation ("org.springframework.batch:spring-batch-parent:2.2.7.RELEASE")
'org.springframework.batch:spring-batch-parent:pom:2.2.7.RELEASE'
<dependency org="org.springframework.batch" name="spring-batch-parent" rev="2.2.7.RELEASE">
  <artifact name="spring-batch-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-parent', version='2.2.7.RELEASE')
)
libraryDependencies += "org.springframework.batch" % "spring-batch-parent" % "2.2.7.RELEASE"
[org.springframework.batch/spring-batch-parent "2.2.7.RELEASE"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Spring Batch build status

Spring Batch is a lightweight, comprehensive batch framework designed to enable the development of robust batch applications vital for the daily operations of enterprise systems. Spring Batch builds upon the productivity, POJO-based development approach, and general ease of use capabilities people have come to know from the Spring Framework, while making it easy for developers to access and leverage more advanced enterprise services when necessary.

If you are looking for a runtime orchestration tool for your Batch applications, or need a management console to view current and historic executions, take a look at Spring Cloud Data Flow. It is an orchestration tool for deploying and executing data integration based microservices including Spring Batch applications.

Code of Conduct

Please see our code of conduct.

Reporting Security Vulnerabilities

Please see our Security policy.

Building from Source

Clone the git repository using the URL on the Github home page:

$ git clone [email protected]:spring-projects/spring-batch.git
$ cd spring-batch

Command Line

Gradle is the build tool used for Spring Batch. You can build the project via the command:

$ ./gradlew build

If you want to perform a full build with all integration tests, ensure you have Docker installed then run:

$ ./gradlew build -Palltests

Spring Tool Suite (STS)

In STS (or any Eclipse distro or other IDE with Gradle support), import the module directories as existing projects. They should compile and the tests should run with no additional steps.

Getting Started Using Spring Boot

This is the quickest way to get started with a new Spring Batch project. You find the Getting Started Guide for Spring Batch on Spring.io: Creating a Batch Service

Getting Started Using Spring Tool Suite (STS)

It requires an internet connection for download, and access to a Maven repository (remote or local).

  • Download STS version 3.4.* (or better) from the Spring website. STS is a free Eclipse bundle with many features useful for Spring developers.
  • Go to File->New->Spring Template Project from the menu bar (in the Spring perspective).
  • The wizard has a drop down with a list of template projects. One of them is a "Simple Spring Batch Project". Select it and follow the wizard.
  • A project is created with all dependencies and a simple input/output job configuration. It can be run using a unit test, or on the command line (see instructions in the pom.xml).

Getting Help

Read the main project website and the User Guide. Look at the source code and the Javadocs. For more detailed questions, use StackOverflow. If you are new to Spring as well as to Spring Batch, look for information about Spring projects.

Contributing to Spring Batch

Here are some ways for you to get involved in the community:

  • Get involved with the Spring Batch community on Twitter and StackOverflow by responding to questions and joining the debate.
  • Create issues for bugs and new features and comment and vote on the ones that you are interested in.
  • Github is for social coding: if you want to write code, we encourage contributions through pull requests from forks of this repository. If you want to contribute code this way, please familiarize yourself with the process outlined for contributing to Spring projects here: Contributor Guidelines.
  • Watch for upcoming articles on Spring by subscribing to spring.io.

Before we accept a non-trivial patch or pull request we will need you to sign the contributor's agreement. Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. Active contributors might be asked to join the core team, and given the ability to merge pull requests.

org.springframework.batch

Spring

Versions

Version
2.2.7.RELEASE
2.2.6.RELEASE
2.2.5.RELEASE
2.2.4.RELEASE
2.2.3.RELEASE
2.2.2.RELEASE
2.2.1.RELEASE
2.2.0.RELEASE
2.1.9.RELEASE
2.1.8.RELEASE
2.1.7.RELEASE
2.1.6.RELEASE
2.1.5.RELEASE
2.1.4.RELEASE
2.1.3.RELEASE
2.1.2.RELEASE
2.1.1.RELEASE
2.1.0.RELEASE
2.1.0.M2
2.0.4.RELEASE
2.0.3.RELEASE
2.0.2.RELEASE
2.0.1.RELEASE
2.0.0.RELEASE
2.0.0.RC1