File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ nablarch-fw-batch-parallelizable に関する注目すべき変更はこのフ
77
88## Unreleased
99
10+ ## [ v1.2.1] - 2021-9-30
11+ [ v1.2.1 ] : https://github.com/lerna-stack/nablarch-fw-batch-parallelizable/compare/v1.2.0...v1.2.1
12+
1013### FIXED
11- - ` ControllableParallelExecutor.sequentialExecutionId ` で ` null ` を返すとバッチ処理が終了しない [ #4 ] ( https://github.com/lerna-stack/nablarch-fw-batch-parallelizable/issues/4 )
14+ - ` ControllableParallelExecutor.sequentialExecutionId ` で ` null ` を返すとバッチ処理が終了しない問題を修正しました [ #4 ] ( https://github.com/lerna-stack/nablarch-fw-batch-parallelizable/issues/4 )
1215
1316## [ v1.2.0] - 2021-3-25
1417[ v1.2.0 ] : https://github.com/lerna-stack/nablarch-fw-batch-parallelizable/releases/tag/v1.2.0
Original file line number Diff line number Diff line change 4646 <dependency >
4747 <groupId >com.lerna-stack</groupId >
4848 <artifactId >nablarch-fw-batch-parallelizable</artifactId >
49- <version >1.2.0 </version >
49+ <version >1.2.1 </version >
5050 </dependency >
5151</dependencies >
5252```
Original file line number Diff line number Diff line change 1010 -->
1111 <groupId >com.lerna-stack</groupId >
1212 <artifactId >nablarch-fw-batch-parallelizable</artifactId >
13- <version >1.2.0 </version >
13+ <version >1.2.1 </version >
1414 <packaging >jar</packaging >
1515 <properties >
1616 <maven .compiler.source>1.8</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments