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

Add java 9+ support #64

Merged
merged 2 commits into from
May 15, 2019
Merged

Add java 9+ support #64

merged 2 commits into from
May 15, 2019

Conversation

leif81
Copy link
Member

@leif81 leif81 commented Feb 13, 2019

This works around an issue with java 9+ automatic module naming in particular when using open-dis artifacts from jitpack. It doesn't seem to like the sha1 in the name. Unlike creating a module-info.java file, this change retains compatibility with Java 6-8.

This works around an issue with java 9+ automatic module naming in particular when using open-dis artifacts from jitpack. It doesn't seem to like the sha1 in the name. Unlike creating a module-info.java file, this change retains compatibility with Java 6-8.
The dash breaks the naming rules.
@leif81 leif81 changed the title Add java 9+ support WIP: Add java 9+ support Feb 14, 2019
@leif81
Copy link
Member Author

leif81 commented Feb 14, 2019

I'm not sure about this one yet, so sticking the WIP (Work In Progress) flag on it while I mull it over.

@leif81 leif81 changed the title WIP: Add java 9+ support Add java 9+ support May 15, 2019
@leif81 leif81 merged commit 430504d into master May 15, 2019
@leif81 leif81 deleted the java-9-modules branch May 15, 2019 01:55
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