forked from pool/guava
47 lines
1.8 KiB
Plaintext
47 lines
1.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Mar 11 12:13:02 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Remove parent reference from ALL distributed pom files
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 10 14:59:41 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Upgrade to guava 30.1.1
|
|
* fixes bsc#1179926, CVE-2020-8908: temp directory creation
|
|
vulnerability in Guava versions prior to 30.0
|
|
- Removed patch:
|
|
* guava-25.0-java8compat.patch
|
|
+ the compatibility is handled in the upstream code
|
|
- Added patch:
|
|
* donotmock.patch
|
|
+ patch @DoNotMock annotation occurrences in order to put them
|
|
in a format that our regex is able to identify and kill
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 4 17:32:18 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Avoid version-less dependencies that can cause problems with
|
|
some tools
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 22 04:52:39 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Build the package with ant in order to prevent build cycles
|
|
* using a generated and customized ant build system
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Initial packaging of guava 25.0
|