You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "laurentgo (via GitHub)" <gi...@apache.org> on 2024/03/29 05:13:40 UTC

[I] [Java] Incomplete shading of the Arrow FlightSQL JDBC driver [arrow]

laurentgo opened a new issue, #40878:
URL: https://github.com/apache/arrow/issues/40878

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   The Arrow FlightSQL JDBC driver is not shaded properly and may cause conflicts with other dependencies:
   * the pom.xml file published on Maven Central declares several runtime dependencies although the driver is supposed to be self contained
   * some of the dependencies are not relocated properly and may conflict with other packages
   
   Currently the driver contains the following non-relocated files:
   * proto source files
   * javax annotations
   * bytebuddy classes
   * codegen source files
   
   ### Component(s)
   
   Java


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Java] Incomplete shading of the Arrow FlightSQL JDBC driver [arrow]

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm commented on issue #40878:
URL: https://github.com/apache/arrow/issues/40878#issuecomment-2027861917

   Issue resolved by pull request 40879
   https://github.com/apache/arrow/pull/40879


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Java] Incomplete shading of the Arrow FlightSQL JDBC driver [arrow]

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm closed issue #40878: [Java] Incomplete shading of the Arrow FlightSQL JDBC driver
URL: https://github.com/apache/arrow/issues/40878


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org