@@ -44,32 +44,34 @@ val targets = mapOf(
44
44
" payara" to listOf (
45
45
ImageTarget (listOf (" 5.2020.6" ), listOf (" hotspot" , " openj9" ), listOf (" 8" , " 11" )),
46
46
ImageTarget (listOf (" 5.2021.8" ), listOf (" hotspot" , " openj9" ), listOf (" 8" , " 11" )),
47
- ImageTarget (listOf (" 6.2023.4" ), listOf (" hotspot" , " openj9" ), listOf (" 8 " , " 11 " , " 17 " ) )
47
+ ImageTarget (listOf (" 6.2023.4" ), listOf (" hotspot" , " openj9" ), listOf (" 11 " , " 17 " ), war = " servlet-5.0 " )
48
48
),
49
49
" tomcat" to listOf (
50
50
ImageTarget (listOf (" 7.0.109" ), listOf (" hotspot" , " openj9" ), listOf (" 8" ), mapOf (" majorVersion" to " 7" )),
51
51
ImageTarget (listOf (" 8.5.88" ), listOf (" hotspot" ), listOf (" 8" , " 11" , " 17" , " 20" , " 21" ), mapOf (" majorVersion" to " 8" )),
52
52
ImageTarget (listOf (" 8.5.88" ), listOf (" openj9" ), listOf (" 8" , " 11" , " 17" , " 18" ), mapOf (" majorVersion" to " 8" )),
53
53
ImageTarget (listOf (" 9.0.74" ), listOf (" hotspot" ), listOf (" 8" , " 11" , " 17" , " 20" , " 21" ), mapOf (" majorVersion" to " 9" )),
54
54
ImageTarget (listOf (" 9.0.74" ), listOf (" openj9" ), listOf (" 8" , " 11" , " 17" , " 18" ), mapOf (" majorVersion" to " 9" )),
55
- ImageTarget (listOf (" 10.1.8" ), listOf (" hotspot" ), listOf (" 8 " , " 11" , " 17" , " 20" , " 21" ), mapOf (" majorVersion" to " 10" ), " servlet-5.0" ),
56
- ImageTarget (listOf (" 10.1.8" ), listOf (" openj9" ), listOf (" 8 " , " 11" , " 17" , " 18" ), mapOf (" majorVersion" to " 10" ), " servlet-5.0" ),
55
+ ImageTarget (listOf (" 10.1.8" ), listOf (" hotspot" ), listOf (" 11" , " 17" , " 20" , " 21" ), mapOf (" majorVersion" to " 10" ), " servlet-5.0" ),
56
+ ImageTarget (listOf (" 10.1.8" ), listOf (" openj9" ), listOf (" 11" , " 17" , " 18" ), mapOf (" majorVersion" to " 10" ), " servlet-5.0" ),
57
57
),
58
58
" tomee" to listOf (
59
59
ImageTarget (listOf (" 7.0.9" ), listOf (" hotspot" , " openj9" ), listOf (" 8" )),
60
60
ImageTarget (listOf (" 7.1.4" ), listOf (" hotspot" , " openj9" ), listOf (" 8" )),
61
61
ImageTarget (listOf (" 8.0.14" ), listOf (" hotspot" ), listOf (" 8" , " 11" , " 17" , " 20" , " 21" )),
62
62
ImageTarget (listOf (" 8.0.14" ), listOf (" openj9" ), listOf (" 8" , " 11" , " 17" , " 18" )),
63
- ImageTarget (listOf (" 9.0.0" ), listOf (" hotspot" ), listOf (" 8 " , " 11" , " 17" , " 20" , " 21" ), war = " servlet-5.0" ),
64
- ImageTarget (listOf (" 9.0.0" ), listOf (" openj9" ), listOf (" 8 " , " 11" , " 17" , " 18" ), war = " servlet-5.0" ),
63
+ ImageTarget (listOf (" 9.0.0" ), listOf (" hotspot" ), listOf (" 11" , " 17" , " 20" , " 21" ), war = " servlet-5.0" ),
64
+ ImageTarget (listOf (" 9.0.0" ), listOf (" openj9" ), listOf (" 11" , " 17" , " 18" ), war = " servlet-5.0" ),
65
65
),
66
66
" websphere" to listOf (
67
67
ImageTarget (listOf (" 8.5.5.22" , " 9.0.5.14" ), listOf (" openj9" ), listOf (" 8" ), windows = false ),
68
68
),
69
69
" wildfly" to listOf (
70
70
ImageTarget (listOf (" 13.0.0.Final" ), listOf (" hotspot" , " openj9" ), listOf (" 8" )),
71
- ImageTarget (listOf (" 17.0.1.Final" , " 21.0.0.Final" , " 28.0.0.Final" ), listOf (" hotspot" ), listOf (" 8" , " 11" , " 17" , " 20" , " 21" )),
72
- ImageTarget (listOf (" 17.0.1.Final" , " 21.0.0.Final" , " 28.0.0.Final" ), listOf (" openj9" ), listOf (" 8" , " 11" , " 17" , " 18" )),
71
+ ImageTarget (listOf (" 17.0.1.Final" , " 21.0.0.Final" ), listOf (" hotspot" ), listOf (" 8" , " 11" , " 17" , " 20" , " 21" )),
72
+ ImageTarget (listOf (" 17.0.1.Final" , " 21.0.0.Final" ), listOf (" openj9" ), listOf (" 8" , " 11" , " 17" , " 18" )),
73
+ ImageTarget (listOf (" 28.0.0.Final" ), listOf (" hotspot" ), listOf (" 11" , " 17" , " 20" , " 21" ), war = " servlet-5.0" ),
74
+ ImageTarget (listOf (" 28.0.0.Final" ), listOf (" openj9" ), listOf (" 11" , " 17" , " 18" ), war = " servlet-5.0" ),
73
75
),
74
76
)
75
77
0 commit comments