Skip to content

Commit 4c038f8

Browse files
authored
Spring batch 6.0 - handle partition package changes (#838)
1 parent 2a0f017 commit 4c038f8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/main/resources/META-INF/rewrite/spring-batch-6.0.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,15 @@ recipeList:
7676
- org.openrewrite.java.ChangeType:
7777
oldFullyQualifiedTypeName: org.springframework.batch.core.repository.dao.MongoSequenceIncrementer
7878
newFullyQualifiedTypeName: org.springframework.batch.core.repository.dao.mongo.MongoSequenceIncrementer
79+
- org.openrewrite.java.ChangeType:
80+
oldFullyQualifiedTypeName: org.springframework.batch.core.partition.support.Partitioner
81+
newFullyQualifiedTypeName: org.springframework.batch.core.partition.Partitioner
82+
- org.openrewrite.java.ChangeType:
83+
oldFullyQualifiedTypeName: org.springframework.batch.core.partition.support.PartitionNameProvider
84+
newFullyQualifiedTypeName: org.springframework.batch.core.partition.PartitionNameProvider
85+
- org.openrewrite.java.ChangeType:
86+
oldFullyQualifiedTypeName: org.springframework.batch.core.partition.support.PartitionStep
87+
newFullyQualifiedTypeName: org.springframework.batch.core.partition.PartitionStep
88+
- org.openrewrite.java.ChangeType:
89+
oldFullyQualifiedTypeName: org.springframework.batch.core.partition.support.StepExecutionAggregator
90+
newFullyQualifiedTypeName: org.springframework.batch.core.partition.StepExecutionAggregator

0 commit comments

Comments
 (0)