diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-02-22 08:55:14 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-02-22 08:55:14 +0000 |
commit | f090436eca556665e34db630936e0715939f30b6 (patch) | |
tree | 8caa206761da8e5bdcee075374bd6b2c89903216 /poi | |
parent | 32fa21596d881af9a0b6bd3a31f997659d6f5c2d (diff) | |
download | poi-f090436eca556665e34db630936e0715939f30b6.tar.gz poi-f090436eca556665e34db630936e0715939f30b6.zip |
java 17 build issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898312 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi')
-rw-r--r-- | poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java b/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java index 7a477cb3d6..25702c117d 100644 --- a/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java +++ b/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java @@ -166,6 +166,7 @@ public class TestPOIFSDump { } @Test + @SuppressForbidden("tests java.security features deprecated in java 17 - no other option though") void testMainNoArgs() { Assumptions.assumeFalse(System.getProperty("java.version").startsWith("18"), "SecurityManager does not work any more since JDK 18"); |