From 6877ce43a3f591159fe0c7e4e8b2a1e1f73d34b7 Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Sun, 26 Oct 2025 21:14:17 +0000 Subject: [PATCH] Install jaxp-strict.properties.template added by JDK-8330542: "Template for Creating Strict JAXP Configuration File" Related: RHEL-120553 --- java-25-openjdk.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java-25-openjdk.spec b/java-25-openjdk.spec index 7587bef..204f953 100644 --- a/java-25-openjdk.spec +++ b/java-25-openjdk.spec @@ -851,6 +851,7 @@ fi %config %{etcjavadir -- %{?1}}/conf/sdp/sdp.conf.template %config(noreplace) %{etcjavadir -- %{?1}}/conf/management/management.properties %config(noreplace) %{etcjavadir -- %{?1}}/conf/jaxp.properties +%config(noreplace) %{etcjavadir -- %{?1}}/conf/jaxp-strict.properties.template %config(noreplace) %{etcjavadir -- %{?1}}/conf/logging.properties %config(noreplace) %{etcjavadir -- %{?1}}/conf/net.properties %config(noreplace) %{etcjavadir -- %{?1}}/conf/sound.properties @@ -2482,6 +2483,7 @@ exit 0 - Update release notes with features of JDK 23 - Sync the copy of the portable specfile with the latest update - Remove lible.so handling following its removal in JDK-8327476: "Upgrade JLine to 3.26.1" +- Install jaxp-strict.properties.template added by JDK-8330542: "Template for Creating Strict JAXP Configuration File" - Related: RHEL-120553 * Tue Sep 23 2025 Andrew Hughes - 1:22.0.2.0.9-1