File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
src/main/resources/META-INF/rewrite Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments