[jira] [Commented] (HTRACE-399) Exclude jackson from test dependency on htrace-core4 to avoid infinite loop on creating dependency-reduced-pom

2017-05-23 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HTRACE-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16022147#comment-16022147
 ] 

Hudson commented on HTRACE-399:
---

SUCCESS: Integrated in Jenkins build HTrace-Master #279 (See 
[https://builds.apache.org/job/HTrace-Master/279/])
HTRACE-399. Exclude jackson from test dependency on htrace-core4 to (colin: rev 
4508cd5c3b3899d12014d7d1403852e546f414df)
* (edit) pom.xml
* (edit) htrace-hbase/pom.xml


> Exclude jackson from test dependency on htrace-core4 to avoid infinite loop 
> on creating dependency-reduced-pom
> --
>
> Key: HTRACE-399
> URL: https://issues.apache.org/jira/browse/HTRACE-399
> Project: HTrace
>  Issue Type: Bug
>  Components: htrace-hbase
>Reporter: Masatake Iwasaki
>Assignee: Masatake Iwasaki
> Fix For: 4.4
>
> Attachments: HTRACE-399.001.patch
>
>
> This is follow-up of HTRACE-234. As it is descrived in MSHADE-148, depending 
> both of main and test jar of htrace-core4 causes the infinite loop on 
> creating dependency-reduced-pom. I found that the loop is on adding 
> jackson-core and jackson-databind to exclusions. Excluding jackson from test 
> dependency to htrace-core4 fixed the issue. Since htrace-core4 has its own 
> relocated jackson, htrace-hbase does not need the transitive dependency.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HTRACE-399) Exclude jackson from test dependency on htrace-core4 to avoid infinite loop on creating dependency-reduced-pom

2017-05-23 Thread Colin P. McCabe (JIRA)

 [ 
https://issues.apache.org/jira/browse/HTRACE-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Colin P. McCabe updated HTRACE-399:
---
Target Version/s: 4.4
   Fix Version/s: (was: 3.4.0)
  4.4

> Exclude jackson from test dependency on htrace-core4 to avoid infinite loop 
> on creating dependency-reduced-pom
> --
>
> Key: HTRACE-399
> URL: https://issues.apache.org/jira/browse/HTRACE-399
> Project: HTrace
>  Issue Type: Bug
>  Components: htrace-hbase
>Reporter: Masatake Iwasaki
>Assignee: Masatake Iwasaki
> Fix For: 4.4
>
> Attachments: HTRACE-399.001.patch
>
>
> This is follow-up of HTRACE-234. As it is descrived in MSHADE-148, depending 
> both of main and test jar of htrace-core4 causes the infinite loop on 
> creating dependency-reduced-pom. I found that the loop is on adding 
> jackson-core and jackson-databind to exclusions. Excluding jackson from test 
> dependency to htrace-core4 fixed the issue. Since htrace-core4 has its own 
> relocated jackson, htrace-hbase does not need the transitive dependency.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (HTRACE-236) Support building release artifacts with Maven versions other than 3.0.4

2017-05-23 Thread Colin P. McCabe (JIRA)

 [ 
https://issues.apache.org/jira/browse/HTRACE-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Colin P. McCabe resolved HTRACE-236.

   Resolution: Duplicate
 Assignee: Masatake Iwasaki
Fix Version/s: 3.4.0

> Support building release artifacts with Maven versions other than 3.0.4
> ---
>
> Key: HTRACE-236
> URL: https://issues.apache.org/jira/browse/HTRACE-236
> Project: HTrace
>  Issue Type: Bug
>  Components: build
>Affects Versions: 4.0
>Reporter: Colin P. McCabe
>Assignee: Masatake Iwasaki
> Fix For: 3.4.0
>
>
> Because of HTRACE-234, we have had to limit the Maven version we use to 
> create releases to Maven 3.0.4.  We should figure out how to make things work 
> correctly with later Maven releases as well.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (HTRACE-399) Exclude jackson from test dependency on htrace-core4 to avoid infinite loop on creating dependency-reduced-pom

2017-05-23 Thread Colin P. McCabe (JIRA)

[ 
https://issues.apache.org/jira/browse/HTRACE-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16022139#comment-16022139
 ] 

Colin P. McCabe commented on HTRACE-399:


Thanks, [~iwasakims].  This is great!  Finally we can use other Maven versions. 
 I tested this with Maven 3.3.9 and it worked great.

+1.

> Exclude jackson from test dependency on htrace-core4 to avoid infinite loop 
> on creating dependency-reduced-pom
> --
>
> Key: HTRACE-399
> URL: https://issues.apache.org/jira/browse/HTRACE-399
> Project: HTrace
>  Issue Type: Bug
>  Components: htrace-hbase
>Reporter: Masatake Iwasaki
>Assignee: Masatake Iwasaki
> Attachments: HTRACE-399.001.patch
>
>
> This is follow-up of HTRACE-234. As it is descrived in MSHADE-148, depending 
> both of main and test jar of htrace-core4 causes the infinite loop on 
> creating dependency-reduced-pom. I found that the loop is on adding 
> jackson-core and jackson-databind to exclusions. Excluding jackson from test 
> dependency to htrace-core4 fixed the issue. Since htrace-core4 has its own 
> relocated jackson, htrace-hbase does not need the transitive dependency.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)