Browse Source

java 17 build issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898312 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_1
PJ Fanning 2 years ago
parent
commit
f090436eca
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java

+ 1
- 0
poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java View File

} }


@Test @Test
@SuppressForbidden("tests java.security features deprecated in java 17 - no other option though")
void testMainNoArgs() { void testMainNoArgs() {
Assumptions.assumeFalse(System.getProperty("java.version").startsWith("18"), Assumptions.assumeFalse(System.getProperty("java.version").startsWith("18"),
"SecurityManager does not work any more since JDK 18"); "SecurityManager does not work any more since JDK 18");

Loading…
Cancel
Save