Galder Zamarreño

Results 48 issues of Galder Zamarreño

`IAMSaslClientProvider` lookup fails when running with Quarkus native. This is due to the mechanism name registration depending on classloader hashcode values. The issue arises because by default Quarkus initializes all...

good first issue
help wanted

Trying out `tart run sonoma-base` and can't see a way to configure the Trackpad in the system preferences in the VM. The Trackpad option does not appear in the system...

question

Fixes https://bugs.openjdk.org/browse/CODETOOLS-7903739 --------- ### Progress - [x] Change must not contain extraneous whitespace - [x] Change must be properly reviewed (1 review required, with at least 1 [Committer](https://openjdk.org/bylaws#committer)) ### Issue...

ready
rfr

Fixes https://bugs.openjdk.org/browse/CODETOOLS-7903740 --------- ### Progress - [x] Change must not contain extraneous whitespace - [ ] Change must be properly reviewed (1 review required, with at least 1 [Committer](https://openjdk.org/bylaws#committer)) ###...

rfr

Building native applications which depend on signed jars that contain Quarkus resources for which bytecode is generated (e.g. JAX-RS resources) will fail. This is the case in [this discussion](https://github.com/quarkusio/quarkus/discussions/34909). The...

kind/bug
area/native-image

`jdk.random.L32X64MixRandom` constructor should be registered for reflection by GraalVM. This is a new JDK class introduced in Java 17. Users expect reflection for such JDK classes to be done by...

feature
good first issue

If `xctrace` cannot be found via `xcode-select` it checks the SDKROOT environment variable. @fzhinkin Can you have a look? --------- ### Progress - [x] Change must not contain extraneous whitespace...

rfr

I have a native executable that now consumes more RSS on startup than it did in a previous version. I'm trying to figure out where the extra memory consumption is...