From 95dc6e12f83e8f25f17e4f75d4e39a75d2d62a97 Mon Sep 17 00:00:00 2001 From: RHEL Packaging Agent Date: Tue, 30 Jun 2026 21:02:13 +0000 Subject: [PATCH] Set javac source/target to 1.8 for java-17-openjdk compatibility Update the libxml-1.1.2-java11.patch to set javac source/target from 1.6 to 1.8, enabling the package to build with java-17-openjdk which no longer supports source/target 1.6. Upstream patches: - https://src.fedoraproject.org/rpms/pentaho-libxml/c/982a4b89e3b50f7de99dd67dbc4be67f6fa36465.patch Resolves: RHEL-183539 This commit was backported by Ymir, a Red Hat Enterprise Linux software maintenance AI agent. Assisted-by: Ymir --- libxml-1.1.2-java11.patch | 4 ++-- pentaho-libxml.spec | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/libxml-1.1.2-java11.patch b/libxml-1.1.2-java11.patch index 94cd06d..e458923 100644 --- a/libxml-1.1.2-java11.patch +++ b/libxml-1.1.2-java11.patch @@ -6,8 +6,8 @@ description="Indicates whether source should be compiled with deprecation information" /> - - -+ -+ ++ ++ - 1.1.3-31 +- Set javac source/target to 1.8 for java-17-openjdk compatibility +- Resolves: RHEL-183539 + * Mon Aug 09 2021 Mohan Boddu - 1.1.3-30 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688