-
Hey Guys,
The module definition for the jcl-over-slf4j unfortunately does not specify the service loader for org.apache.commons.logging.LogFactory
When executing applications in a built JRE (Us…
-
**Is your feature request related to a problem? Please describe.**
Webauthn4j does not support Java modules. Although it might be possible to add support for named automatic modules, it would be be…
vietj updated
2 weeks ago
-
In modular maven projects with dependencies of type test-jar, test code from test-jar cannot be accessed/run in Eclipse 2023-09 if workspace resolution is turned on (=default) for the project offering…
-
Each artifact published to maven central, in addition to being valid OSGI bundles, should also be valid java modules. In other words, each bundle should also include a valid module-info.class.
-
Any usage of the `kotlinx.coroutines.debug` package, for example `import kotlinx.coroutines.debug.DebugProbes` results in:
```
[JAVA_MODULE_DOES_NOT_EXPORT_PACKAGE] Symbol is declared in module 'kot…
-
@xenoterracide asks: Suppose that I put `@NullMarked` in my library's `module-info`. Then:
> [If the consumers of the module aren't using JPMS is it still supposed to be respected by tools?](https:…
-
ShadowJar produces a Jar with an incorrect Main-Class entry in the manifest file.
This happens when you apply the Application plugin and you have a java 9 module.
### Shadow Version
5.0.0
### …
mpe85 updated
5 years ago
-
#### TLDR
This issue can be resolved by changing the name of the utils package in gdx-jnigen-loader.
The rest of this issue is me trying to find workarounds. None have worked so far (even manually …
-
### Description of the problem / feature request:
Java 11 is the current LTS version of Java, and comes with the java module system (also known as the JPMS) There should be a way for Bazel to corre…
-
We should plan to move to Open JDK 11 which is the next LTS release. This issue is meant to track relevant work required to support that
- [ ] Scala - Per current [compatibility][1] matrix JDK 11 l…