Severin Gehwolf

Results 28 issues of Severin Gehwolf

### Describe the bug Running the redis-client integration test using a Mandrel 22.3.0 dev build fails generating the native image with: ``` ======================================================================================================================== GraalVM Native Image: Generating 'quarkus-integration-test-redis-client-999-SNAPSHOT-runner' (executable)... ========================================================================================================================...

kind/bug
area/redis
area/mandrel

The dependency job that also builds JTREG seems to be failing for a long time now. Error is: ``` Archiving artifacts [Pipeline] } $ docker stop --time=1 3fae73f5877f757bfdb5893749a75bc65687e8015646fe2da7ceef5972282a60 $ docker...

docker
macos
jenkins
buildbreak

This will generate OSGi metadata so that jfreechart can be used in an OSGi environment as well. Changed packaging type to bundle = jar + OSGi metadata.

https://openjdk.java.net/jeps/8278252 is still in draft (so feedback would still be accepted). However, it would make sense to follow those basic guidelines so that users run into as little problems as...

### Describe the bug When building `jpa-postgresql` integration-test (for example) by `-Dnative` and GraalVM 22.3-dev the following warning in hibernate code is being produced: ``` Warning: Feature class org.hibernate.graalvm.internal.QueryParsingSupport is...

kind/bug
area/persistence
area/hibernate-orm
area/mandrel

### Describe the bug Since today in mandrel CI, the kubernetest-client native integration test OOMs with a GraalVM master build: ``` [INFO] --- quarkus:999-SNAPSHOT:build (default) @ quarkus-integration-test-kubernetes-client --- Warning: [io.quarkus.deployment.steps.NativeImageAllowIncompleteClasspathAggregateStep]...

kind/bug
area/kubernetes
area/native-image

This is a clean-up patch as discussed in #7205. There should be no need to manually add `truffle-runtime-svm` to the module path on GraalVM >= 23.1.

OCA Verified
redhat-interest

Apparently the JDK class libraries don't seem to include local variable information in the JDK class files. Actual: ``` $ ./bin/javap -J-showversion -l java.lang.Object | grep LocalVariableTable openjdk version "1.8.0_352"...

enhancement

Please review this patch which adds a jlink mode to the JDK which doesn't need the packaged modules being present. A.k.a run-time image based jlink. Fundamentally this patch adds an...

csr
rfr
build
core-libs
jep

Steps to reproduce: $ echo -e "require 'rubygems'; require 'factory_data_preloader'\nquit" > irb_load_test $ irb < irb_load_test and compare output to: $ echo -e "require 'rubygems'; require 'fastercsv'\nquit" > irb_load_test $...