[ https://issues.apache.org/jira/browse/HBASE-16338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
stack updated HBASE-16338: -------------------------- Attachment: 16338.txt This patch removes include of jackson1. hbase-rest was enabling this feature: https://github.com/jersey/jersey/blob/master/media/json-jackson1/src/main/java/org/glassfish/jersey/jackson1/Jackson1Feature.java ... by doing this in RESTServer - ResourceConfig app = new ResourceConfig(). - packages("org.apache.hadoop.hbase.rest").register(Jackson1Feature.class); + ResourceConfig app = new ResourceConfig(); I just purged it. Is that ok [~apurtell] ? hadoop-common (2.x) and avro (1.7.x) still pull in jackson 1. Even latest avro (1.8.x) seems to use jackson 1 still: https://mvnrepository.com/artifact/org.apache.avro/avro/1.8.2 Let me see how this patch does against jenkins. > update jackson to 2.y > --------------------- > > Key: HBASE-16338 > URL: https://issues.apache.org/jira/browse/HBASE-16338 > Project: HBase > Issue Type: Task > Components: dependencies > Reporter: Sean Busbey > Priority: Minor > Fix For: 2.0.0 > > Attachments: 16338.txt > > > Our jackson dependency is from ~3 years ago. Update to the jackson 2.y line, > using 2.7.0+. -- This message was sent by Atlassian JIRA (v6.4.14#64029)