pvillard31 commented on PR #10542:
URL: https://github.com/apache/nifi/pull/10542#issuecomment-3548374109

   OK, thanks @exceptionfactory - I made the change.
   
   In the NAR, before:
   
   ````
     META-INF/bundled-dependencies/azure-core-http-netty-1.16.2.jar
     META-INF/bundled-dependencies/netty-codec-base-4.2.7.Final.jar
     META-INF/bundled-dependencies/netty-codec-classes-quic-4.2.7.Final.jar
     META-INF/bundled-dependencies/netty-codec-compression-4.2.7.Final.jar
     META-INF/bundled-dependencies/netty-codec-dns-4.2.7.Final.jar
     META-INF/bundled-dependencies/netty-codec-http-4.2.7.Final.jar
     META-INF/bundled-dependencies/netty-codec-http2-4.2.7.Final.jar
     META-INF/bundled-dependencies/netty-codec-http3-4.2.7.Final.jar
     
META-INF/bundled-dependencies/netty-codec-native-quic-4.2.7.Final-linux-aarch_64.jar
     
META-INF/bundled-dependencies/netty-codec-native-quic-4.2.7.Final-linux-x86_64.jar
     
META-INF/bundled-dependencies/netty-codec-native-quic-4.2.7.Final-osx-aarch_64.jar
     
META-INF/bundled-dependencies/netty-codec-native-quic-4.2.7.Final-osx-x86_64.jar
     
META-INF/bundled-dependencies/netty-codec-native-quic-4.2.7.Final-windows-x86_64.jar
     META-INF/bundled-dependencies/netty-codec-socks-4.2.7.Final.jar
     META-INF/bundled-dependencies/netty-handler-proxy-4.2.7.Final.jar
     META-INF/bundled-dependencies/netty-resolver-dns-4.2.7.Final.jar
     
META-INF/bundled-dependencies/netty-resolver-dns-classes-macos-4.2.7.Final.jar
     
META-INF/bundled-dependencies/netty-resolver-dns-native-macos-4.2.7.Final-osx-x86_64.jar
     
META-INF/bundled-dependencies/netty-tcnative-boringssl-static-2.0.74.Final-linux-aarch_64.jar
     
META-INF/bundled-dependencies/netty-tcnative-boringssl-static-2.0.74.Final-linux-x86_64.jar
     
META-INF/bundled-dependencies/netty-tcnative-boringssl-static-2.0.74.Final-osx-aarch_64.jar
     
META-INF/bundled-dependencies/netty-tcnative-boringssl-static-2.0.74.Final-osx-x86_64.jar
     
META-INF/bundled-dependencies/netty-tcnative-boringssl-static-2.0.74.Final-windows-x86_64.jar
     
META-INF/bundled-dependencies/netty-tcnative-boringssl-static-2.0.74.Final.jar
     META-INF/bundled-dependencies/netty-tcnative-classes-2.0.74.Final.jar
     META-INF/bundled-dependencies/netty-transport-classes-epoll-4.2.7.Final.jar
     
META-INF/bundled-dependencies/netty-transport-classes-kqueue-4.2.7.Final.jar
     
META-INF/bundled-dependencies/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar
     
META-INF/bundled-dependencies/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar
     META-INF/bundled-dependencies/reactor-core-3.8.0.jar
     META-INF/bundled-dependencies/reactor-netty-core-1.3.0.jar
     META-INF/bundled-dependencies/reactor-netty-http-1.3.0.jar
   ````
   
   Now:
   
   ````
     META-INF/bundled-dependencies/azure-core-http-netty-1.16.2.jar
     META-INF/bundled-dependencies/netty-codec-base-4.2.7.Final.jar
     META-INF/bundled-dependencies/netty-codec-compression-4.2.7.Final.jar
     META-INF/bundled-dependencies/netty-codec-dns-4.2.7.Final.jar
     META-INF/bundled-dependencies/netty-codec-http-4.2.7.Final.jar
     META-INF/bundled-dependencies/netty-codec-http2-4.2.7.Final.jar
     META-INF/bundled-dependencies/netty-codec-socks-4.2.7.Final.jar
     META-INF/bundled-dependencies/netty-handler-proxy-4.2.7.Final.jar
     META-INF/bundled-dependencies/netty-resolver-dns-4.2.7.Final.jar
     
META-INF/bundled-dependencies/netty-resolver-dns-classes-macos-4.2.7.Final.jar
     
META-INF/bundled-dependencies/netty-resolver-dns-native-macos-4.2.7.Final-osx-x86_64.jar
     
META-INF/bundled-dependencies/netty-tcnative-boringssl-static-2.0.74.Final-linux-aarch_64.jar
     
META-INF/bundled-dependencies/netty-tcnative-boringssl-static-2.0.74.Final-linux-x86_64.jar
     
META-INF/bundled-dependencies/netty-tcnative-boringssl-static-2.0.74.Final-osx-aarch_64.jar
     
META-INF/bundled-dependencies/netty-tcnative-boringssl-static-2.0.74.Final-osx-x86_64.jar
     
META-INF/bundled-dependencies/netty-tcnative-boringssl-static-2.0.74.Final-windows-x86_64.jar
     
META-INF/bundled-dependencies/netty-tcnative-boringssl-static-2.0.74.Final.jar
     META-INF/bundled-dependencies/netty-tcnative-classes-2.0.74.Final.jar
     META-INF/bundled-dependencies/netty-transport-classes-epoll-4.2.7.Final.jar
     
META-INF/bundled-dependencies/netty-transport-classes-kqueue-4.2.7.Final.jar
     
META-INF/bundled-dependencies/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar
     
META-INF/bundled-dependencies/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar
     META-INF/bundled-dependencies/reactor-core-3.8.0.jar
     META-INF/bundled-dependencies/reactor-netty-core-1.3.0.jar
     META-INF/bundled-dependencies/reactor-netty-http-1.3.0.jar
   ````


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to