Skip to content

Commit 0cd2050

Browse files
committed
Merge branch '2.19' into 2.x
2 parents f68f9ef + 614d341 commit 0cd2050

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/fasterxml/jackson/databind/misc/AccessFixTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ public void testCauseOfThrowableIgnoral() throws Exception
4242
} catch (UnsupportedOperationException e) {
4343
// JDK 21+ fail?
4444
verifyException(e,
45+
// JDK 21, 22, 23
4546
"Security Manager is deprecated",
47+
// JDK 24
4648
"Setting a Security Manager is not supported");
4749
} finally {
4850
if (setSucceeded) {

0 commit comments

Comments
 (0)