From 0e036646678d8a1b3231175eabd0ba58df21a961136d20c242d51a164030afae Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 16 Dec 2021 16:39:17 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/logback?expand=0&rev=9 --- logback.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/logback.changes b/logback.changes index d47ac10..e9fe6a3 100644 --- a/logback.changes +++ b/logback.changes @@ -50,12 +50,12 @@ Thu Dec 16 16:21:39 UTC 2021 - Fridrich Strba Fri Nov 29 12:15:18 UTC 2019 - Fridrich Strba - Do not force building with java < 9 -- Specifiy maven.compiler.release=8 to access the +- Specify maven.compiler.release=8 to access the java.util.function.Supplier API, introduced in java 8 - Added patch: * logback-1.2.3-getCallerClass.patch + Access the sun.reflect.Reflection.getCallerClass by - by reflection, in order to be able to build with jdk >= 9 + reflection, in order to be able to build with jdk >= 9 ------------------------------------------------------------------- Sun Nov 17 19:45:03 UTC 2019 - Fridrich Strba