srb4j
srb4j copied to clipboard
Configure jackson provider to let it ignore unknown properties in JSON
Find the occurences of JacksonJaxbJsonProvider and replace the registration statement with
register(new JacksonJaxbJsonProvider().configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false));