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

Fix issue "URI is not hierarchical" when working with extensions jar's #87

Merged
merged 3 commits into from
Jan 18, 2016
Merged

Fix issue "URI is not hierarchical" when working with extensions jar's #87

merged 3 commits into from
Jan 18, 2016

Conversation

horuzhiy
Copy link

Replace working with content of plugin jars with NIO.
new File(url.toURI()) -> FileSystems.newFileSystem(url.toURI() ...

decebals added a commit that referenced this pull request Jan 18, 2016
Fix issue "URI is not hierarchical" when working with extensions jar's
@decebals decebals merged commit c3afe7e into pf4j:master Jan 18, 2016
@decebals
Copy link
Member

Thanks!

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.

None yet

3 participants