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

Commit

Permalink
java-microprofile: deprecate stack (#764)
Browse files Browse the repository at this point in the history
* java-microprofile: deprecate stack

* Add java-microprofile deprecate message; Fixes issues #538, #522

Signed-off-by: Scott Kurz <[email protected]>

* java-microprofile: fix stack description

Co-authored-by: Scott Kurz <[email protected]>
Co-authored-by: Kamran Shamsi <[email protected]>
  • Loading branch information
3 people authored Apr 21, 2020
1 parent 516d028 commit ef6926a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 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
26 changes: 15 additions & 11 deletions incubator/java-microprofile/stack.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
github-id: Emily-Jiang
- name: Neeraj Laad
email: [email protected]
github-id: neeraj-laad
- name: Ozzy
email: [email protected]
github-id: BarDweller
- name: Mike Andrasak
email: [email protected]
github-id: uberskigeek
- name: Andy Mauer
email: [email protected]
github-id: ajm01
- name: Scott Kurz
email: [email protected]
github-id: scottkurz
- name: Adam Wisniewski
email: [email protected]
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)

0 comments on commit ef6926a

Please sign in to comment.