-
Introducing module-info.java will hilight dependencies.
For example JVips uses java.awt.Dimension, this forces us to use whole java.desktop module, an it will block from using graalvm to compile app …
-
Using a `SecurityManager` that prevents reflection on private members was not very popular pre Java 9, but now that we have modularity, running into `InaccessibleObjectException` may happen more often…
-
## What happened?
I switched from square.javapoet 1.13.0 to palantir.javapoet 0.5.0 according to the migration instructions.
```
dependencies {
compileOnly 'com.squareup:javapoet:1.13.0'
…
-
We have a modularized (Java Platform Module System / JPMS / Jigsaw) application written in Kotlin. We build using Gradle and the [Java Modules](https://github.com/java9-modularity/gradle-modules-plugi…
-
I'm upgrading to the JPMS versions (from the BP versions) and am confused as to the difference between the `org.javamoney` and `org.javamoney.moneta` Group IDs on Maven Central.
(specifically I'm …
-
### Prerequisites
- [ X ] I am running the latest version
- [ X ] I checked the documentation and found no answer
- [ X ] I checked to make sure that this issue has not already been filed
### …
mpe85 updated
8 months ago
-
My OpenJFX application is giving me a 'unnamed module @1933c126' warning now that I'm using module-info.java.
I can still run my application from the IDE but I can't run it using the JPMS (Java Pac…
-
Since Commons Logging 1.3.0 natively supports SLF4J as a backend (cf. apache/commons-logging#177), the `jcl-over-slf4j` artifact became redundant.
The artifact uses the `org.apache.commons.logging`…
-
Add module-info.class for java 9+ JPMS support.
For libraries you have to care though, that you need to have to compile the sources with java 8 and the module-info.class with 9+, otherwise you exclu…
-
For example if you have `modularity.inferModulePath.set(true)` and then want to use `--patch-module` to patch the Kotlin compile output into the `javaCompile` task, you need the module name.
Anothe…