-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Jackson 2.9.5, 2.9.6 incompatible with snakeyaml 1.20, 1.21 #81
Comments
Running into the same issue. Specifically, just using jackson-dataformat-yaml isn't working. I am shadowing the snakeyaml dependency because the classpath has another incompatible version, but still running into issues. |
@Dico200 and you did check with |
@cowtowncoder the issue is still open with 2.9.6 |
Yes, 2.9.6 |
I resolved my problem. I found more transitive dependencies for snakeyaml that were overriding the version. But snakeyaml making this unnecessary breaking change isn't appreciated, for sure. I didn't see any warnings for it, and the version bump is similar to any other. This isn't responsibility of Jackson, though. |
I have opened https://bitbucket.org/asomov/snakeyaml/issues/412/restore-the-boolean-constructors-for to try to facilitate this. I've seen this error in other projects too. No fun! |
Once snakeyaml 1.22 is out this problem should go away so long as versions 1.20/1.21 are avoided. |
Same issue here :( |
I confirm the issue is fixed with snakeyaml 1.23 |
@yborovikov Man, thanks a lot, I was have to repackage |
FYI, snakeyaml 1.23 is released since 2018-08-27, cf. https://search.maven.org/artifact/org.yaml/snakeyaml or |
A backwards-incompatible (with jackson
2.9.5
) change was introduced in snakeyaml1.20
, so anyone trying to use the latest released versions of jackson and snakeyaml would run into a problem:The text was updated successfully, but these errors were encountered: