-
Notifications
You must be signed in to change notification settings - Fork 33
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
Is there a Java 11 compatible version for notsoserial? #34
Comments
Nothing on the way, but if you make a PR we'll try to release it |
Hi apologies for such a late reply. I was able to compile the notsoserial code with Java 11, I just had to remove jdk internal api references to xalan packages and replace them with standalone implementations and add below line to maven-failsafe-plugin config to allow agent self attach since it's disabled by default in Java 11 .
However, I can't get the test cases to run. Could someone with a little more insight into the code provide a few pointers to help me out? In particular I the below issues:
|
@oven @eirbjo @wsargent @computerlove I'd very much appreciate any help here. Thanks |
I see that notsoserial is dependent on tools.jar for javac. I believe since Java 9 this has been removed, is there a Java 11 compatible version on the way?
The text was updated successfully, but these errors were encountered: