-
See:
- https://dzone.com/articles/automatic-module-name-calling-all-java-library-maintainers
- http://blog.joda.org/2017/04/java-se-9-jpms-module-naming.html
- http://blog.joda.org/2017/05/java-se-…
-
_Platform:_
java --version
openjdk 15 2020-09-15
OpenJDK Runtime Environment Zulu15.27+17-CA (build 15+36)
OpenJDK 64-Bit Server VM Zulu15.27+17-CA (build 15+36, mixed mode, sharing)
_IDE:_
- …
-
Python served us well for the past years, but it's time to move away from it.
We, Java package mainainers, are not proficient with Python programming and the Python code in Javapackages has become a …
-
When executing a LEMMA model processor we currently get warnings like
```
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by nonapi.io.github.class…
-
When trying to use JPMS modules inside a project utilizing Kafka with Avro, the compilation fails because of split packages between the two dependencies needed to run the project *kafka.schema.seriali…
-
Meta issue to track the progress of opensearch modularization.
- [x] Initial investigation [ #1588]
- [ ] Project base gradle configuration for module support[#1839 ]
- [ ] Module naming conven…
-
### Apache NetBeans version
Apache NetBeans 22 release candidate
### What happened
NetBeans sometimes renames classes/enum/iterfaces etc only in files, that declare them, but not in files, th…
-
I have a modular (JPMS) Maven project that's throwing this exception after adding `module-info.java`:
```
com.mitchellbosecke.pebble.error.LoaderException: Could not find template "templates/index.h…
-
The [Java Platform Module System](https://www.oracle.com/corporate/features/understanding-java-9-modules.html) was introduced in Java 9 and adds a notion of "module" on top of the package structure in…
-
In a Maven module that uses JPMS Maven defines the following:
* a module descriptor located in src/main/java
* a module descriptor in src/test/java
See https://maven.apache.org/surefire/maven…