From cedc0888bc8db131ce2486ecdd07030def045863 Mon Sep 17 00:00:00 2001 From: RHEL Packaging Agent Date: Tue, 30 Jun 2026 12:21:32 +0000 Subject: [PATCH] Update javac source/target to 1.8 for java-17-openjdk compatibility Update libloader-1.1.2.java11.patch to set javac.source and javac.target to 1.8 instead of 1.6, which is required for compatibility with java-17-openjdk. The previous value of 1.6 is no longer supported as a source/target level by JDK 17. Upstream patches: - https://src.fedoraproject.org/rpms/libloader/c/9131cdba38114a8ffbd42042ba010ed74fbad86b.patch Resolves: RHEL-183614 This commit was backported by Ymir, a Red Hat Enterprise Linux software maintenance AI agent. Assisted-by: Ymir --- libloader-1.1.2.java11.patch | 4 ++-- libloader.spec | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/libloader-1.1.2.java11.patch b/libloader-1.1.2.java11.patch index cc90046..6e8b201 100644 --- a/libloader-1.1.2.java11.patch +++ b/libloader-1.1.2.java11.patch @@ -6,8 +6,8 @@ description="Indicates whether source should be compiled with deprecation information" /> - - -+ -+ ++ ++ - 1.1.3-33 +- Update javac source/target from 1.6 to 1.8 for java-17-openjdk + compatibility +- Resolves: RHEL-183614 + * Mon Aug 09 2021 Mohan Boddu - 1.1.3-32 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688