We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f68f9ef + 614d341 commit 0cd2050Copy full SHA for 0cd2050
src/test/java/com/fasterxml/jackson/databind/misc/AccessFixTest.java
@@ -42,7 +42,9 @@ public void testCauseOfThrowableIgnoral() throws Exception
42
} catch (UnsupportedOperationException e) {
43
// JDK 21+ fail?
44
verifyException(e,
45
+ // JDK 21, 22, 23
46
"Security Manager is deprecated",
47
+ // JDK 24
48
"Setting a Security Manager is not supported");
49
} finally {
50
if (setSucceeded) {
0 commit comments