Severin Gehwolf

Results 390 comments of Severin Gehwolf

> * For Red Hat/CentOS/ubi images, `update-ca-trust` already updates an external Java truststore (which would need to be symlinked to get activated). `update-ca-trust` would need to be patched at image...

> * For Debian/Ubuntu/Alpine images, reintroduce the `update-ca-certificates` update hook and extend it with a conditional to only proceed if it's set. Do you have a link to how that...

@AlanBateman Hi! Moving the [discusion](https://mail.openjdk.org/pipermail/leyden-dev/2023-July/000173.html) to this PR now. I've updated this patch to do single-hops only by default now. Looks like this: ``` $ bin/jlink --add-modules java.base --output ../testme-java-base/...

> > @AlanBateman Gentle ping. > > On my list, it's a lot to get through and a number of aspects to this that I think will require refinement and...

> I did a pass over this to see where this proposal is currently at. At a high-level I think good progress since the discussion on leyden-dev some time ago....

> The command line options to override and change the error to a warning or silently ignore seems to be "-run-time-ignore-single-hop" and "--run-image-only-warnings". Maybe it should be reduced to just...

Current GHA failure of `gc/TestJNICriticalStressTest#id0` on Windows seems unrelated. FWIW, [this check](https://github.com/jerboaa/jdk/actions/runs/6564461520) which also includes jlink tests passed fine.