[
https://issues.apache.org/jira/browse/NIFI-4451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16193745#comment-16193745
]
ASF GitHub Bot commented on NIFI-4451:
--------------------------------------
Github user mattyb149 commented on the issue:
https://github.com/apache/nifi/pull/2188
+1 LGTM, ran unit tests and contrib-check, verified NiFi flows against
Cassandra 2.1.19 and 3.11.0, also verified the [protocol support
matrix](http://docs.datastax.com/en/developer/java-driver/3.3/manual/native_protocol/)
and [version support
matrix](https://docs.datastax.com/en/developer/driver-matrix/doc/javaDrivers.html)
do not introduce any issues with supported versions. Thanks for the upgrade!
Merging to master
> Upgrade Cassandra driver to 3.3.0 to avoid netty library conflict
> -----------------------------------------------------------------
>
> Key: NIFI-4451
> URL: https://issues.apache.org/jira/browse/NIFI-4451
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Affects Versions: 1.4.0
> Environment: All
> Reporter: Sébastien Bouchex Bellomié
>
> Current cassandra driver is 3.0.2 which is fairly old and embed an old
> version old netty but a newer version of netty may be required by other
> libraries (for example redisson REDIS library) which is causing conflict
> issue (because cassandra driver 3.0.2 is loaded first, so the "old" netty
> library is loaded first as well)
> Proposal : Upgrade the Cassandra driver to 3.3.0 in order to have a newer
> netty library
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)