[jira] [Commented] (HBASE-19625) Maven enforcer findings

2018-03-03 Thread Sean Busbey (JIRA)

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

Sean Busbey commented on HBASE-19625:
-

For example, our current stable release line (1.2.z as of this writing) would 
be a good choice.

> Maven enforcer findings
> ---
>
> Key: HBASE-19625
> URL: https://issues.apache.org/jira/browse/HBASE-19625
> Project: HBase
>  Issue Type: Bug
>  Components: build
>Affects Versions: 1.1.12
>Reporter: Olaf Flebbe
>Priority: Major
>
> While compiling for centos-7 maven enforcer is triggered by several licenses:
> https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/COMPONENTS=hbase,OS=centos-7/ws/build/hbase/rpm/BUILD/hbase-1.1.12/hbase-assembly/target/maven-shared-archive-resources/META-INF/LICENSE/*view*/
> Here are the diagnostics:
> {code}
> This product includes OkHttp licensed under the Apache 2.0.
> ERROR: Please check  this License for acceptability here:
> https://www.apache.org/legal/resolved
> If it is okay, then update the list named 'non_aggregate_fine' in the 
> LICENSE.vm file.
> If it isn't okay, then revert the change that added the dependency.
> More info on the dependency:
> com.squareup.okhttp
> okhttp
> 2.4.0
> maven central search
> g:com.squareup.okhttp AND a:okhttp AND v:2.4.0
> project website
> https://github.com/square/okhttp/okhttp
> project source
> https://github.com/square/okhttp/okhttp/
> --
> This product includes Okio licensed under the Apache 2.0.
> ERROR: Please check  this License for acceptability here:
> https://www.apache.org/legal/resolved
> If it is okay, then update the list named 'non_aggregate_fine' in the 
> LICENSE.vm file.
> If it isn't okay, then revert the change that added the dependency.
> More info on the dependency:
> com.squareup.okio
> okio
> 1.4.0
> maven central search
> g:com.squareup.okio AND a:okio AND v:1.4.0
> project website
> https://github.com/square/okio/okio
> project source
> https://github.com/square/okio/okio/
> ERROR: "Java Concurrency in Practice" book annotations dependency found 
> without license information!
> Please find the appropriate license and update supplemental-models.xml or
> revert the change that added this dependency.
> More info on the dependency:
> net.jcip
> jcip-annotations
> 1.0
> maven central search
> g:net.jcip AND a:jcip-annotations AND v:1.0
> project website
> http://jcip.net/
> project source
> ${dep.scm.url}
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (HBASE-19625) Maven enforcer findings

2018-03-03 Thread Sean Busbey (JIRA)

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

Sean Busbey commented on HBASE-19625:
-

HBase 1.1 is EOM. Can you reproduce this on a maintained version? Do y'all 
patch the source checkout?

> Maven enforcer findings
> ---
>
> Key: HBASE-19625
> URL: https://issues.apache.org/jira/browse/HBASE-19625
> Project: HBase
>  Issue Type: Bug
>  Components: build
>Affects Versions: 1.1.12
>Reporter: Olaf Flebbe
>Priority: Major
>
> While compiling for centos-7 maven enforcer is triggered by several licenses:
> https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/COMPONENTS=hbase,OS=centos-7/ws/build/hbase/rpm/BUILD/hbase-1.1.12/hbase-assembly/target/maven-shared-archive-resources/META-INF/LICENSE/*view*/
> Here are the diagnostics:
> {code}
> This product includes OkHttp licensed under the Apache 2.0.
> ERROR: Please check  this License for acceptability here:
> https://www.apache.org/legal/resolved
> If it is okay, then update the list named 'non_aggregate_fine' in the 
> LICENSE.vm file.
> If it isn't okay, then revert the change that added the dependency.
> More info on the dependency:
> com.squareup.okhttp
> okhttp
> 2.4.0
> maven central search
> g:com.squareup.okhttp AND a:okhttp AND v:2.4.0
> project website
> https://github.com/square/okhttp/okhttp
> project source
> https://github.com/square/okhttp/okhttp/
> --
> This product includes Okio licensed under the Apache 2.0.
> ERROR: Please check  this License for acceptability here:
> https://www.apache.org/legal/resolved
> If it is okay, then update the list named 'non_aggregate_fine' in the 
> LICENSE.vm file.
> If it isn't okay, then revert the change that added the dependency.
> More info on the dependency:
> com.squareup.okio
> okio
> 1.4.0
> maven central search
> g:com.squareup.okio AND a:okio AND v:1.4.0
> project website
> https://github.com/square/okio/okio
> project source
> https://github.com/square/okio/okio/
> ERROR: "Java Concurrency in Practice" book annotations dependency found 
> without license information!
> Please find the appropriate license and update supplemental-models.xml or
> revert the change that added this dependency.
> More info on the dependency:
> net.jcip
> jcip-annotations
> 1.0
> maven central search
> g:net.jcip AND a:jcip-annotations AND v:1.0
> project website
> http://jcip.net/
> project source
> ${dep.scm.url}
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (HBASE-19625) Maven enforcer findings

2018-01-03 Thread Olaf Flebbe (JIRA)

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

Olaf Flebbe commented on HBASE-19625:
-

(redacted) compile script is : (maven 3.5.2)

{code}
export MAVEN_OPTS="-Xmx512m"

# We trigger a compilation error here
rm -f 
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestBulkLoad.java

mvn -DskipTests -Dslf4j.version=1.6.1 \
-Dhadoop-two.version=$HADOOP_VERSION  \
-Dzookeeper.version=$ZOOKEEPER_VERSION\
-Dcheckstyle.skip=true\
${MAVEN_ADDITIONAL} \
install site assembly:single "$@"
{code}



> Maven enforcer findings
> ---
>
> Key: HBASE-19625
> URL: https://issues.apache.org/jira/browse/HBASE-19625
> Project: HBase
>  Issue Type: Bug
>  Components: build
>Affects Versions: 1.1.12
>Reporter: Olaf Flebbe
>
> While compiling for centos-7 maven enforcer is triggered by several licenses:
> https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/COMPONENTS=hbase,OS=centos-7/ws/build/hbase/rpm/BUILD/hbase-1.1.12/hbase-assembly/target/maven-shared-archive-resources/META-INF/LICENSE/*view*/
> Here are the diagnostics:
> {code}
> This product includes OkHttp licensed under the Apache 2.0.
> ERROR: Please check  this License for acceptability here:
> https://www.apache.org/legal/resolved
> If it is okay, then update the list named 'non_aggregate_fine' in the 
> LICENSE.vm file.
> If it isn't okay, then revert the change that added the dependency.
> More info on the dependency:
> com.squareup.okhttp
> okhttp
> 2.4.0
> maven central search
> g:com.squareup.okhttp AND a:okhttp AND v:2.4.0
> project website
> https://github.com/square/okhttp/okhttp
> project source
> https://github.com/square/okhttp/okhttp/
> --
> This product includes Okio licensed under the Apache 2.0.
> ERROR: Please check  this License for acceptability here:
> https://www.apache.org/legal/resolved
> If it is okay, then update the list named 'non_aggregate_fine' in the 
> LICENSE.vm file.
> If it isn't okay, then revert the change that added the dependency.
> More info on the dependency:
> com.squareup.okio
> okio
> 1.4.0
> maven central search
> g:com.squareup.okio AND a:okio AND v:1.4.0
> project website
> https://github.com/square/okio/okio
> project source
> https://github.com/square/okio/okio/
> ERROR: "Java Concurrency in Practice" book annotations dependency found 
> without license information!
> Please find the appropriate license and update supplemental-models.xml or
> revert the change that added this dependency.
> More info on the dependency:
> net.jcip
> jcip-annotations
> 1.0
> maven central search
> g:net.jcip AND a:jcip-annotations AND v:1.0
> project website
> http://jcip.net/
> project source
> ${dep.scm.url}
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-19625) Maven enforcer findings

2018-01-02 Thread Olaf Flebbe (JIRA)

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

Olaf Flebbe commented on HBASE-19625:
-

This breaks now all Bigtop builds.

For instance:

https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/COMPONENTS=hbase,OS=debian-9/235/console

For full picture:

https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/

> Maven enforcer findings
> ---
>
> Key: HBASE-19625
> URL: https://issues.apache.org/jira/browse/HBASE-19625
> Project: HBase
>  Issue Type: Bug
>  Components: build
>Affects Versions: 1.1.12
>Reporter: Olaf Flebbe
>
> While compiling for centos-7 maven enforcer is triggered by several licenses:
> https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/COMPONENTS=hbase,OS=centos-7/ws/build/hbase/rpm/BUILD/hbase-1.1.12/hbase-assembly/target/maven-shared-archive-resources/META-INF/LICENSE/*view*/
> Here are the diagnostics:
> {code}
> This product includes OkHttp licensed under the Apache 2.0.
> ERROR: Please check  this License for acceptability here:
> https://www.apache.org/legal/resolved
> If it is okay, then update the list named 'non_aggregate_fine' in the 
> LICENSE.vm file.
> If it isn't okay, then revert the change that added the dependency.
> More info on the dependency:
> com.squareup.okhttp
> okhttp
> 2.4.0
> maven central search
> g:com.squareup.okhttp AND a:okhttp AND v:2.4.0
> project website
> https://github.com/square/okhttp/okhttp
> project source
> https://github.com/square/okhttp/okhttp/
> --
> This product includes Okio licensed under the Apache 2.0.
> ERROR: Please check  this License for acceptability here:
> https://www.apache.org/legal/resolved
> If it is okay, then update the list named 'non_aggregate_fine' in the 
> LICENSE.vm file.
> If it isn't okay, then revert the change that added the dependency.
> More info on the dependency:
> com.squareup.okio
> okio
> 1.4.0
> maven central search
> g:com.squareup.okio AND a:okio AND v:1.4.0
> project website
> https://github.com/square/okio/okio
> project source
> https://github.com/square/okio/okio/
> ERROR: "Java Concurrency in Practice" book annotations dependency found 
> without license information!
> Please find the appropriate license and update supplemental-models.xml or
> revert the change that added this dependency.
> More info on the dependency:
> net.jcip
> jcip-annotations
> 1.0
> maven central search
> g:net.jcip AND a:jcip-annotations AND v:1.0
> project website
> http://jcip.net/
> project source
> ${dep.scm.url}
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)