-
It looks like slf4j and/or log4j-slf4j-impl interfer with gradle's internal logging and console in blackbox testing a jpms module.
### Expected Behavior
when blackbox testing a jpms module and slf…
-
From the [Gradle documentation on whitebox unit testing](https://docs.gradle.org/current/userguide/java_testing.html#sec:java_testing_modular), the simplest setup for whitebox/unit testing is not to i…
-
```xml
org.apache.logging.log4j
log4j-api
2.23.1
org.apache.logging.log4j
log4j-core
2.23.1…
-
I have successfully compiled OpenDDS for Android using the [OpenDDS-Android-Matrix](https://github.com/OpenDDS/OpenDDS-Android.git) repository. The compilation generated all necessary .so files, which…
-
### Describe the bug
When trying to upgrade from 0.3 -> 0.5 series I getting following error which I suppose cause by missing `use` declaration in `com.clickhouse.data`.
```
java.util.ServiceC…
-
We currently have a few examples which has module-info specified for JPMS. However, in some cases this file is not fully updated which causes issue when those examples are used directly in IntelliJ ID…
-
With Java 11, the latest LTS version, `jlink` and `jdeps` are used to build java applications to standalone executables.
To take advantages of `jlink`, the dependencies provided in the `--module-pa…
-
**[Juergen Hoeller](https://jira.spring.io/secure/ViewProfile.jspa?name=juergen.hoeller)** opened **[SPR-13501](https://jira.spring.io/browse/SPR-13501?redirect=false)** and commented
JDK 9's Jigsaw …
-
adding, e.g. `@DomainLayer`, to a package is cool, but it would be nice to add that to a `module-info.java`. That would look something like this from a consumer perspective, and should affect all pack…
-
The following dependency:
```pom
com.amazonaws
codeguru-profiler-java-agent
1.0.1
```
Does not seem to provide a JPMS module name. Even if it is not a ful…