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
The text was updated successfully, but these errors were encountered:
masato-noda
changed the title
DeserialisationContext.mappingException has already been removed.DeserialisationContext.mappingException has already been removed.
Jun 26, 2024
Hi.
geojson-jackson uses
DeserialisationContext.mappingException
at https://github.com/opendatalab-de/geojson-jackson/blob/master/src/main/java/org/geojson/jackson/LngLatAltDeserializer.java#L64.But this method was removed in Jackson 2.16.
And unfortunately SpringBoot requires Jackson 2.17.1 from 3.3.0.
https://github.com/spring-projects/spring-boot/blob/3.3.x/gradle.properties#L12
Do you have plans to resolve this mismatch?
The text was updated successfully, but these errors were encountered: