-
Notifications
You must be signed in to change notification settings - Fork 931
Bump jackson to 2.19.0 #6354
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
base: master
Are you sure you want to change the base?
Bump jackson to 2.19.0 #6354
Conversation
@@ -46,6 +47,7 @@ public final class JsonNodeParser { | |||
*/ | |||
public static final JsonFactory DEFAULT_JSON_FACTORY = | |||
JsonFactory.builder() | |||
.enable(StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jackson 2.16.0 introduced a behavior change where this behavior was true
and now defaults to false
. This caused our test to break.
In order to maintain the same behavior we have to manually enable this config.
more info FasterXML/jackson-core#1038
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version change PR requires changelog
5d6bca4
to
c35006c
Compare
Bumping Jackson dependencies to 2.19.0