SHA256
1
0
forked from pool/guava
2019-10-10 21:03:59 +00:00
committed by Git OBS Bridge
parent 4e33d0a0ea
commit 0d4040cc68
3 changed files with 671 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Oct 10 21:00:22 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Added patch:
* guava-25.0-java8compat.patch
+ Avoid callingoverridden methods with covariant return types
for java.nio.ByteBuffer and java.nio.CharBuffer, which were
introduced in Java 9
+ This allows us to produce with Java >= 9 binaries that are
compatible with Java 8
-------------------------------------------------------------------
Fri Apr 12 10:05:01 UTC 2019 - Fridrich Strba <fstrba@suse.com>