-
/cc @imkiva
Related: #35
-
**Is your feature request related to a problem? Please describe.**
When using the Java Module System (aka JPMS), packages can be private. This is defined in the `module-info.java` (`module-info.cla…
-
`SpringFactoriesLoader` has been added in Spring Framework 3.2 (see 988f376) as a simple and internal factory loading mechanism. At the time, the 3.x generation had a Java 1.5 baseline and could not r…
-
The `UIEventTopic` isn't working, and I'm not sure why. The easiest symptom to observe is that you can't drag-and-drop the tabs around. If you put a breakpoint on the constructor to `org.eclipse.e4.ui…
-
I recently found out that you can add a manifest header to open the JVM modules, see https://openjdk.org/jeps/261#Packaging:-Modular-JAR-files
I wonder if it would be useful to calculate this heade…
-
Using `spring-shell` in a project which uses JPMS (Project Jigsaw) produces errors like this:
```
package org.springframework.shell.standard is declared in the unnamed module
```
Please provid…
-
Could you please add Automatic-Module-Name to manifest? Thanx;).
-
Since Java 9 introduced JPMS, there is a need to support modular system for such infra project.
There are two alternative ways to get to this:
1. Add `module-info.java` in each module and `export`…
-
I did some more testing after https://github.com/easymock/easymock/commit/a8cadba55b2cffdf7fb5fa87f9bd53b2ea36c1b3, and I'm seeing a handful of remaining failures on JDK 11 related to the JPMS.
For…
-
This issue stems from #539. To ensure Pioneer's compatability with JPMS, we have to set up modular integration tests and execute them during our build.
Open for discussion: should these tests be a …