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.
Replace job execution and task batch containers with Task implementat…
…ions Replace JobExecutionDaoContainer with JdbcSearchableJobExecutionDao. Replace TaskBatchDaoContainer with TaskBatchDao Replace JdbcTaskExecutionDao with the Dao from task. Add requested changes based on code review
- Loading branch information
Showing
25 changed files
with
207 additions
and
424 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
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
60 changes: 0 additions & 60 deletions
60
...n/java/org/springframework/cloud/dataflow/server/repository/JobExecutionDaoContainer.java
This file was deleted.
Oops, something went wrong.
47 changes: 0 additions & 47 deletions
47
...main/java/org/springframework/cloud/dataflow/server/repository/TaskBatchDaoContainer.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.