Sébastien Bouchex Bellomié created NIFI-4451:
------------------------------------------------
Summary: Upgrade Cassandra driver 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é
Fix For: 1.4.0
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)