You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
### 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]>
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 compatibleComponent(s)
Java
The text was updated successfully, but these errors were encountered: