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

msgpack fails on Java 10 because of transitive dep #29

Open
ghadishayban opened this issue Jun 24, 2018 · 0 comments
Open

msgpack fails on Java 10 because of transitive dep #29

ghadishayban opened this issue Jun 24, 2018 · 0 comments

Comments

@ghadishayban
Copy link

Only when you instantiate a :msgpack writer do you get a ClassNotFoundException.

problematic dependency chain:

transit-java -> msgpack -> Javassist -> jdk.jdi module

In the module system, module jdk.jdi is not included in the default java.se module, it must be specified with --add-module

It appears that the underlying msgpack library shed the javassist dependency on the 0.8 series of releases.

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

No branches or pull requests

1 participant