From 9de4d4e62baddc0531696ea82ebcbc134c9c04b4 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Tue, 5 Sep 2023 11:10:21 -0500 Subject: [PATCH] Update README w/ archive banner See https://github.com/spring-cloud/spring-cloud-dataflow/issues/5450 --- README.adoc | 31 ------------------------------- README.md | 3 +++ 2 files changed, 3 insertions(+), 31 deletions(-) delete mode 100644 README.adoc create mode 100644 README.md diff --git a/README.adoc b/README.adoc deleted file mode 100644 index d328057..0000000 --- a/README.adoc +++ /dev/null @@ -1,31 +0,0 @@ -== Spring Cloud Local Deployer - -Spring Cloud Local Deployer is an implementation of the Spring Cloud Deployer SPI for use -to deploy applications on the same machine. This occurs by this application spawning a -new JVM process for the deployed application. - -NOTE: It's important to note that this deployer spawns new JVMs that are not monitored -or maintained by this deployer. No attempts at high availability, fault tolerance, or -resiliency are provided by the deployer. Since the deployer SPI expects an underlying -platform to provide that level of resiliency, any use of this deployer in a production -environment should be accompanied with additional monitoring at the app level (the apps -this deployer deploys). This deployer will not be updated to take on those requirements. -Therefore the user is encouraged to explore the CloudFoundry and Kubernetes variants as -ways to meet them. - -=== Building - -Build and skip all tests: -``` -./mvnw clean package -DskipTests -``` - -Or build project and run tests: -``` -./mvnw clean package -``` - -Run the integration tests in Docker mode: -``` -./mvnw clean install -Dspring-cloud-deployer-spi-test-use-docker=true -Dspring.cloud.deployer.local.hostname=localhost -``` diff --git a/README.md b/README.md new file mode 100644 index 0000000..72dcb5e --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# :no_entry: Spring Cloud Deployer has moved to a monorepo. +## This repo is archived and now exists as the [spring-cloud-deployer-local](https://github.com/spring-cloud/spring-cloud-deployer/tree/main/spring-cloud-deployer-local) module in the Deployer monorepo. +### Please file any issues/PRs in the [Deployer](https://github.com/spring-cloud/spring-cloud-deployer) repo.