[
https://issues.apache.org/jira/browse/NIFI-14506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17948900#comment-17948900
]
Daniel Stieglitz edited comment on NIFI-14506 at 5/2/25 12:47 PM:
------------------------------------------------------------------
That is interesting as I see it in PR
#[9911|https://github.com/apache/nifi/pull/9911]
in the build logs the same messages which I believe is built off of
nifi-2.5.0-SNAPSOT.
e.g.
{code:java}
0_Windows Zulu JDK 21 FR.txt:2025-05-02T10:37:13.1829165Z [WARNING]
D:\a\nifi\nifi\nifi-framework-bundle\nifi-framework\nifi-framework-core\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
0_Windows Zulu JDK 21 FR.txt:2025-05-02T10:43:05.6537895Z [WARNING]
D:\a\nifi\nifi\nifi-extension-bundles\nifi-extension-utils\nifi-event-transport\src\main\java\org\apache\nifi\event\transport\netty\EventLoopGroupFactory.java:[57,19]
[deprecation] NioEventLoopGroup in io.netty.channel.nio has been deprecated
0_Windows Zulu JDK 21 FR.txt:2025-05-02T10:43:05.6540702Z [WARNING]
D:\a\nifi\nifi\nifi-extension-bundles\nifi-extension-utils\nifi-event-transport\src\main\java\org\apache\nifi\event\transport\netty\NettyEventServerFactory.java:[194,42]
[deprecation] RCVBUF_ALLOCATOR in ChannelOption has been deprecated
0_Windows Zulu JDK 21 FR.txt:2025-05-02T10:43:09.3282534Z [WARNING]
D:\a\nifi\nifi\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{code}
was (Author: JIRAUSER294662):
That is interesting as I see it in PR
#[9911|https://github.com/apache/nifi/pull/9911]
in the build logs the same messages which I believe is nifi-2.5.0-SNAPSOT.
e.g.
{code:java}
0_Windows Zulu JDK 21 FR.txt:2025-05-02T10:37:13.1829165Z [WARNING]
D:\a\nifi\nifi\nifi-framework-bundle\nifi-framework\nifi-framework-core\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
0_Windows Zulu JDK 21 FR.txt:2025-05-02T10:43:05.6537895Z [WARNING]
D:\a\nifi\nifi\nifi-extension-bundles\nifi-extension-utils\nifi-event-transport\src\main\java\org\apache\nifi\event\transport\netty\EventLoopGroupFactory.java:[57,19]
[deprecation] NioEventLoopGroup in io.netty.channel.nio has been deprecated
0_Windows Zulu JDK 21 FR.txt:2025-05-02T10:43:05.6540702Z [WARNING]
D:\a\nifi\nifi\nifi-extension-bundles\nifi-extension-utils\nifi-event-transport\src\main\java\org\apache\nifi\event\transport\netty\NettyEventServerFactory.java:[194,42]
[deprecation] RCVBUF_ALLOCATOR in ChannelOption has been deprecated
0_Windows Zulu JDK 21 FR.txt:2025-05-02T10:43:09.3282534Z [WARNING]
D:\a\nifi\nifi\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{code}
> 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
> Priority: Minor
>
> 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)