Suppress Jackson 2 warnings
See gh-45535
This commit is contained in:
@@ -71,6 +71,7 @@ class AuditEventTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
@SuppressWarnings("removal")
|
||||
void jsonFormat() throws Exception {
|
||||
AuditEvent event = new AuditEvent("johannes", "UNKNOWN",
|
||||
Collections.singletonMap("type", (Object) "BadCredentials"));
|
||||
|
||||
Reference in New Issue
Block a user