Skip to content

Commit 2f5b5aa

Browse files
add jboss eap 7 to webapp runtimestack (#1373)
1 parent a843c83 commit 2f5b5aa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice

azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/RuntimeStack.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,12 @@ public class RuntimeStack {
170170
/** JBOSS EAP 7.2-java8. */
171171
public static final RuntimeStack JBOSS_EAP_7_2_JAVA8 = COLLECTION.addValue(new RuntimeStack("JBOSSEAP", "7.2-java8"));
172172

173+
/** JBOSS EAP 7-java8. */
174+
public static final RuntimeStack JBOSS_EAP_7_JAVA8 = COLLECTION.addValue(new RuntimeStack("JBOSSEAP", "7-java8"));
175+
176+
/** JBOSS EAP 7-java11. */
177+
public static final RuntimeStack JBOSS_EAP_7_JAVA11 = COLLECTION.addValue(new RuntimeStack("JBOSSEAP", "7-java11"));
178+
173179
/** The name of the language runtime stack. */
174180
private final String stack;
175181
/** The version of the runtime. */

0 commit comments

Comments
 (0)