From 7299a2073c429433e5b4237cac9837c2bf52d43a Mon Sep 17 00:00:00 2001 From: Sue Chaplain Date: Tue, 28 Apr 2020 13:32:22 +0100 Subject: [PATCH] Deprecate Java MicroProfile stack Move to the archive folder so that we do not publish this guide for v0.9.0 Part of issue #https://github.com/kabanero-io/docs/issues/389 Signed-off-by: Sue Chaplain --- .../assets/microprofile-project-layout.png | Bin .../stack-microprofile/stack-microprofile.md | 2 ++ 2 files changed, 2 insertions(+) rename {publish => archive}/stack-microprofile/assets/microprofile-project-layout.png (100%) rename {publish => archive}/stack-microprofile/stack-microprofile.md (99%) diff --git a/publish/stack-microprofile/assets/microprofile-project-layout.png b/archive/stack-microprofile/assets/microprofile-project-layout.png similarity index 100% rename from publish/stack-microprofile/assets/microprofile-project-layout.png rename to archive/stack-microprofile/assets/microprofile-project-layout.png diff --git a/publish/stack-microprofile/stack-microprofile.md b/archive/stack-microprofile/stack-microprofile.md similarity index 99% rename from publish/stack-microprofile/stack-microprofile.md rename to archive/stack-microprofile/stack-microprofile.md index b6c6fe5..5775ecd 100644 --- a/publish/stack-microprofile/stack-microprofile.md +++ b/archive/stack-microprofile/stack-microprofile.md @@ -40,6 +40,8 @@ guide-category: stacks ## What you'll learn +**NOTE:** The Java MicroProfile Stack is deprecated. Use the Java Open Liberty stack instead. + Application stacks enable the development and optimization of microservice applications. With application stacks, developers don’t need to manage the full software development stack or be experts on underlying container technologies or Kubernetes. Application stacks are customized for specific enterprises to incorporate their company standards and technology choices. Developers access these stacks by configuring their development environment to point to a stack configuration. In this guide, you’ll learn how to configure your development environment, then create and run a simple cloud native microservice based on the Eclipse MicroProfile application stack. Finally, you’ll update the microservice that you created and deploy it to Kubernetes or serverless. Deployment to serverless is optional depending on whether you want to Scale to Zero.