spring-cloud / spring-cloud-dataflow

A microservices-based Streaming and Batch data processing in Cloud Foundry and Kubernetes
https://dataflow.spring.io
Apache License 2.0
1.11k stars 583 forks source link

Remove deprecations from AppRegistryController #6039

Closed cppwfs closed 3 weeks ago

cppwfs commented 3 weeks ago

The original issue states to remove deprecated functions. However, this would remove some of SCDF's default behavior when registering applications. In that it can look the suffix of the URL to obtain the version. The original Issues for the PR that put in the deprecations just wanted to give the user the ability to override the version.

Also deprecated the use of bootVersion when registering an app.

Resolves #6011

cppwfs commented 3 weeks ago

Updated per code review request. Rebased, squashed, merged.

Thanks @onobc for the review!!!!!!!