-
-
Notifications
You must be signed in to change notification settings - Fork 143
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.3 release for Scala module #357
Comments
This was not as easy as it used to be.. |
Hmmh. That is unfortunate. And none of databind fixes listed in release notes seem directly related here.
which could have exposed an existing issue with type compatibility. |
One observation, I hit this problem when running sbt on the command line or running just UntypedObjectDeserializer in the IDE. But if I run all tests in the IDE it passes. Not really sure what difference that would make. |
I get the same error both in sbt and in intelliJ. I guess it works in your IDE, since it has not changed from 2.9.2 to 2.9.3. |
What I'm seeing in the IDE is that:
I'm guessing that there is some side effect or test ordering issue that causes it to behave differently in these cases. |
@brharrington thanks for that clarification! That means that the problem probably relates to caching and the order of which it is initialized. |
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.4 Jackson release for 2.9.4, included the fix for CVE-2017-17485. Need Scala module to update to 2.9.4. |
@bestcastor At this point there is no dedicated maintainer for this module, so any help you (or anyone else with skills, time & interest!) can give in figuring out how to make it happen much appreciated. Other than that, using |
Fixes FasterXML#357. The AbstractTypeResolvers test fails when using the default.
The difference I was seeing in the IDE was because the UntypedObjectDeserializer didn't have the |
Ok, I merged the test fix. Does this help at all with problem of failed test(s) of #359? |
Version 2.9.4 is now released |
2.9.3 release:
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.3
going out, need Scala module too.
The text was updated successfully, but these errors were encountered: