File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 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 ) 
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
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
Original file line number Diff line number Diff 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 )   | 
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22group =com.navercorp.spring
3- version =1.2.0-SNAPSHOT 
3+ version =1.2.0
44org.gradle.daemon =true
55org.gradle.parallel =true
66org.gradle.caching =true
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments