News

Java modules explained. JPMS borrows from module systems like OSGi and JBoss Modules, which is both good and bad. It's good because it means it uses real-world experience to define itself. However, it ...
One of the more timely presentations at the 2017 Emerging Technologies for the Enterprise (ETE) Conference was by Oracle JVM runtime lead Karen Kinnear - Java Futures: Modules and More. Much has happe ...
JEP 476, Module Import Declarations (Preview), was integrated into JDK 23. This preview feature proposes to enhance the Java programming language with the ability to succinctly import all of the packa ...
Java would be enhanced with the ability to succinctly import all packages exported by a module, under a proposal floating in the Java community. The plan would simplify the use of modular ...
With the M3 update, standard library artifacts now include module-info descriptors, derived from Java 9’s module system. Kotlin runs on the JVM.
The Java Platform Module System was put in place with the release of Java SE 9, leading the way to decouple JavaFX from the JDK and make it available as a separate module, Oracle says.
A Maven Extension to make Maven use dependencies from module-info.java files automatically. If you have a project that fully uses Java Modules, you do not need to declare dependencies in the ...