-
Notifications
You must be signed in to change notification settings - Fork 7
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
JDK-9 preparation #116
Comments
Thanks ! I will fix the stack manager, it's actually a packaging issue (even a bug I would say). It should not embed (shade) the |
vertx-docgen-3.3.0-SNAPSHOT.jar
|
these apis don't have replacement. however I don't think that's a real problem as it does not impact on runtime, only on compilation. |
Great to see work is being done on this! While working on the OSGi support I noticed a few "split packages". Split packages are not supported by Java 9 (not in the same layer at least), so this is going to break.
|
Current dependencies that use jdk internal APIs which won't be visible with Java9
vertx/lib/jna-platform-4.0.0.jar
vertx/lib/jruby-complete-9.0.1.0.jar
vertx/lib/kryo-2.24.0.jar
vertx/lib/netty-handler-4.0.33.Final.jar
vertx/lib/quasar-core-0.7.3-jdk8.jar
vertx/lib/vertx-stack-manager-3.2.1.jar
The text was updated successfully, but these errors were encountered: