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

PR for #7: jax-maven-plugin cannot find extensions on unix #12

Merged
merged 2 commits into from
Aug 2, 2019

Conversation

jenskreidler
Copy link
Contributor

I've added runtime dependencies for the slf4j-api and its simple implementation. Depending on owners preferences, omit slf4j-simple (causes "Failed to load class org.slf4j.impl.StaticLoggerBinder" warnings), add slf4j-nop or do nothing here.

@davidmoten
Copy link
Owner

Thanks @jenskreidler, does this fix the problem on Unix?

@jenskreidler
Copy link
Contributor Author

Yes it does. However, I wonder why the issue doesn't arise on windows

@davidmoten
Copy link
Owner

However, I wonder why the issue doesn't arise on windows

I agree, that's surprising. Are you running zulu jvm on windows too?

@jenskreidler
Copy link
Contributor Author

Yes, in both environments using zulu-11

@davidmoten
Copy link
Owner

I'm happy to merge this and move on. I guess if we were going to do this properly though I would grab your failing test case and try it on my openjdk environments on Solaris and Linux. Up to you.

@davidmoten davidmoten merged commit d193c3d into davidmoten:master Aug 2, 2019
@jenskreidler
Copy link
Contributor Author

Thanks Dave, for me this ClassNotFound issue coming from the JSE Service-Loader mechanism is fixed.

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.

2 participants