-
This thread collects various failures in internal JITServer tests that have been observed recently, for platforms other than Z. I'll be going through them to see if they can be reproduced without JITS…
-
Hi, I have a project that uses lombok and I was getting this error in setters/getters and in general stuff from Lombok:
```
cannot find symbol
```
after an exahusting debugging I found out that the …
-
Hello,
On my Mac, the latest update modified the Fiji launcher, and now it seems the update altered the launching from the Dock.
Please see attached movie for this behavior.
Thank you.
Sincerely,
…
-
https://wiki.lineageos.org/devices/#xiaomi
I have on my Linux Mint Framework a VirtualBox Ubuntu virtual machine dedicated to compiling LineageOS for this device. Using Pegasus for this purpose seems…
-
When executing `spotless-maven-plugin:2.44.4:check` on [Java 25 Build 19](https://jdk.java.net/25/), I get the following error:
```
Execution default of goal com.diffplug.spotless:spotless-maven-plug…
-
### What happened?
Hello!
I'm trying to set a custom targeting in my ads
```bash
```
but on runtime i have this error:
`FATAL EXCEPTION: main
…
-
I am encountering a persistent issue with Lombok in a specific environment: the Java Language Server within VS Code. The Lombok annotation processor fails to initialize, resulting in VS Code's editor …
-
See https://bugs.openjdk.org/browse/JDK-8015831 "Add lint check for calling overridable methods from a constructor"
My first guess that javac would emit this warning in situations like this:
```java
…
-
This code:
```java
import org.jspecify.annotations.NullMarked;
import org.jspecify.annotations.Nullable;
@NullMarked
public class Foo {
private static class Inner {
Inner identity() { return th…
-
- there is a [GraalVM release calendar](https://www.graalvm.org/release-calendar/)
- there is going to be a **long term supported** version released this year
- let's plan an upgrade!
- work on #12446…