spring-cloud-deployer-cloudfoundry icon indicating copy to clipboard operation
spring-cloud-deployer-cloudfoundry copied to clipboard

The Spring Cloud Deployer implementation for Cloud Foundry

Results 9 spring-cloud-deployer-cloudfoundry issues
Sort by recently updated
recently updated
newest added

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]...

status/need-investigation
move-to-monorepo

skipper logs show a stack trace, but no error surfaced to user and deployment state remains `partial` indefinitely.

move-to-monorepo

area/dependencies
move-to-monorepo

The setter is of the type `Duration`. A property passed as a string will need to be converted to this Java object.

move-to-monorepo

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...

type/question
move-to-monorepo

As a developer, when invoking the `cleanup()` operation, I'd want to make sure the task's droplet is cleaned-up correctly.

move-to-monorepo

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...

move-to-monorepo

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...

move-to-monorepo

The current TCK test for cmdLineArgs is `@Ignore`d because some chars need special handling and this has proven difficult in the past. Revisit

area/tests
move-to-monorepo