[Java][Flight] Implement JPMS (module-info.java) for Flight module
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
Blocker: Current grpc-api and grpc-context are not modularized and cannot be used as a module because both of them has the same package named io.grpc
**Reporter**: [David Dali Susanibar Arce](https://issues.apache.org/jira/browse/ARROW-18021) / @davisusanibar
**Note**: *This issue was originally created as [ARROW-18021](https://issues.apache.org/jira/browse/ARROW-18021). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*
Contributor guide
Research direction
Start by locating the Java Flight module and its module-info.java entry point, then inspect how it depends on grpc-api and grpc-context. Check the migration documentation linked in the issue for context on the original ARROW-18021 request. Done means the Flight module can be compiled and consumed as a JPMS module without the conflicting grpc package issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- grpc, java
- Domain
- backend, build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100