forked from spring-cloud/spring-cloud-dataflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate CTR to Boot 3.x and Batch 5.x (spring-cloud#5839)
* Migrate CTR to Boot 3.3 and Batch 5 * Remove the Batch Configurer and replace with a Configuration * Update Tests so that they will work with Boot3 * Removed EnableBatchAutoConfiguration no longer needed if using BatchAutoConfiguration * Removed schema requirements * Re-enable CTR Module build in main pom.xml * Add ability for composed task runner to use the proper JobRepository and TaskExecutor * BeanPostProcessor has been added so that CTR can use its jobRepository vs. the one provided by BatchAutoConfiguration
- Loading branch information
Showing
19 changed files
with
219 additions
and
377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88 changes: 0 additions & 88 deletions
88
...n/java/org/springframework/cloud/dataflow/composedtaskrunner/ComposedBatchConfigurer.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.