-
### Describe the Issue
[Java Platform Module System](https://openjdk.org/jeps/261) defines a way to register services to be located by [ServiceLoader](https://docs.oracle.com/en/java/javase/21/docs/a…
-
### Expected Behavior
javax.inject is unmaintained and has been replaced with jakarta.inject which has a new import. In order for https://github.com/gradle/gradle/issues/31028 to be 100% successful t…
-
We are currently suffering from the following projects:
+ Eclipse lsp4j, which is itself a shit mountain (doesn't work with jpms, caused a lot of installation/jlink problems, written in Java 8) and…
-
It will be nice to have Java Platform Module System (project Jigsaw).
I'm using JMPS with `Jlink` to create app+JDK distribution,
but JPMS helps to expose only public APIs from the lib.
-
Currently even latest version `2.0.1` of the library does not have support for java modules. Since this is a utility, its will everyone who want to use this with JPMS modules post Java-9
-
I'm trying to create a module-info.java for a project which uses a local converter for Word documents.
I'm encountering a problem: The package com.documents4j.job is accessible from more than one …
-
In my application, I'm using service modules and separate modules which provide those services. Gradle 7.2 itself is able to infer the module path for the application by looking at the dependencies - …
-
I wish the package/modules (at least for ddd/event) were "Null marked". `@Nullmarked` being the annotation provided by https://jspecify.dev. Although I wouldn't care if another JPMS compatible library…
-
### Description
Although it is possible to place both unit and integration tests in `src/test` it is better to keep them separately (see [this](https://cwiki.apache.org/confluence/display/MAVENOLD/…
-
I have fears that it might not work with modules on, since it uses `ServiceLoader`:
http://openjdk.java.net/projects/jigsaw/spec/sotms/#services
I assume that our tests either don't use modules at…