Daniel Stieglitz created NIFI-14506:
---------------------------------------
Summary: Replace Deprecated Netty Classes with API Suggested
Replacements
Key: NIFI-14506
URL: https://issues.apache.org/jira/browse/NIFI-14506
Project: Apache NiFi
Issue Type: Improvement
Reporter: Daniel Stieglitz
After a build the places below indicate certain Netty classes have been
deprecated.
{code:java}
[WARNING] nifi-2.4.0/nifi-extension-bundles/nifi-extension-utils/nifi-ev
ent-transport/src/main/java/org/apache/nifi/event/transport/netty/EventLoopGroupFactory.java:[57,19]
[deprecation] NioEventLoopGroup in io.netty.
channel.nio has been deprecated
[WARNING] nifi-2.4.0/nifi-extension-bundles/nifi-extension-utils/nifi-ev
ent-transport/src/main/java/org/apache/nifi/event/transport/netty/NettyEventServerFactory.java:[194,42]
[deprecation] RCVBUF_ALLOCATOR in Channel
Option has been deprecated
[WARNING] nifi-2.4.0/nifi-extension-bundles/nifi-standard-services/nifi-
distributed-cache-services-bundle/nifi-distributed-cache-client-service/src/main/java/org/apache/nifi/distributed/cache/client/CacheClient.java:[
63,34] [deprecation] NioEventLoopGroup in io.netty.channel.nio has been
deprecated
[WARNING] nifi-2.4.0/nifi-framework-bundle/nifi-framework/nifi-framework-c
ore/src/test/java/org/apache/nifi/controller/queue/clustered/client/async/nio/TestPeerChannel.java:[177,41]
[deprecation] NioEventLoopGroup in io
.netty.channel.nio has been deprecated{code}
This ticket addresses the need to replace the deprecated Netty objects with the
API suggested equivalents.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)