RFR: 8353185: Introduce the concept of upgradeable files in context of JEP 493

Severin Gehwolf sgehwolf at openjdk.org
Thu Apr 3 08:46:53 UTC 2025


On Thu, 3 Apr 2025 06:31:20 GMT, Alan Bateman <alanb at 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


More information about the core-libs-dev mailing list