Use this tag for questions specific to Java 9, which is version 9 of the Java platform, released on the 21st of September 2017.
My project depends on Netty Epoll transport. Here is dependency: <dependency> <groupId>io.netty</groupId&…
java netty java-9 java-module module-infoAs written in JEP 280: Indify String Concatenation: Change the static String-concatenation bytecode sequence generated by javac to use invokedynamic calls …
java string string-concatenation java-9 invokedynamicThe HttpClient introduced experimentally in Java 9 is now stable in Java 11, but not surprisingly, very few projects seem to actually …
java logging java-9 java-11 java-http-clientI have 3 jar of jackson library jackson-core-2.8.10.jar jackson-annotations-2.8.0.jar jackson-databind-2.8.10.jar I created module-info.java for both core and …
jar java-9 java-module jdepsFrom Jigsaw Project: Make it easier for developers to construct and maintain libraries and large applications, for both the Java …
maven java-9 java-platform-module-systemorg.xml.sax and org.w3c.dom classes are not working with JAVA 11 and Eclipse Photon 4.9 & 4.10 RC2 build …
eclipse java-9 java-11 eclipse-photonI have an IntelliJ project composing several subprojects which are all Java 9 modules. I use Maven as a build system. …
java maven intellij-idea kotlin java-9I have the following program: module-info.java module a { } Main.java public class Main { public static void main(String[] args) { …
java javac java-9 java-platform-module-systemHow to instruct jshell to terminate at the end of the script similarly to interpreters of other languages like for …
java java-9 jshell