spring-cloud / spring-cloud-deployer

The Spring Cloud Deployer project defines an SPI for deploying long lived applications and short lived tasks
162 stars 87 forks source link

Deprecate the use of SchedulerProperties in SchedulerRequest constructor #349

Closed cppwfs closed 3 years ago

cppwfs commented 3 years ago

All schedule properties should be passed in via the deployment properties.
resolves #348

This is a child of https://github.com/spring-cloud/spring-cloud-dataflow/issues/4262

ilayaperumalg commented 3 years ago

LGTM, will fix the javadoc comments when merging.

ilayaperumalg commented 3 years ago

Merged as def21de