-
### What happened?
For example,
https://ci-beam.apache.org/job/beam_PostCommit_Java_Jpms_Dataflow_Java17_PR/19/
https://ci-beam.apache.org/job/beam_PostCommit_Java_Jpms_Dataflow_Java11_PR/25/
…
-
Declaring parameters `@Optional` outside of the `scijava-ops-engine` component leads to `IllegalAccessError`.
For example, `DefaultMeanFilter` should have an optional `OutOfBoundsFactory` parameter…
-
- pulsar-client and pulsar-api both contain the packages org.apache.pulsar.common.schema which causes a split package problem when our application is ran on the module path. (upgrading from 2.5.2 to 2…
-
Hi, I was unable to find a changelog for 4.0/4.1. I am currently on 3.17 and want to make sure I understand what was the breaking change from 3.x to 4.x at least.
Is 4.1 intended for production use…
-
Thanks for all the work you've done to make JPMS more comfortable with Gradle, testing, module-patching, and other useful plugins.
-
Please answer these questions before submitting your issue.
### What version of gRPC are you using?
`1.6.1`
### What JVM are you using (`java -version`)?
```
java version "9"
Java(TM) SE R…
-
Hi,
I am trying to create a project that contains code to create a checkpoint on an initial startup, similar to what is described here: https://blog.openj9.org/2022/09/26/getting-started-with-openj…
-
I was trying to migrate a Jetty 9 project to Jetty 12.
Windows is up to date, so are most programs.
**Jetty version(s)**
12.0.5
**Jetty Environment**
```
Enabled Modules:
----------------
…
-
Using exposed-java-time.jar with JPMS results in an exception during initial classloading.
**Exception in thread "main" java.lang.NoClassDefFoundError: org/jetbrains/exposed/sql/java-time/JavaDateCol…
-
the code in this repo won't build as-is with recent JDK releases such as Java 17. It will at least require a newer version of Gradle. It would be great a github action can be setup to build using mult…