Skip to content

Commit

Permalink
Merge pull request #28102 from jhanders34/branch2
Browse files Browse the repository at this point in the history
Update Jakarta EE 11 test to use minimum Java of 17 instead of 21
  • Loading branch information
jhanders34 committed Apr 6, 2024
2 parents 065300e + 5fea5e9 commit 31f9e5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-2.0/
*
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
Expand All @@ -23,7 +23,7 @@
import componenttest.custom.junit.runner.Mode.TestMode;

@RunWith(FATRunner.class)
@MinimumJavaLevel(javaLevel = 21)
@MinimumJavaLevel(javaLevel = 17)
@Mode(TestMode.LITE)
public class DDValidAppTests_J11 extends CommonTests_Core {
public static final Class<?> TEST_CLASS = DDValidAppTests_J11.class;
Expand Down
Expand Up @@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-2.0/
*
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
Expand All @@ -23,7 +23,7 @@
import componenttest.custom.junit.runner.Mode.TestMode;

@RunWith(FATRunner.class)
@MinimumJavaLevel(javaLevel = 21)
@MinimumJavaLevel(javaLevel = 17)
@Mode(TestMode.LITE)
public class DDValidModTests_J11 extends CommonTests_Core {
public static final Class<?> TEST_CLASS = DDValidModTests_J11.class;
Expand Down

0 comments on commit 31f9e5f

Please sign in to comment.