-
The current version of Netty supports automatic modules.
This should bring declarative JPMS support in the Netty 5 with explicit modules whenever possible that provides a better JPMS support for Ne…
vietj updated
2 months ago
-
sun classes aren't supposed to be available anymore. If you're using a module-info they definitely aren't available. I tested 3.4 as well.
```
ava.lang.AssertionError: EqualsVerifier found a probl…
-
Please read our [contributor guide](https://github.com/Netflix/dgs-framework/blob/master/CONTRIBUTING.md) before
creating an issue. Also consider discussing your idea on
the [discussion forum](https…
-
# _Bug_title_
Cannot use org.web3j:core with JPMS.
## Steps To Reproduce
Run from a module with JPMS enabled.
## Environment
_Describe the environment in which the issue occurs_
- Web3j vers…
-
While the artifacts currently contain `Automatic-Module-Name` declarations in the manifest, which should make them usable from other JPMS modules, they don't have an actual module-info, which is requi…
-
Looking at https://github.com/cbeust/testng/issues/2727 it sounds like you need to include `module-info.java` in all your releases that `opens `. Otherwise, JDK 9+ users will be unable to read the res…
-
please add a module-info or automatic module name so this can be used with java modules
```
/home/xeno/IdeaProjects/ai-wh40k/module/game/src/main/java/module-info.java:3: error: module not found: …
-
### Vert.x 5 Roadmap
### 5.0.0
[Development of Vert.x 5](https://github.com/eclipse-vertx/vert.x/wiki/Vert.x-5)
- [x] [Async result callback removals](https://github.com/vert-x3/issues/issues…
-
Is there an easy way to use this plugin in a Java project leveraging JPMS?
-
Hi! I am trying to use `kotlinx-io` in a project with java modules.
**module-info.java**
```java
module forte.kotlinx.io.test {
requires kotlin.stdlib;
}
```
**Example.kt**
```kotl…