JanusGraph / JanusGraph/janusgraph
Java modules
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 5.8k
- Forks
- 1.2k
- Avg merge
- 13h 53m
- Merged PRs (30d)
- 6
Description
**Describe the feature:**
Since Janusgraph supports java 11, it should work with java modules.
Currently, adding janusgraph.core and janusgraph.driver causes a "split package" error during compilation, because both jars have some package names in common.
**Describe a specific use case for the feature:**
Currently it's impossible to use janusgraph in any modularized java project, because split packages are strictly forbidden.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting how the janusgraph.core and janusgraph.driver JARs are built and how their packages overlap under Java 11 modules. Confirm the current split-package compilation failure in a modularized Java project; done means both artifacts can be used without split-package errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100