You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Matt Casters (Jira)" <ji...@apache.org> on 2021/03/26 14:29:00 UTC

[jira] [Created] (CASSANDRA-16541) LGPL dependency in cassandra-all 3.11.10

Matt Casters created CASSANDRA-16541:
----------------------------------------

             Summary: LGPL dependency in cassandra-all 3.11.10
                 Key: CASSANDRA-16541
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16541
             Project: Cassandra
          Issue Type: Bug
          Components: Build
            Reporter: Matt Casters


Dear Cassandra devs.

While integrating Cassandra in Apache Hop functionality we found out that the cassandra-all maven package drags in an older version of jboss-logging via reporter-config3:
{code:java}
+- org.apache.cassandra:cassandra-all:jar:3.11.10:compile
|  +- com.addthis.metrics:reporter-config3:jar:3.0.3:compile
|  |  +- com.addthis.metrics:reporter-config-base:jar:3.0.3:compile
|  |  \- org.hibernate:hibernate-validator:jar:4.3.0.Final:compile
|  |     +- javax.validation:validation-api:jar:1.0.0.GA:compile
|  |     \- org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile

{code}
jboss-logging 3.1.0.CR2 is from November 2011 and the library only changed to APL in 2012.

[https://github.com/jboss-logging/jboss-logging/blob/master/src/main/resources/META-INF/LICENSE.txt]

 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org