stoty commented on a change in pull request #727: PHOENIX-5762 Update jackson
URL: https://github.com/apache/phoenix/pull/727#discussion_r389862902
##########
File path: pom.xml
##########
@@ -87,7 +87,7 @@
<!-- Dependency versions -->
<commons-cli.version>1.4</commons-cli.version>
- <jackson.version>1.9.2</jackson.version>
+ <jackson.version>2.10.3</jackson.version>
Review comment:
We only use jackson in the three files that are touched in this commit.
For deserializing JSON data that we bulk load, and for serializing the
output of the trace servlet for the tracing webapp.
Neither is persisted anywhere (well, not in JSON form anyway)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services