You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-33
Original file line number
Diff line number
Diff line change
@@ -1,53 +1,49 @@
1
1
Spring Batch Extensions
2
2
=============================
3
3
4
-
The Spring Batch Extensions project provides extension modules for the [Spring Batch Project][]. This project is part of the [Spring organization][] on GitHub.
4
+
The Spring Batch Extensions project provides extension modules for the [Spring Batch Project][].
5
+
This project is part of the [Spring organization][] on GitHub.
5
6
6
7
## Available Modules
7
8
8
-
9
-
## Samples
10
-
11
-
Under the `samples` directory, you will find samples for the various modules. Please refer to the documentation of each sample for further details.
9
+
| Module | Description | Lead |
10
+
| -------|-------------| -----|
11
+
| spring-batch-excel | Support for [Microsoft Excel]|@mdeinum|
12
+
| spring-batch-elasticsearch | Support for [Elasticsearch]| TBA |
12
13
13
14
## Getting support
14
15
15
-
Check out the [spring-batch][spring-batch tag] tag
16
-
on [Stack Overflow][]. [Commercial support][] is available too.
16
+
Check out the [spring-batch][spring-batch tag] tag on Stack Overflow.
17
17
18
18
## Related GitHub projects
19
19
20
20
*[Spring Batch][]
21
-
*[Spring Batch Admin][]
22
-
*[Spring XD][]
23
-
*[Spring for Apache Hadoop][]
24
21
*[Spring Boot][]
22
+
*[Spring Cloud Task][]
23
+
*[Spring Cloud Data Flow][]
25
24
26
25
## Issue Tracking
27
26
28
27
Report issues via the Spring Batch Extensions [GitHub Issue Tracker][].
29
28
30
29
## Building from source
31
30
32
-
Each module of the *Spring Batch Extensions* project is hosted as independent project with its own release cycle. For the build process of individual modules we recomend using a [Maven][] build system modelled after the [Spring Batch][] project.
33
-
34
-
Therefore, the following build instructions should generally apply for most, if not all, *Spring Batch Extensions*. In the instructions below, `mvn` is invoked from the root of the source tree and serves as a cross-platform, self-contained bootstrap mechanism for the build. The only prerequisites are [Git][] and JDK 1.6+.
31
+
Each module of the *Spring Batch Extensions* project is hosted as an independent project with its own release cycle.
32
+
All modules are built with [Maven][]. The only prerequisites are [Git][] and JDK 1.8+.
The Spring Batch Extensions Framework is released under version 2.0 of the [Apache License][] unless noted differently for individual extension Modules, but this should be the rare exception.
92
+
The Spring Batch Extensions are released under version 2.0 of the [Apache License][] unless
93
+
noted differently for individual extension Modules, but this should be the rare exception.
0 commit comments