Corneil du Plessis
Corneil du Plessis
I suggest using 2.11.2 since it has many fixes. I cannot remember encountering the specific symptoms you are encountering. However I would suggest using browser to clear the data /...
@rathodajay10 Can you use developer tools (F12) to view network activity. When you click on Applications and expand the Registry one or more applications you should see a request to...
The probe command has to an application not just shell command. ```properties spring.cloud.deployer.kubernetes.liveness-command-probe-command='/bin/sh -c "echo live"' spring.cloud.deployer.kubernetes.probe-type=COMMAND ```
> This is on the mailing list [here](https://lists.apache.org/thread/rwf87n9z6kgspjombc1hxl9gq4dvzx9h) w/ 3 options. I will look into a chain handler that strips the header if I can consistently figure out that we...
Using a client that supports request changes on redirect is a better option than a custom redirect handler.
> When I tested the PR with the following URL `http://localhost:9393/tasks/thinexecutions?name=nope` I expected no results, but all task executions were returned. Added test for `name=nope` resulting in empty page.
@DanFrei The best way to test will be to cloning spring-cloud-deployer, bumping CF Java Client to 5.12.2.RELEASE and doing a snapshot build and then doing snapshot builds of scdf 2.11.x...
The work will be done in spring-cloud-deployer.
@Kim-menu It is present in 2.9.3-SNAPSHOT. If you want to try with SCDF use 2.11.3-SNAPSHOT.