Skip to content

Commit 31f9e5f

Browse files
authored
Merge pull request #28102 from jhanders34/branch2
Update Jakarta EE 11 test to use minimum Java of 17 instead of 21
2 parents 065300e + 5fea5e9 commit 31f9e5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev/com.ibm.ws.javaee.ddmodel_fat/fat/src/com/ibm/ws/javaee/ddmodel/suite/core/DDValidAppTests_J11.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* are made available under the terms of the Eclipse Public License 2.0
55
* which accompanies this distribution, and is available at
66
* http://www.eclipse.org/legal/epl-2.0/
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Contributors:
@@ -23,7 +23,7 @@
2323
import componenttest.custom.junit.runner.Mode.TestMode;
2424

2525
@RunWith(FATRunner.class)
26-
@MinimumJavaLevel(javaLevel = 21)
26+
@MinimumJavaLevel(javaLevel = 17)
2727
@Mode(TestMode.LITE)
2828
public class DDValidAppTests_J11 extends CommonTests_Core {
2929
public static final Class<?> TEST_CLASS = DDValidAppTests_J11.class;

dev/com.ibm.ws.javaee.ddmodel_fat/fat/src/com/ibm/ws/javaee/ddmodel/suite/core/DDValidModTests_J11.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* are made available under the terms of the Eclipse Public License 2.0
55
* which accompanies this distribution, and is available at
66
* http://www.eclipse.org/legal/epl-2.0/
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Contributors:
@@ -23,7 +23,7 @@
2323
import componenttest.custom.junit.runner.Mode.TestMode;
2424

2525
@RunWith(FATRunner.class)
26-
@MinimumJavaLevel(javaLevel = 21)
26+
@MinimumJavaLevel(javaLevel = 17)
2727
@Mode(TestMode.LITE)
2828
public class DDValidModTests_J11 extends CommonTests_Core {
2929
public static final Class<?> TEST_CLASS = DDValidModTests_J11.class;

0 commit comments

Comments
 (0)