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 Task Components to Boot 3, Task 3
This is Phase 1 of migrate the Task and Job components to Boot3/Task3/Batch5 Its purpose was to focus on migrating as much Task related features over as possible. Status: * All Task only tests in Spring Cloud Data Flow Server Core are passing * Job related migrations have not started. Nor those that are Batch/Task related * Dataflow does start and a person can register a Task app and create a task definition. * Task launches are still failing but Chris is looking to resolve that due a dependency hiccup from deployer Noteable changes * Establish property that tells which platformTransactionManager Task should use * Update Task components to run Boot3 only components. * Remove Schema related code from Task Launches and exploration * Remove AggregateExecutionSupport from project and remove usages. * AggregateTaskExplorer is still present and debating renaming it and keeping it because of some of the features it offered. * Removed the AggregateTaskExecution Updated based on code review
- Loading branch information
Showing
83 changed files
with
706 additions
and
2,031 deletions.
There are no files selected for viewing
67 changes: 0 additions & 67 deletions
67
...ain/java/org/springframework/cloud/dataflow/aggregate/task/AggregateExecutionSupport.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.