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

modularization (jdk 9) #51

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ErwanDemairy
Copy link

Hello,
Since I was unable to use semargl with a project using java 9 modularization, I did some modifications to make it compatible with it :

  • Mainly it appears that modularization prevents a same package to be provided by several modules, so i had to rename some packages (org.semarglproject.rdf -> org.semarglproject.rdf.core for example) ;
  • I created a package semargl-core-tests containing the classes used for the various tests of the framework.
    I am not a java 9 modules expert, so maybe they are more elegant ways of making semargl compatible with it.
    Best regards,
    Erwan Demairy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant