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

[Java] Remove flight-core extra shaded jars #43217

Closed
laurentgo opened this issue Jul 10, 2024 · 1 comment
Closed

[Java] Remove flight-core extra shaded jars #43217

laurentgo opened this issue Jul 10, 2024 · 1 comment

Comments

@laurentgo
Copy link
Collaborator

Describe the bug, including details regarding any error messages, version, and platform.

Following discussion at #43139 (comment), removing extra shaded jars generated by flight-core module as they are not JPMS compatible

Component(s)

Java

laurentgo added a commit to laurentgo/arrow that referenced this issue Jul 11, 2024
Remove extra jars generated by `flight-core` modules:
- they do not seem to be used by the project internally and does not
  seem to satisfy some external purpose as well
- they are not compatible with JPMS
laurentgo added a commit to laurentgo/arrow that referenced this issue Jul 11, 2024
Remove extra jars generated by `flight-core` modules:
- they do not seem to be used by the project internally and does not
  seem to satisfy some external purpose as well
- they are not compatible with JPMS
danepitkin pushed a commit that referenced this issue Jul 15, 2024
### Rationale for this change

Remove extra jars generated by `flight-core` modules:
- they do not seem to be used by the project internally and does not seem to satisfy some external purpose as well
- they are not compatible with JPMS

### Are these changes tested?

CI/CD

### Are there any user-facing changes?

Several extras jars attached to `org.apache.arrow:flight-core` artifact will stop being published to Apache Maven Repository/Maven Central.
* GitHub Issue: #43217

Authored-by: Laurent Goujon <[email protected]>
Signed-off-by: Dane Pitkin <[email protected]>
@danepitkin
Copy link
Member

Issue resolved by pull request 43224
#43224

@danepitkin danepitkin added this to the 18.0.0 milestone Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants