diff --git a/incubator/java-microprofile/README.md b/incubator/java-microprofile/README.md index 411b78baf..2df34e93c 100644 --- a/incubator/java-microprofile/README.md +++ b/incubator/java-microprofile/README.md @@ -1,4 +1,6 @@ -# Java MicroProfile Stack +# Java MicroProfile Stack (DEPRECATED) + +## This stack has been deprecated! Please use the [Java Open Liberty](https://github.com/appsody/stacks/tree/master/incubator/java-openliberty) stack. The Java MicroProfile stack provides a consistent way of developing microservices based upon the [Eclipse MicroProfile specifications](https://microprofile.io). This stack lets you use [Maven](https://maven.apache.org) to develop applications for [Open Liberty](https://openliberty.io) runtime, that is running on OpenJDK with container-optimizations in OpenJ9. diff --git a/incubator/java-microprofile/image/project/.appsody-init.bat b/incubator/java-microprofile/image/project/.appsody-init.bat index 99d127673..51651708d 100755 --- a/incubator/java-microprofile/image/project/.appsody-init.bat +++ b/incubator/java-microprofile/image/project/.appsody-init.bat @@ -3,4 +3,4 @@ set JAVA_FOUND=0 where java >nul 2>nul if %ERRORLEVEL% EQU 0 set JAVA_FOUND=1 if defined JAVA_HOME set JAVA_FOUND=1 -if "%JAVA_FOUND%"==1 mvnw install -Denforcer.skip=true \ No newline at end of file +if "%JAVA_FOUND%"=="1" mvnw install -Denforcer.skip=true diff --git a/incubator/java-microprofile/stack.yaml b/incubator/java-microprofile/stack.yaml index dbefed55c..f1970578b 100644 --- a/incubator/java-microprofile/stack.yaml +++ b/incubator/java-microprofile/stack.yaml @@ -1,20 +1,24 @@ name: Eclipse MicroProfile® -version: 0.2.25 -description: Eclipse MicroProfile on Open Liberty & OpenJ9 using Maven +version: 0.2.26 +description: Eclipse MicroProfile on Open Liberty & OpenJ9 using Maven license: Apache-2.0 language: java maintainers: - - name: Emily Jiang - email: emijiang6@googlemail.com - github-id: Emily-Jiang - - name: Neeraj Laad - email: neeraj.laad@gmail.com - github-id: neeraj-laad - - name: Ozzy - email: ozzy@ca.ibm.com - github-id: BarDweller + - name: Mike Andrasak + email: andrasak@us.ibm.com + github-id: uberskigeek + - name: Andy Mauer + email: ajmauer@us.ibm.com + github-id: ajm01 + - name: Scott Kurz + email: skurz@us.ibm.com + github-id: scottkurz + - name: Adam Wisniewski + email: awisniew@us.ibm.com + github-id: awisniew90 default-template: default requirements: appsody-version: ">= 0.5.0" templating-data: libertyversion: '19.0.0.12' +deprecated: 04/20/2020 - This stack has been replaced by the Open Liberty stack (java-openliberty)