opendatalab-de / geojson-jackson

GeoJson POJOs for Jackson - serialize and deserialize objects with ease
http://blog.opendatalab.de
Apache License 2.0
263 stars 94 forks source link

`DeserialisationContext.mappingException` has already been removed. #70

Open masato-noda opened 2 months ago

masato-noda commented 2 months ago

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?

TimQuist commented 4 weeks ago

I have been running into the same issue.

For the time being I have created a fork with an updated version at https://github.com/42BV/geojson-jackson/releases/tag/1.15.1

You will however have to download and include the jar manually since it's not distributed by maven central.