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-40878: [JAVA] Fix flight-sql-jdbc-driver shading issues #40879

Merged

Commits on Mar 29, 2024

  1. apacheGH-40878: [JAVA] Fix flight-sql-jdbc-driver shading issues

    The `flight-sql-jdbc-driver` jar is not shaded properly:
    * a reduced pom.xml file is not generated. The published pom.xml file
      declares dependencies which are actually present in the jar and should
      not be fetched externally
    * several classes/files are not relocated properly
    
    Fix pom.xml and relocations. Also removes annotations dependencies and
    include a integration test to prevent future breakage.
    laurentgo committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    9dd762e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65f9d13 View commit details
    Browse the repository at this point in the history
  3. Fix test class javadoc

    laurentgo committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    5e95999 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6092d51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9453eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91973e9 View commit details
    Browse the repository at this point in the history