You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In modules/swagger-codegen/src/main/resources/javaSpring/CustomInstantDeserializer.mustache:Line 203:
throw context.mappingException("Expected type float, integer, or string.");
The com.fasterxml.jackson.databind.DeserializationContext.mappingException(String) is an expired method and has been romoved in jackson-databind:2.16.0.(Swagger-codegen depends on jackson-databind-2.17.0 & CVE-2023-35116 Vulnerabilitiy reported in jackson-databind up to 2.16)
Thanks!
The text was updated successfully, but these errors were encountered:
whatwoot
changed the title
Java template uses an expired method(com.fasterxml.jackson.databind.DeserializationContext.mappingException(String))
Java template uses an removed method(DeserializationContext.mappingException(String))
Sep 11, 2024
In modules/swagger-codegen/src/main/resources/javaSpring/CustomInstantDeserializer.mustache:Line 203:
throw context.mappingException("Expected type float, integer, or string.");
The com.fasterxml.jackson.databind.DeserializationContext.mappingException(String) is an expired method and has been romoved in jackson-databind:2.16.0.(Swagger-codegen depends on jackson-databind-2.17.0 & CVE-2023-35116 Vulnerabilitiy reported in jackson-databind up to 2.16)
Thanks!
The text was updated successfully, but these errors were encountered: