Suppress Jackson 2 warnings

See gh-45535
This commit is contained in:
Phillip Webb
2025-05-13 11:42:25 -07:00
parent 5bdb0ecbb4
commit 02ee7fdb30
26 changed files with 34 additions and 2 deletions

View File

@@ -71,6 +71,7 @@ class AuditEventTests {
}
@Test
@SuppressWarnings("removal")
void jsonFormat() throws Exception {
AuditEvent event = new AuditEvent("johannes", "UNKNOWN",
Collections.singletonMap("type", (Object) "BadCredentials"));