spring-cloud-dataflow icon indicating copy to clipboard operation
spring-cloud-dataflow copied to clipboard

Migrate CTR to Boot 3.x and Batch 5.x

Open cppwfs opened this issue 1 year ago • 2 comments
trafficstars

  • Commit: cecbb1d Has the base changes to migrate to Boot3/Batch5
  • Commit: 46ad2e1 Contains Bean Post Processor to give the ability to override the JobRepository.

cppwfs avatar Jun 10 '24 21:06 cppwfs

I think we should proceed with this PR (after comments are resolved), but I want to revisit the JobLauncher here. I think we are still using the SyncTaskExecutor, which will work for now and will let us proceed to let us finish the build in this branch.
I will create a story on trello to revisit this.

cppwfs avatar Jun 10 '24 21:06 cppwfs

Update: We don't need to override the JobLauncher. We can use the existing behavior. The executor I was worried about not being set is not used for the JobLauncher. It is currently being set for the job as it is created by the CTR.

cppwfs avatar Jun 11 '24 12:06 cppwfs