Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeserialisationContext.mappingException has already been removed. #70

Open
masato-noda opened this issue Jun 26, 2024 · 1 comment
Open

Comments

@masato-noda
Copy link

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?

@masato-noda masato-noda changed the title DeserialisationContext.mappingException has already been removed. DeserialisationContext.mappingException has already been removed. Jun 26, 2024
@TimQuist
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants