-
Please add a MANIFEST.MF with a Automatic-Module-Name to the deployed JAR-File.
For better support and stability in projects using the Java Platform Module System (JPMS).
-
It appears that when using ClasspathJSR199 (i.e. when a provided file manager does not implement StandardFileManager, only JavaFileManager), using a `module-info.java` in the root of the compilation s…
-
### Apache NetBeans version
Apache NetBeans 22
### What happened
NB formats code in a wrong way when annotation is used for function return type.
### Language / Project Type / NetBeans Com…
-
With Java 9 and now 10 out, it's time to think of a module name for this project, and everything else I have. Stephen Colebourne has some good opinions on things in his blog (eg: http://blog.joda.org…
-
While working on a research project for Java Platform Module System (JPMS) there was a small patch that was needed on the `flow-server` module in order to get the application working. Namely the `Clie…
-
## Steps to reproduce:
1. Add Java 11 to $PATH
2. Ensure $JAVA_HOME is unset
3. Create a server and enable `javaee-8.0`
4. Start server, should see JPMS warning in logs:
```
$ serv run --clean…
-
The maven artifacts all use the same java package (`com.google.common.flogger`) but are separate jars, which is a problem in Java 9 with the Module system enabled (JPMS).
forax updated
5 years ago
-
Hello!
Any chance you'll be publishing `Automatic-Module-Name` entries for the `jcpp` jar?
http://blog.joda.org/2017/05/java-se-9-jpms-automatic-modules.html
I'd suggest: `Automatic-Module-Na…
-
I have a JPMS project with `module-info.java` file. And I have [split package](https://msayag.github.io/SplitPackage/) issue when I'm trying to compile the project.
Java 8 public support ends in 20…
remal updated
10 months ago
-
Originally reported by Imanuel Rohlfing at [bug.eclipse.org](https://bugs.eclipse.org/bugs/show_bug.cgi?id=543631). There's also a [Stack Overflow](https://stackoverflow.com/questions/55917386/eclipse…