-
When I try to place module-info.java in src/main/java9, Gradle will report an error at compile time:
```
src/main/java9/module-info.java:2: error: package is empty or does not exist: org.glavo.llvm4…
Glavo updated
4 years ago
-
> Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is for a: (mark with an `x`)
```
- [ ] bug report -> please…
-
Hi,
we have set `SerializationFeature.WRITE_DATES_AS_TIMESTAMPS` to `false` and in java8 it wrote time in milliseconds precision (java worked this way for a long time).
After migrating to java11 …
-
I used the new Java9 tool called "jdeps" to analyze "fst-2.55.jar", and I got several dependencies on internal or removed JDK API (see attached file). Will you update FST to be Java9 compatible?
BT…
-
jdeps result
org.jrobin.core.RrdNioBackend -> sun.misc.Cleaner JDK internal API (JDK removed internal API)
org.jrobin.core.RrdNioBackend -> sun.nio.ch.DirectBuffer JDK internal API (java.base)
Suppo…
-
Using the Katalon Studio Arm64.app (v9.0.0), I executed
- https://github.com/kazurayam/inspectus4katalon-sample-project/blob/master/Scripts/CURA/main/Script1667709715867.groovy
then I got the f…
-
There is a reference to jdk.attach module in java9.properties file:
https://github.com/OpenLiberty/open-liberty/blob/ea3de543bd8db9fc5b3103653c5a1a0a9fcda0b5/dev/com.ibm.ws.kernel.boot/publish/platfo…
-
Hello! I really enjoyed and benefitted from your recent blog posts (clojure + jlink? You rock!), so I wondered if you would be interested in a multistage Dockerfile I wrote that takes a real (simple) …
-
It looks like GWT refuses to be compiled by Java9. Maybe there's a workaround for this.
Otherwise, docs should reflect this to help contributors build Aggregate.
-
I am trying to parse this class:
```java
public class A {
private void test(X x) {
try (Y ch = open()) {
;
}
}
}
```
with parser generated by java9 g…