Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #325 from kabanero-io/deprecate_mp
Browse files Browse the repository at this point in the history
Add deprecation of java-microprofile stack to release 0.6
  • Loading branch information
groeges authored Apr 27, 2020
2 parents 27a3254 + 8a648bf commit 7f64e17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion incubator/java-microprofile/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
if "%JAVA_FOUND%"=="1" mvnw install -Denforcer.skip=true
3 changes: 2 additions & 1 deletion incubator/java-microprofile/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ default-template: default
requirements:
appsody-version: ">= 0.5.0"
templating-data:
libertyversion: '19.0.0.12'
libertyversion: '19.0.0.12'
deprecated: 04/20/2020 - This stack has been replaced by the Open Liberty stack (java-openliberty)

0 comments on commit 7f64e17

Please sign in to comment.