ndimiduk commented on pull request #3243:
URL: https://github.com/apache/hbase/pull/3243#issuecomment-840900154


   I don't think there's a need to shade jackson here because it is only used 
by hbase-rest, which is not a module that should land in a downstreamer's 
classpath. Further, we're making use of jackson via transitive dependency on 
`jackson-jaxrs-json-provider`, a dependency which we do control (as opposed to 
getting from Hadoop). For these reasons, I see no need to shade jackson here.
   
   I would be in support of a plan to deprecate `jackson-jaxrs-json-provider` 
and implement our own provided based on our chosen json serialization library, 
Gson.


-- 
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]


Reply via email to