Skip to content

Commit

Permalink
Merge branch 'dev' into users/csigs/hb_452267ed-f3ea-4b18-a9d2-7c2ed1…
Browse files Browse the repository at this point in the history
…7cef14_20240827130948452
  • Loading branch information
takyyon authored Aug 28, 2024
2 parents 61c67ce + 14c6fb3 commit ad1c5f0
Show file tree
Hide file tree
Showing 2 changed files with 251 additions and 2 deletions.
121 changes: 120 additions & 1 deletion server/src/stacks/2020-10-01/stacks/web-app-stacks/Java.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,39 @@ const getJavaStack: (useIsoDateFormat: boolean) => WebAppStack = (useIsoDateForm
},
},
},
{
displayText: 'Java 21.0.3',
value: '21.0.3',
stackSettings: {
linuxRuntimeSettings: {
// Note (jafreebe): Runtime on Linux Java is determined by the Java container
runtimeVersion: '',
remoteDebuggingSupported: false,
appInsightsSettings: {
isSupported: true,
isDefaultOff: false,
},
gitHubActionSettings: {
isSupported: true,
supportedVersion: '21',
},
endOfLifeDate: java21EOL,
},
windowsRuntimeSettings: {
runtimeVersion: '21.0.3',
remoteDebuggingSupported: false,
appInsightsSettings: {
isSupported: true,
isDefaultOff: false,
},
gitHubActionSettings: {
isSupported: true,
supportedVersion: '21',
},
endOfLifeDate: java21EOL,
},
},
},
{
displayText: 'Java 21.0.1',
value: '21.0.1',
Expand Down Expand Up @@ -128,6 +161,39 @@ const getJavaStack: (useIsoDateFormat: boolean) => WebAppStack = (useIsoDateForm
},
},
},
{
displayText: 'Java 17.0.11',
value: '17.0.11',
stackSettings: {
linuxRuntimeSettings: {
// Note (jafreebe): Runtime on Linux Java is determined by the Java container
runtimeVersion: '',
remoteDebuggingSupported: false,
appInsightsSettings: {
isSupported: true,
isDefaultOff: false,
},
gitHubActionSettings: {
isSupported: true,
supportedVersion: '17',
},
endOfLifeDate: java17EOL,
},
windowsRuntimeSettings: {
runtimeVersion: '17.0.11',
remoteDebuggingSupported: false,
appInsightsSettings: {
isSupported: true,
isDefaultOff: false,
},
gitHubActionSettings: {
isSupported: true,
supportedVersion: '17',
},
endOfLifeDate: java17EOL,
},
},
},
{
displayText: 'Java 17.0.9',
value: '17.0.9',
Expand Down Expand Up @@ -160,7 +226,8 @@ const getJavaStack: (useIsoDateFormat: boolean) => WebAppStack = (useIsoDateForm
endOfLifeDate: java17EOL,
},
},
}, {
},
{
displayText: 'Java 17.0.4',
value: '17.0.4',
stackSettings: {
Expand Down Expand Up @@ -333,6 +400,39 @@ const getJavaStack: (useIsoDateFormat: boolean) => WebAppStack = (useIsoDateForm
},
},
},
{
displayText: 'Java 11.0.23',
value: '11.0.21',
stackSettings: {
linuxRuntimeSettings: {
// Note (jafreebe): Runtime on Linux Java is determined by the Java container
runtimeVersion: '',
remoteDebuggingSupported: false,
appInsightsSettings: {
isSupported: true,
isDefaultOff: false,
},
gitHubActionSettings: {
isSupported: true,
supportedVersion: '11',
},
endOfLifeDate: java11EOL,
},
windowsRuntimeSettings: {
runtimeVersion: '11.0.23',
remoteDebuggingSupported: false,
appInsightsSettings: {
isSupported: true,
isDefaultOff: false,
},
gitHubActionSettings: {
isSupported: true,
supportedVersion: '11',
},
endOfLifeDate: java11EOL,
},
},
},
{
displayText: 'Java 11.0.21',
value: '11.0.21',
Expand Down Expand Up @@ -796,6 +896,25 @@ const getJavaStack: (useIsoDateFormat: boolean) => WebAppStack = (useIsoDateForm
},
},
},
{
displayText: 'Java 1.8.0_412',
value: '8.0.412',
stackSettings: {
windowsRuntimeSettings: {
runtimeVersion: '1.8.0_412',
remoteDebuggingSupported: false,
appInsightsSettings: {
isSupported: true,
isDefaultOff: false,
},
gitHubActionSettings: {
isSupported: true,
supportedVersion: '8',
},
endOfLifeDate: java8EOL,
},
},
},
{
displayText: 'Java 1.8.0_392',
value: '8.0.392',
Expand Down
132 changes: 131 additions & 1 deletion server/src/stacks/2020-10-01/stacks/web-app-stacks/JavaContainers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ const getJavaContainersStack: (useIsoDateFormat: boolean) => WebAppStack = (useI
},
},
},
{
displayText: 'Java SE 21.0.3',
value: '21.0.3',
stackSettings: {
linuxContainerSettings: {
java21Runtime: 'JAVA|21.0.3',
},
},
},
{
displayText: 'Java SE 21.0.1',
value: '21.0.1',
Expand All @@ -44,6 +53,15 @@ const getJavaContainersStack: (useIsoDateFormat: boolean) => WebAppStack = (useI
},
},
},
{
displayText: 'Java SE 17.0.11',
value: '17.0.11',
stackSettings: {
linuxContainerSettings: {
java17Runtime: 'JAVA|17.0.11',
},
},
},
{
displayText: 'Java SE 17.0.9',
value: '17.0.9',
Expand Down Expand Up @@ -92,6 +110,15 @@ const getJavaContainersStack: (useIsoDateFormat: boolean) => WebAppStack = (useI
},
},
},
{
displayText: 'Java SE 11.0.23',
value: '11.0.23',
stackSettings: {
linuxContainerSettings: {
java11Runtime: 'JAVA|11.0.23',
},
},
},
{
displayText: 'Java SE 11.0.21',
value: '11.0.21',
Expand Down Expand Up @@ -200,6 +227,15 @@ const getJavaContainersStack: (useIsoDateFormat: boolean) => WebAppStack = (useI
},
},
},
{
displayText: 'Java SE 8u412',
value: '1.8.412',
stackSettings: {
linuxContainerSettings: {
java8Runtime: 'JAVA|8u412',
},
},
},
{
displayText: 'Java SE 8u392',
value: '1.8.392',
Expand Down Expand Up @@ -326,7 +362,17 @@ const getJavaContainersStack: (useIsoDateFormat: boolean) => WebAppStack = (useI
},
},
{
displayText: 'Red Hat JBoss EAP 8 update 1',
displayText: 'Red Hat JBoss EAP 8.0 update 2.1',
value: '8.0.2',
stackSettings: {
linuxContainerSettings: {
java11Runtime: 'JBOSSEAP|8.0.2-java11',
java17Runtime: 'JBOSSEAP|8.0.2-java17',
}
}
},
{
displayText: 'Red Hat JBoss EAP 8.0 update 1',
value: '8.0.1',
stackSettings: {
linuxContainerSettings: {
Expand All @@ -353,6 +399,28 @@ const getJavaContainersStack: (useIsoDateFormat: boolean) => WebAppStack = (useI
},
},
},
{
displayText: 'Red Hat JBoss EAP 7.4.17',
value: '7.4.17',
stackSettings: {
linuxContainerSettings: {
java8Runtime: 'JBOSSEAP|7.4.17-java8',
java11Runtime: 'JBOSSEAP|7.4.17-java11',
java17Runtime: 'JBOSSEAP|7.4.17-java17'
}
}
},
{
displayText: 'Red Hat JBoss EAP 7.4.16',
value: '7.4.16',
stackSettings: {
linuxContainerSettings: {
java8Runtime: 'JBOSSEAP|7.4.16-java8',
java11Runtime: 'JBOSSEAP|7.4.16-java11',
java17Runtime: 'JBOSSEAP|7.4.16-java17'
}
}
},
{
displayText: 'Red Hat JBoss EAP 7.4.13',
value: '7.4.13',
Expand Down Expand Up @@ -493,6 +561,36 @@ const getJavaContainersStack: (useIsoDateFormat: boolean) => WebAppStack = (useI
},
},
},
{
displayText: 'Apache Tomcat 10.1.25',
value: '10.1.25',
stackSettings: {
windowsContainerSettings: {
javaContainer: 'TOMCAT',
javaContainerVersion: '10.1.25',
},
linuxContainerSettings: {
java11Runtime: 'TOMCAT|10.1.25-java11',
java17Runtime: 'TOMCAT|10.1.25-java17',
java21Runtime: 'TOMCAT|10.1.25-java21'
},
},
},
{
displayText: 'Apache Tomcat 10.1.23',
value: '10.1.23',
stackSettings: {
windowsContainerSettings: {
javaContainer: 'TOMCAT',
javaContainerVersion: '10.1.23',
},
linuxContainerSettings: {
java11Runtime: 'TOMCAT|10.1.23-java11',
java17Runtime: 'TOMCAT|10.1.23-java17',
java21Runtime: 'TOMCAT|10.1.23-java21'
},
},
},
{
displayText: 'Apache Tomcat 10.1.16',
value: '10.1.16',
Expand Down Expand Up @@ -641,6 +739,38 @@ const getJavaContainersStack: (useIsoDateFormat: boolean) => WebAppStack = (useI
},
},
},
{
displayText: 'Apache Tomcat 9.0.90',
value: '9.0.90',
stackSettings: {
windowsContainerSettings: {
javaContainer: 'TOMCAT',
javaContainerVersion: '9.0.90',
},
linuxContainerSettings: {
java8Runtime: 'TOMCAT|9.0.90-java8',
java11Runtime: 'TOMCAT|9.0.90-java11',
java17Runtime: 'TOMCAT|9.0.90-java17',
java21Runtime: 'TOMCAT|9.0.90-java21'
},
},
},
{
displayText: 'Apache Tomcat 9.0.88',
value: '9.0.88',
stackSettings: {
windowsContainerSettings: {
javaContainer: 'TOMCAT',
javaContainerVersion: '9.0.88',
},
linuxContainerSettings: {
java8Runtime: 'TOMCAT|9.0.88-java8',
java11Runtime: 'TOMCAT|9.0.88-java11',
java17Runtime: 'TOMCAT|9.0.88-java17',
java21Runtime: 'TOMCAT|9.0.88-java21'
},
},
},
{
displayText: 'Apache Tomcat 9.0.83',
value: '9.0.83',
Expand Down

0 comments on commit ad1c5f0

Please sign in to comment.