You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/01/07 12:51:37 UTC

[GitHub] aljoscha commented on issue #6715: [FLINK-8424] update cassandra and driver version to latest

aljoscha commented on issue #6715: [FLINK-8424] update cassandra and driver version to latest
URL: https://github.com/apache/flink/pull/6715#issuecomment-451925148
 
 
   @zentol I did a diff between master and this PR for the output of `mvn dependency:tree`. As far as I can see the new dependencies are:
    - https://github.com/jnr/jnr-ffi (Apache License)
    - https://github.com/jnr/jnr-x86asm (MIT license)
    - https://github.com/jnr/jnr-posix (EPL or GPL or LGPL)
    - https://github.com/jnr/jnr-constants (Apache License) 
    - ASM, which we already have
   
   There are some other new dependencies, but only in the `test` scope. What do we need to do for these new licenses?
   
   Here's the diff output:
   ```
   ~ $ diff -u cas-master cas-pr
   --- cas-master  2019-01-07 13:38:21.000000000 +0100
   +++ cas-pr  2019-01-07 13:39:37.000000000 +0100
   @@ -7,10 +7,6 @@
    [WARNING]
    [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
    [WARNING]
   -Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom
   Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom (4 KB at 3.1 KB/sec)
   -Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar
   Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar (36 KB at 71.9 KB/sec)
    [INFO]
    [INFO] ------------------------------------------------------------------------
    [INFO] Building flink-connector-cassandra 1.8-SNAPSHOT
   @@ -31,14 +27,24 @@
    [INFO] |  \- org.scala-lang:scala-compiler:jar:2.11.12:provided
    [INFO] |     +- org.scala-lang.modules:scala-xml_2.11:jar:1.0.5:provided
    [INFO] |     \- org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.4:provided
   -[INFO] +- com.datastax.cassandra:cassandra-driver-core:jar:3.0.0:compile
   -[INFO] |  +- io.netty:netty-handler:jar:4.0.33.Final:compile
   -[INFO] |  |  +- io.netty:netty-buffer:jar:4.0.33.Final:compile
   -[INFO] |  |  |  \- io.netty:netty-common:jar:4.0.33.Final:compile
   -[INFO] |  |  +- io.netty:netty-transport:jar:4.0.33.Final:compile
   -[INFO] |  |  \- io.netty:netty-codec:jar:4.0.33.Final:compile
   -[INFO] |  \- io.dropwizard.metrics:metrics-core:jar:3.1.2:compile
   -[INFO] +- com.datastax.cassandra:cassandra-driver-mapping:jar:3.0.0:compile
   +[INFO] +- com.datastax.cassandra:cassandra-driver-core:jar:3.6.0:compile
   +[INFO] |  +- io.netty:netty-handler:jar:4.0.56.Final:compile
   +[INFO] |  |  +- io.netty:netty-buffer:jar:4.0.56.Final:compile
   +[INFO] |  |  |  \- io.netty:netty-common:jar:4.0.56.Final:compile
   +[INFO] |  |  +- io.netty:netty-transport:jar:4.0.56.Final:compile
   +[INFO] |  |  \- io.netty:netty-codec:jar:4.0.56.Final:compile
   +[INFO] |  +- io.dropwizard.metrics:metrics-core:jar:3.2.2:compile
   +[INFO] |  +- com.github.jnr:jnr-ffi:jar:2.1.7:compile
   +[INFO] |  |  +- com.github.jnr:jffi:jar:1.2.16:compile
   +[INFO] |  |  +- com.github.jnr:jffi:jar:native:1.2.16:runtime
   +[INFO] |  |  +- org.ow2.asm:asm-commons:jar:5.0.3:compile
   +[INFO] |  |  +- org.ow2.asm:asm-analysis:jar:5.0.3:compile
   +[INFO] |  |  +- org.ow2.asm:asm-tree:jar:5.0.3:compile
   +[INFO] |  |  +- org.ow2.asm:asm-util:jar:5.0.3:compile
   +[INFO] |  |  \- com.github.jnr:jnr-x86asm:jar:1.0.2:compile
   +[INFO] |  \- com.github.jnr:jnr-posix:jar:3.0.44:compile
   +[INFO] |     \- com.github.jnr:jnr-constants:jar:0.9.9:compile
   +[INFO] +- com.datastax.cassandra:cassandra-driver-mapping:jar:3.6.0:compile
    [INFO] +- org.scala-lang:scala-library:jar:2.11.12:provided
    [INFO] +- com.google.guava:guava:jar:18.0:compile
    [INFO] +- org.apache.flink:flink-runtime_2.11:test-jar:tests:1.8-SNAPSHOT:test
   @@ -78,7 +84,7 @@
    [INFO] +- org.apache.flink:flink-test-utils_2.11:jar:1.8-SNAPSHOT:test
    [INFO] |  \- org.apache.curator:curator-test:jar:2.12.0:test
    [INFO] |     \- org.apache.zookeeper:zookeeper:jar:3.4.10:test
   -[INFO] +- org.apache.cassandra:cassandra-all:jar:2.2.5:test
   +[INFO] +- org.apache.cassandra:cassandra-all:jar:3.11.3:test
    [INFO] |  +- net.jpountz.lz4:lz4:jar:1.3.0:test
    [INFO] |  +- com.ning:compress-lzf:jar:0.8.4:test
    [INFO] |  +- commons-codec:commons-codec:jar:1.10:test
   @@ -93,8 +99,11 @@
    [INFO] |  +- com.boundary:high-scale-lib:jar:1.0.6:test
    [INFO] |  +- org.yaml:snakeyaml:jar:1.11:test
    [INFO] |  +- org.mindrot:jbcrypt:jar:0.3m:test
   -[INFO] |  +- com.addthis.metrics:reporter-config3:jar:3.0.0:test
   -[INFO] |  |  +- com.addthis.metrics:reporter-config-base:jar:3.0.0:test
   +[INFO] |  +- io.airlift:airline:jar:0.6:test
   +[INFO] |  |  \- javax.inject:javax.inject:jar:1:test
   +[INFO] |  +- io.dropwizard.metrics:metrics-jvm:jar:3.1.5:test
   +[INFO] |  +- com.addthis.metrics:reporter-config3:jar:3.0.3:test
   +[INFO] |  |  +- com.addthis.metrics:reporter-config-base:jar:3.0.3:test
    [INFO] |  |  \- org.hibernate:hibernate-validator:jar:4.3.0.Final:test
    [INFO] |  |     +- javax.validation:validation-api:jar:1.0.0.GA:test
    [INFO] |  |     \- org.jboss.logging:jboss-logging:jar:3.1.0.CR2:test
   @@ -102,18 +111,28 @@
    [INFO] |  |  \- com.lmax:disruptor:jar:3.0.1:test
    [INFO] |  +- com.clearspring.analytics:stream:jar:2.5.2:test
    [INFO] |  |  \- it.unimi.dsi:fastutil:jar:6.5.7:test
   -[INFO] |  +- net.sf.supercsv:super-csv:jar:2.1.0:test
    [INFO] |  +- ch.qos.logback:logback-core:jar:1.1.3:test
    [INFO] |  +- org.apache.thrift:libthrift:jar:0.9.2:test
    [INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.5.3:test
    [INFO] |  |  \- org.apache.httpcomponents:httpcore:jar:4.4.6:test
   -[INFO] |  +- org.apache.cassandra:cassandra-thrift:jar:2.2.5:test
   -[INFO] |  +- net.java.dev.jna:jna:jar:4.0.0:test
   +[INFO] |  +- org.apache.cassandra:cassandra-thrift:jar:3.11.3:test
   +[INFO] |  |  +- com.carrotsearch:hppc:jar:0.5.4:test
   +[INFO] |  |  +- de.jflex:jflex:jar:1.6.0:test
   +[INFO] |  |  |  \- org.apache.ant:ant:jar:1.7.0:test
   +[INFO] |  |  |     \- org.apache.ant:ant-launcher:jar:1.7.0:test
   +[INFO] |  |  +- com.github.rholder:snowball-stemmer:jar:1.3.0.581.1:test
   +[INFO] |  |  \- com.googlecode.concurrent-trees:concurrent-trees:jar:2.4.0:test
   +[INFO] |  +- net.java.dev.jna:jna:jar:4.2.2:test
    [INFO] |  +- com.github.jbellis:jamm:jar:0.3.0:test
   -[INFO] |  +- com.github.tjake:crc32ex:jar:0.1.1:test
   -[INFO] |  +- io.netty:netty-all:jar:4.0.23.Final:test
   +[INFO] |  +- io.netty:netty-all:jar:4.0.44.Final:test
    [INFO] |  +- joda-time:joda-time:jar:2.5:test
   -[INFO] |  \- org.fusesource:sigar:jar:1.6.4:test
   +[INFO] |  +- org.fusesource:sigar:jar:1.6.4:test
   +[INFO] |  +- org.eclipse.jdt.core.compiler:ecj:jar:4.4.2:test
   +[INFO] |  +- org.caffinitas.ohc:ohc-core:jar:0.4.4:test
   +[INFO] |  +- org.caffinitas.ohc:ohc-core-j8:jar:0.4.4:test
   +[INFO] |  +- com.github.ben-manes.caffeine:caffeine:jar:2.2.6:test
   +[INFO] |  +- org.jctools:jctools-core:jar:1.2.1:test
   +[INFO] |  \- org.ow2.asm:asm:jar:5.0.4:compile
    [INFO] +- org.apache.flink:flink-table_2.11:jar:1.8-SNAPSHOT:provided
    [INFO] +- org.slf4j:slf4j-api:jar:1.7.15:provided
    [INFO] +- com.google.code.findbugs:jsr305:jar:1.3.9:provided
   @@ -137,7 +156,7 @@
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
   -[INFO] Total time: 3.837 s
   -[INFO] Finished at: 2019-01-07T13:38:21+01:00
   -[INFO] Final Memory: 25M/412M
   +[INFO] Total time: 1.364 s
   +[INFO] Finished at: 2019-01-07T13:39:37+01:00
   +[INFO] Final Memory: 22M/491M
    [INFO] ------------------------------------------------------------------------
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services