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

The Spring Cloud Deployer project defines an SPI for deploying long lived applications and short lived tasks

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

Hi, I've just started thinking about how to implement this new [Schedule Cloning](https://github.com/spring-cloud/spring-cloud-dataflow/issues/4650) feature in Spring Cloud Data Flow. My idea is to modify the current implementation of **org.springframework.cloud.deployer.spi.scheduler.Scheduler**, adding...

type/enhancement

We need to add a new property with the key that looks like `spring.cloud.deployer.platformName` to support the app deployment being aware of the underlying platform account name. This is to...

As a user, I'm trying to retrieve the logs for a scheduled task, but I don't have an API to get it. Similar to TaskLaucnher's [`getLog(id)`](https://github.com/spring-cloud/spring-cloud-deployer/blob/master/spring-cloud-deployer-spi/src/main/java/org/springframework/cloud/deployer/spi/task/TaskLauncher.java#L132), it might be useful...

type/help-needed

The scale tests have been ignored in #319. These need to be enabled once the deployers have implemented this feature.

As a user, I'd like to pass deployer properties during `undeploy` operation. This lets me specify any platform-specific deployer properties that could be useful during `undeploy`. For instance, in case...

type/enhancement

Artifacts may be stored in AWS S3 buckets (using https://github.com/spring-projects/aws-maven). `MavenArtifactResolver` could support that scenario if the following changes are made: **spring-cloud-deployer-resource-maven/pom.xml** ``` org.springframework.build aws-maven 5.0.0.RELEASE org.eclipse.aether aether-transport-wagon ${aether.version} ```...

Since all implementations will need this, it should go into the SPI test.

Hello, I don't know if it is a expected behaviour but when i'am registring an app from local folder with file:///opt/XXX, i got a folder deployer-resource-cacheXXXX created in /tmp/ folder...