Skip to content

Commit

Permalink
Add boot starter compatibility to readme
Browse files Browse the repository at this point in the history
Signed-off-by: Taeik Lim <sibera21@gmail.com>
  • Loading branch information
acktsap committed Apr 3, 2024
1 parent 0b067a0 commit 05bedd8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ fun testJob(

We've tested following versions only. Other versions may not work.

| Spring Batch Plus (Latest) | Spring Batch | Kotlin | Java | Status | Samples |
|----------------------------|--------------|---------------|---------------|------------|--------------------------------------------------------------------------------------------|
| 1.0.x (1.0.1) | 5.0.x | 1.5 or higher | 17 or higher | Maintained | [Samples](https://github.com/naver/spring-batch-plus/tree/1.0.x/spring-batch-plus-sample) |
| 0.3.x (0.3.1) | 4.3.x | 1.5 or higher | 1.8 or higher | Maintained | [Samples](https://github.com/naver/spring-batch-plus/tree/0.3.x/spring-batch-plus-sample) |
| 0.2.x (0.2.0) | 4.3.x | 1.5 or higher | 1.8 or higher | Freezed | [Samples](https://github.com/naver/spring-batch-plus/tree/v0.2.0/spring-batch-plus-sample) |
| 0.1.x (0.1.0) | 4.3.x | 1.5 or higher | 1.8 or higher | Freezed | [Samples](https://github.com/naver/spring-batch-plus/tree/v0.1.0/spring-batch-plus-sample) |
| Batch Plus (Latest) | Batch | Boot Starter | Kotlin | Java | Status | Samples |
|---------------------|-------|---------------|---------------|---------------|------------|--------------------------------------------------------------------------------------------|
| 1.0.x (1.0.1) | 5.0.x | 3.0.x ~ 3.1.x | 1.5 or higher | 17 or higher | Maintained | [Samples](https://github.com/naver/spring-batch-plus/tree/1.0.x/spring-batch-plus-sample) |
| 0.3.x (0.3.1) | 4.3.x | 2.4.x ~ 2.7.x | 1.5 or higher | 1.8 or higher | Maintained | [Samples](https://github.com/naver/spring-batch-plus/tree/0.3.x/spring-batch-plus-sample) |
| 0.2.x (0.2.0) | 4.3.x | 2.4.x ~ 2.7.x | 1.5 or higher | 1.8 or higher | Freezed | [Samples](https://github.com/naver/spring-batch-plus/tree/v0.2.0/spring-batch-plus-sample) |
| 0.1.x (0.1.0) | 4.3.x | 2.4.x ~ 2.7.x | 1.5 or higher | 1.8 or higher | Freezed | [Samples](https://github.com/naver/spring-batch-plus/tree/v0.1.0/spring-batch-plus-sample) |

## Download

Expand Down

0 comments on commit 05bedd8

Please sign in to comment.