Corneil du Plessis
Corneil du Plessis
Provided alternative by using Reactor Netty HttpClient that does provide proper redirect handling.
Change TaskTemplate to use task/thinexecutions instead of task/executions. Add task thin executions by name. Update api-guide.adoc with links to generated documentation. Modify TaskCommands to use thin executions since it provides...
Port #5994 to 2.11.x
Edit: Discovered that `RedirectStrategy` was change from Apache HTTP Client 4 -> 5. The change meant header changes were not possible. I copied to `RedirectExec` interceptor / chain handler and...
**Description:** When accessing OCI registries the redirect requires the removal of the `Authentication` header. Apache Http Client v5 `org.apache.hc.client5.http.protocol.RedirectStrategy` now only returns `URI` and not `HttpUriRequest` which prevents the modification...
Add entries for closed PR for release milestone in the format: * by @ in https://github.com/spring-cloud/spring-cloud-dataflow/pull/
**Description:** `tasks/thinexecutions` API is not documented as part of Rest API documents.
**Problem description:** When using deploy or update from ui there is a delay until the metadata has been downloaded. It seems the metadata is never caches and retrieved every time....
**Problem description:** When a release contains a large set of changes that may run longer than 1 minute Kubernetes may kill the application and relaunch. **Solution description:** The solution will...