Skip to content

Commit fe912f6

Browse files
committed
Prepare for v1.2.0
Signed-off-by: Taeik Lim <[email protected]>
1 parent c05dd07 commit fe912f6

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ChangeLog
22

3+
- [1.2.x](#12x)
4+
- [1.2.0](#120)
35
- [1.1.x](#11x)
46
- [1.1.0](#110)
57
- [1.0.x](#10x)
@@ -13,10 +15,30 @@
1315
- [0.1.x](#01x)
1416
- [0.1.0](#010)
1517

18+
## 1.2.x
19+
20+
### 1.2.0
21+
22+
Support for Spring Batch 5.2.x
23+
24+
#### New Features
25+
26+
- Add adapter for processor-writer pair
27+
28+
#### Changes
29+
30+
- Bump up minimum kotlin compatibility to 1.6
31+
32+
#### Bug fixes & Improvements
33+
34+
- Remove usage of StepExecutionListenerSupport
35+
1636
## 1.1.x
1737

1838
### 1.1.0
1939

40+
Support for Spring Batch 5.1.x
41+
2042
#### New Features
2143

2244
- Add BatchJobObservationConvention method to JobBuilderDsl
@@ -52,7 +74,7 @@
5274

5375
### 1.0.0
5476

55-
Support for [Spring Batch 5.0.0](https://github.com/spring-projects/spring-batch/releases/tag/v5.0.0).
77+
Support for Spring Batch 5.0.x
5678

5779
#### New Features
5880

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ We've tested following versions only. Other versions may not work.
106106

107107
| Batch Plus (Latest) | Batch | Boot Starter | Kotlin | Java | Status | Samples |
108108
|---------------------|-------|---------------|---------------|---------------|------------|--------------------------------------------------------------------------------------------|
109+
| 1.2.x (1.2.0) | 5.2.x | 3.4.x ~ 3.4.x | 1.6 or higher | 17 or higher | Maintained | [Samples](https://github.com/naver/spring-batch-plus/tree/main/spring-batch-plus-sample) |
109110
| 1.1.x (1.1.0) | 5.1.x | 3.2.x ~ 3.3.x | 1.5 or higher | 17 or higher | Maintained | [Samples](https://github.com/naver/spring-batch-plus/tree/1.1.x/spring-batch-plus-sample) |
110111
| 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) |
111112
| 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) |

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
kotlin.code.style=official
22
group=com.navercorp.spring
3-
version=1.2.0-SNAPSHOT
3+
version=1.2.0
44
org.gradle.daemon=true
55
org.gradle.parallel=true
66
org.gradle.caching=true

0 commit comments

Comments
 (0)