Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-44564: [Java][FlightSQL] Fix native libraries relocation #44565

Merged
merged 1 commit into from
Oct 30, 2024

Commits on Oct 29, 2024

  1. apacheGH-44564: [Java][FlightSQL] Fix native libraries relocation

    Prefix used by native libraries shipped in the JDBC driver do not match
    the prefix used by Netty `NativeLibraryLoader` class, preventing them to
    be detected and loaded.
    
    Change the prefix of the libraries and add a integration test to verify
    the libraries are loaded
    
    Also exclude several group of data which are not properly relocated and
    may cause conflict with existing classpath.
    laurentgo committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    16824ca View commit details
    Browse the repository at this point in the history