jbonofre commented on code in PR #652:
URL: https://github.com/apache/arrow-java/pull/652#discussion_r1980977658


##########
flight/flight-sql-jdbc-driver/src/shade/NOTICE.txt:
##########
@@ -73,7 +73,7 @@ This product includes gRPC 1.70.0, with the following in its 
NOTICE:
 
 ---------------------------------------------------
 
-This product includes Netty 4.1.117.Final, with the following in its NOTICE:
+This product includes Netty 4.1.119.Final, with the following in its NOTICE:

Review Comment:
   JDBC driver actually shades Netty (using 
`org/apache/arrow/driver/jdbc/shaded` relocation).
   For instance:
   
   ```
   $ jar tvf flight-sql-jdbc-driver-19.0.0-SNAPSHOT.jar|grep -i netty
   ...
   
org/apache/arrow/driver/jdbc/shaded/io/netty/handler/codec/http2/Http2FrameLogger$Direction.class
   
org/apache/arrow/driver/jdbc/shaded/io/netty/handler/codec/http2/Http2Exception$ClosedStreamCreationException.class
   
org/apache/arrow/driver/jdbc/shaded/io/netty/handler/codec/http2/Http2FrameCodec.class
   
org/apache/arrow/driver/jdbc/shaded/io/netty/handler/codec/http2/Http2PushPromiseFrame.class
   ...
   ```



-- 
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