@@ -39,7 +39,9 @@ val targets = mapOf(
39
39
),
40
40
" payara" to listOf (
41
41
ImageTarget (listOf (" 5.2020.6" , " 5.2021.8" ), listOf (" hotspot" , " openj9" ), listOf (" 8" , " 11" )),
42
- ImageTarget (listOf (" 6.2023.12" ), listOf (" hotspot" , " openj9" ), listOf (" 11" , " 17" , " 21" ), war = " servlet-5.0" )
42
+ // Test application is not deployed when server is sarted with hotspot jdk version 21
43
+ ImageTarget (listOf (" 6.2023.12" ), listOf (" hotspot" ), listOf (" 11" , " 17" ), war = " servlet-5.0" ),
44
+ ImageTarget (listOf (" 6.2023.12" ), listOf (" openj9" ), listOf (" 11" , " 17" , " 21" ), war = " servlet-5.0" )
43
45
),
44
46
" tomcat" to listOf (
45
47
ImageTarget (listOf (" 7.0.109" ), listOf (" hotspot" , " openj9" ), listOf (" 8" ), mapOf (" majorVersion" to " 7" )),
@@ -58,7 +60,12 @@ val targets = mapOf(
58
60
" wildfly" to listOf (
59
61
ImageTarget (listOf (" 13.0.0.Final" ), listOf (" hotspot" , " openj9" ), listOf (" 8" )),
60
62
ImageTarget (
61
- listOf (" 17.0.1.Final" , " 21.0.0.Final" , " 28.0.1.Final" , " 29.0.1.Final" , " 30.0.1.Final" ),
63
+ listOf (" 17.0.1.Final" , " 21.0.0.Final" ),
64
+ listOf (" hotspot" , " openj9" ),
65
+ listOf (" 8" , " 11" , " 17" , " 21" )
66
+ ),
67
+ ImageTarget (
68
+ listOf (" 28.0.1.Final" , " 29.0.1.Final" , " 30.0.1.Final" ),
62
69
listOf (" hotspot" , " openj9" ),
63
70
listOf (" 11" , " 17" , " 21" ),
64
71
war = " servlet-5.0"
0 commit comments