Fridrich Strba 2021-12-16 16:39:17 +00:00 committed by Git OBS Bridge
parent fbd2d48c5e
commit 0e03664667

View File

@ -50,12 +50,12 @@ Thu Dec 16 16:21:39 UTC 2021 - Fridrich Strba <fstrba@suse.com>
Fri Nov 29 12:15:18 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- 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 <fstrba@suse.com>