-
While working on a research project for Vaadin Labs investigating if/how Vaadin could be used in a Java 9+ module-path. A suggestion that came up in many places for library and framework developers wa…
-
JPMS is causing trouble. I excluded _module-info.java_ files via the Maven compiler plugin. Maybe there is a better solution.
org.apache.maven.plugins
maven-compiler-plugin
…
-
Gradle adds `--module-version` when javaModuleVersion is set and the project has modular dependencies:
https://github.com/gradle/gradle/blob/37911bb86d02d26a5d2ce3f23e01c0d767e3bb91/subprojects/langu…
-
Headline changes:
- [x] Java 11 baseline for vlcj 4.8.x
- [x] Java 11 baseline for vlcj-natives 4.8.x
- [x] Java 11 baseline for vlcj 5.0.x
- [x] Java 11 baseline for vlcj-natives 5.0.x
- [x] U…
-
## Environment
**Liquibase Version**: 4.12.0
## Description
In order to move into the direction of JPMS it would be a good idea to switch to jakarta libraries since jakarta is the new official ho…
-
It was essential that #429 at least added Automatic-Module-Name to the manifest of all .jar files. This request is to continue further down the road of support for JPMS. In order for Java applicatio…
-
In hikari pom, some dependencies (metrics, micrometer, etc) are declared as optional, however, when use hikari module as jpms module due that all required in hikari module-info, I have to register …
-
So that projects depend on this can be published to a public artifact repository.
Note that this is not breaking backward compatibility. All codes except this file can be still compiled in Java 6.
hrchu updated
3 months ago
-
Hi, as Java 11 doesn't come with the `java.xml.bind` module any longer, I tried to add the JAXB RI as JPMS modules to my application. This failed though due to split packages between the following two…
-
### Describe the bug
**Environment:**
- macOS 11.5.2
- Java 11
- Gradle 7.2
- Intellij IDEA 2021.2 CE
- quarkus 2.1.3.Final
**Behavior**
In `module-info.java`, requires quarkus but get `mo…