Skip to content

Commit ea10530

Browse files
Allow OpenJCEPlus test execution with Java 11 (#5164)
Java 11 now includes the OpenJCEPlus module and should be tested accordingly similar to other Java releases.
1 parent ce3a82b commit ea10530

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

functional/OpenJcePlusTests/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<equals arg1="${JDK_VENDOR}" arg2="ibm" />
113113
<equals arg1="${JDK_IMPL}" arg2="openj9" />
114114
<not>
115-
<matches string="${JDK_VERSION}" pattern="^(8|11)$$" />
115+
<matches string="${JDK_VERSION}" pattern="^(8)$$" />
116116
</not>
117117
<or>
118118
<contains string="${SPEC}" substring="aix_ppc-64"/>

functional/OpenJcePlusTests/playlist.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<group>functional</group>
3535
</groups>
3636
<versions>
37-
<version>17+</version>
37+
<version>11+</version>
3838
</versions>
3939
<impls>
4040
<impl>openj9</impl>

0 commit comments

Comments
 (0)