Severin Gehwolf

Results 28 issues of Severin Gehwolf

The JavaVersionDetector class fails on specific version strings that `java.version` property can hold. In this case it's `23-beta`, which results in: ``` Caused by: java.lang.NumberFormatException: For input string: "23-beta" at...

The semantics of JAVA_OPTS env is that they remove any default tuning from the UBI 8 OpenJDK image. A better suggestion would be to only append the quarkus specific options...

The semantics of JAVA_OPTS env is that they remove any default tuning from the UBI 8 OpenJDK image. A better suggestion would be to only append the quarkus specific options...

**Describe the bug** When I attempt to get the latest nightly, then the API returns a 3-weeks old release. This one: https://github.com/adoptium/temurin21-binaries/releases/jdk-21.0.1%2B12-ea-beta/ However, there has been newer builds since. For...

bug

Automatic issue reporting for mandrel 23.1 windows. Q main M 23.1 windows / Q IT

testing

Automatic issue reporting for mandrel 23.1 on Linux

bug

## Description Mandrel builds with `JDK-23-beta+19-ea` fail initializing the `BootstrapMethodConfiguration` feature when generating the native image agent: ``` ======================================================================================================================== GraalVM Native Image: Generating 'native-image-agent' (shared library)... ======================================================================================================================== For detailed information...

bug
pending upstream

## Description With JDK 22, [JEP 454](https://openjdk.org/jeps/454) went out of preview. For GraalVM this currently means needing to ship `svm-foreign.jar` in the correct location of the distro. Specifically, next to...

bug
pending upstream
not-Stale
affects/24.0
affects/24.1

The JDK's StaticProperty class uses a default of the empty string for the java.locale.useOldISOCodes static property. Ensure to also use the empty string as the default in substratevm avoiding the...

OCA Verified
openjdk-updates
redhat-interest

**Describe the issue** A new JDK fix in JDK `24+10` causes `NullPointerException` when some Locale classes are being used in a native image. **Steps to reproduce the issue** 1. Build...

bug
native-image
openjdk-updates
redhat-interest