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.
Update Code to use JobRepository bean directly
Since we will only support BOOT 3 we do not need the JobRepositoryContainer to retrieve BOOT3 or BOOT 2 based JobRepositories. Update test code to set the default time for the local date time sample to a default of midnight Allow services to use JobServie and JobExplorer directly Currently we use containers to allocate the JobService and JobExplorer based on boot version. This is no longer necessary. So this PR removes these containers Update Project as to restore tests success percentage to original state After the updates below tests that were passing started to fail. Some because of Batch 5 updates, but others because of the removal of some of the container classes. Update code based on code review comments Removed todo Removed ExtendsWith statement
- Loading branch information
Showing
33 changed files
with
278 additions
and
456 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
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.