spring-cloud-deployer-cloudfoundry
spring-cloud-deployer-cloudfoundry copied to clipboard
The Spring Cloud Deployer implementation for Cloud Foundry
Launching the same task app many times, registered with an http url download multiple copies, which eventually fills the disk. ``` 2022-04-13T09:50:54.13-0400 [APP/PROC/WEB/0] OUT 2022-04-13 13:50:54.134 INFO 18 --- [nio-8080-exec-8]...
skipper logs show a stack trace, but no error surfaced to user and deployment state remains `partial` indefinitely.
The setter is of the type `Duration`. A property passed as a string will need to be converted to this Java object.
In the current scenario, when the task is launched the task application still remains in `stopped` state and `restarted` for the subsequent launch. While this gives benefit in starting up...
As a developer, when invoking the `cleanup()` operation, I'd want to make sure the task's droplet is cleaned-up correctly.
As a user, I'm trying to deploy a stream in SCDF with the server name as `message-routingdevelopment-dataflow-server` and the stream name as `ticktockluke`. When the stream apps are deployed, I...
We have a test for the length of the route in https://github.com/spring-cloud/spring-cloud-deployer-cloudfoundry/blob/07377f44b181639b3b4957abd206e3b4a9b2e6f5/src/main/java/org/springframework/cloud/deployer/spi/cloudfoundry/CloudFoundryAppNameGenerator.java#L80 but in some testing, was able to create an app that had too long a name so that...
The current TCK test for cmdLineArgs is `@Ignore`d because some chars need special handling and this has proven difficult in the past. Revisit