On Thu, 3 Apr 2025 06:31:20 GMT, Alan Bateman <al...@openjdk.org> wrote:

> What about changes to conf files, especially Java.security (for hardening TLS 
> settings) - or at least pointing to a include?

You can still do that after creating the custom runtime as you do today when 
linking using JMODs. The point of this fix is to be able to have a way to still 
run `jlink` based on the run-time image when you're using cacerts file from an 
external location (outside the JDKs control) or have updated tzdata (also 
outside the JDK build). I wouldn't expect for this to be needed in many (most?) 
cases.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/24388#issuecomment-2774916530

Reply via email to