You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2020/07/03 10:56:00 UTC

[jira] [Commented] (HBASE-23015) Replace Jackson with relocated gson everywhere but hbase-rest

    [ https://issues.apache.org/jira/browse/HBASE-23015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17150939#comment-17150939 ] 

Hudson commented on HBASE-23015:
--------------------------------

Results for branch branch-1
	[build #1323 on builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-1/1323/]: (x) *{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1/1323//General_Nightly_Build_Report/]


(x) {color:red}-1 jdk7 checks{color}
-- For more information [see jdk7 report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1/1323//JDK7_Nightly_Build_Report/]


(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1/1323//JDK8_Nightly_Build_Report_(Hadoop2)/]




(x) {color:red}-1 source release artifact{color}
-- See build output for details.


> Replace Jackson with relocated gson everywhere but hbase-rest
> -------------------------------------------------------------
>
>                 Key: HBASE-23015
>                 URL: https://issues.apache.org/jira/browse/HBASE-23015
>             Project: HBase
>          Issue Type: Bug
>          Components: Client, shading
>    Affects Versions: 1.5.0, 1.3.6, 1.4.11
>            Reporter: Sean Busbey
>            Assignee: Viraj Jasani
>            Priority: Blocker
>             Fix For: 1.5.0, 1.3.6, 1.4.11
>
>         Attachments: HBASE-23015.branch-1.3.000.patch, HBASE-23015.branch-1.3.001.patch, HBASE-23015.branch-1.3.002.patch
>
>
> HBASE-22728 moved out jackson transitive dependencies. mostly good, but moving jackson2 to provided in hbase-server broke few things
> testing-util needs a transitive jackson 2 in order to start the minicluster, currently fails with CNFE for {{com.fasterxml.jackson.databind.ObjectMapper}} when trying to initialize the master.
> shaded-testing-util needs a relocated jackson 2 for the same reason
> it's not used for any of the mapreduce stuff in hbase-server, so {{hbase-shaded-server}} for that purpose should be fine. But it is used by {{WALPrettyPrinter}} and some folks might expect that to work from that artifact since it is present.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)