Ian Springer

Results 12 issues of Ian Springer

In Graal 19.3, getMetaObject returned a meta object, and we could check if a Value was a module using value.getMetaObject().toString().equals("Module"). In Graal 20.x, getMetaObject returns null, so have to check...

I'm getting the following NPE repeatedly. I'm running ESLint plugin v1.0.21 in IDEA 13.1.6. null java.lang.NullPointerException at com.eslint.config.ESLintConfigAnnotator.annotateProperty(ESLintConfigAnnotator.java:97) at com.eslint.config.ESLintConfigAnnotator.annotateObject(ESLintConfigAnnotator.java:42) at com.eslint.config.ESLintConfigAnnotator.annotateFile(ESLintConfigAnnotator.java:34) at com.eslint.config.ESLintConfigAnnotator.annotate(ESLintConfigAnnotator.java:24) at com.intellij.codeInsight.daemon.impl.DefaultHighlightVisitor.a(DefaultHighlightVisitor.java:160) at com.intellij.codeInsight.daemon.impl.DefaultHighlightVisitor.visit(DefaultHighlightVisitor.java:103) at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass$5.run(GeneralHighlightingPass.java:312)...

…is logged at level 0 100x more often than intended

**Describe the issue** I have GraalVM CE 22.3.3 installed on an Amazon Linux 1 box: $ uname -a Linux t5a1 4.14.252-131.483.amzn1.x86_64 #1 SMP Mon Nov 1 20:48:11 UTC 2021 x86_64...

bug
gu

I am upgrading our project from GraalVM JDK11 to the latest GraalVM JDK17 (17.0.9). I have installed the latest Graal.js language pack (23.0.2) on top of GraalVM 17.0.9. My project...

(currently for requests only since server does not yet support configuring zstd compression level for responses) JAVA-4969

It would be great if there was an option for generating public fields, rather than private fields with getters/setters. Jackson can still handle the serialization of such classes with no...

customization
Java