From aa1e85aac0cb9e80f2a535f38a1969977ec74413 Mon Sep 17 00:00:00 2001 From: RHEL Packaging Agent Date: Tue, 7 Jul 2026 08:05:19 +0000 Subject: [PATCH] Update javac source/target to 1.8 for java-17-openjdk compatibility Backport Fedora dist-git change (commit 8812ff2) to update javac.source and javac.target values from "1.6" to "1.8" in the existing libbase-1.1.2.java11.patch file. This ensures compatibility with java-17-openjdk which no longer supports source/target level 1.6. Upstream patches: - https://src.fedoraproject.org/rpms/libbase/c/8812ff2925d669e510df623841c095edfce8e3e7.patch Resolves: RHEL-192541 This commit was backported by Ymir, a Red Hat Enterprise Linux software maintenance AI agent. Assisted-by: Ymir --- libbase-1.1.2.java11.patch | 4 ++-- libbase.spec | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/libbase-1.1.2.java11.patch b/libbase-1.1.2.java11.patch index 146bd7d..751ab34 100644 --- a/libbase-1.1.2.java11.patch +++ b/libbase-1.1.2.java11.patch @@ -6,8 +6,8 @@ description="Indicates whether source should be compiled with deprecation information" /> - - -+ -+ ++ ++ - 1.1.3-32 +- Update javac source/target from 1.6 to 1.8 for java-17-openjdk + compatibility +- Resolves: RHEL-192541 + * Mon Aug 09 2021 Mohan Boddu - 1.1.3-31 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688