joshelser commented on a change in pull request #727: PHOENIX-5762 Update
jackson
URL: https://github.com/apache/phoenix/pull/727#discussion_r389805269
##########
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 don't store any jackson-serialized data anywhere, right? The file change
list looks like it's not persisted (just used in processing and then thrown
away).
I'd be concerned about serde compatibility issues from Jackson 1.x to 2.x,
but hopefully that is not a concern at all if we're not holding on to that data
anywhere.
----------------------------------------------------------------
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