Skip to content

Commit

Permalink
Allow OpenJCEPlus test execution with Java 11 (adoptium#5164)
Browse files Browse the repository at this point in the history
Java 11 now includes the OpenJCEPlus module and should be tested
accordingly similar to other Java releases.
  • Loading branch information
jasonkatonica authored Mar 21, 2024
1 parent ce3a82b commit ea10530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functional/OpenJcePlusTests/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<equals arg1="${JDK_VENDOR}" arg2="ibm" />
<equals arg1="${JDK_IMPL}" arg2="openj9" />
<not>
<matches string="${JDK_VERSION}" pattern="^(8|11)$$" />
<matches string="${JDK_VERSION}" pattern="^(8)$$" />
</not>
<or>
<contains string="${SPEC}" substring="aix_ppc-64"/>
Expand Down
2 changes: 1 addition & 1 deletion functional/OpenJcePlusTests/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<group>functional</group>
</groups>
<versions>
<version>17+</version>
<version>11+</version>
</versions>
<impls>
<impl>openj9</impl>
Expand Down

0 comments on commit ea10530

Please sign in to comment.