JanusGraph / JanusGraph/janusgraph

Java modules

Open
#3,493 3 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.