We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Only when you instantiate a :msgpack writer do you get a ClassNotFoundException.
:msgpack
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
--add-module
It appears that the underlying msgpack library shed the javassist dependency on the 0.8 series of releases.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Only when you instantiate a
:msgpack
writer do you get a ClassNotFoundException.problematic dependency chain:
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.
The text was updated successfully, but these errors were encountered: