[Git][java-team/guava-libraries][master] 33 commits: New upstream version 24.0

Emmanuel Bourg gitlab at salsa.debian.org
Wed May 6 23:13:05 BST 2020



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / guava-libraries


Commits:
5165d811 by Emmanuel Bourg at 2020-05-03T09:40:34+02:00
New upstream version 24.0
- - - - -
8f9e7370 by Emmanuel Bourg at 2020-05-03T09:40:44+02:00
Update upstream source from tag 'upstream/24.0'

Update to upstream version '24.0'
with Debian dir 726dcf19e1eb1160e9a7bb863d91b3a121828405
- - - - -
d7517b51 by Emmanuel Bourg at 2020-05-03T11:06:16+02:00
Refreshed the patches

- - - - -
651003ac by Emmanuel Bourg at 2020-05-03T11:06:31+02:00
New upstream version 25.0
- - - - -
95255049 by Emmanuel Bourg at 2020-05-03T11:06:51+02:00
New upstream version 25.1
- - - - -
c6f2a4f3 by Emmanuel Bourg at 2020-05-03T11:07:01+02:00
Update upstream source from tag 'upstream/25.1'

Update to upstream version '25.1'
with Debian dir 1beb5893253123f75bad80db56b87c959d76e417
- - - - -
088cb975 by Emmanuel Bourg at 2020-05-03T12:52:01+02:00
Refreshed the patches

- - - - -
1dc0626f by Emmanuel Bourg at 2020-05-03T14:31:38+02:00
New upstream version 26.0
- - - - -
be726666 by Emmanuel Bourg at 2020-05-03T14:36:32+02:00
New upstream version 27.0
- - - - -
2b4f7b2a by Emmanuel Bourg at 2020-05-03T14:36:56+02:00
New upstream version 27.1
- - - - -
c851b6e4 by Emmanuel Bourg at 2020-05-03T14:37:06+02:00
Update upstream source from tag 'upstream/27.1'

Update to upstream version '27.1'
with Debian dir 84b2d930fbdac1fe9ee74152325fbae85c8e720a
- - - - -
2f7472ad by Emmanuel Bourg at 2020-05-03T16:22:24+02:00
Refreshed the patches

- - - - -
5b980133 by Emmanuel Bourg at 2020-05-03T22:04:07+02:00
Moved the InternalFuture classes into the main artifact

- - - - -
6742111a by Emmanuel Bourg at 2020-05-03T22:09:06+02:00
Ignore the new guava-bom module

- - - - -
ac4d6093 by Emmanuel Bourg at 2020-05-03T22:10:02+02:00
Ignore the dependency on com.google.guava:listenablefuture

- - - - -
eda18837 by Emmanuel Bourg at 2020-05-03T22:32:12+02:00
Restored the public Iterators.emptyIterator() method (removed in Guava 20)

- - - - -
3d2f4a62 by Emmanuel Bourg at 2020-05-03T22:33:01+02:00
New upstream version 28.0
- - - - -
c54665f2 by Emmanuel Bourg at 2020-05-03T22:33:21+02:00
New upstream version 28.1
- - - - -
ffa631fa by Emmanuel Bourg at 2020-05-03T22:33:37+02:00
New upstream version 28.2
- - - - -
60f03563 by Emmanuel Bourg at 2020-05-03T22:33:47+02:00
Update upstream source from tag 'upstream/28.2'

Update to upstream version '28.2'
with Debian dir 30fac5d5be064426d6185d817525f72068cc2874
- - - - -
9cb3e149 by Emmanuel Bourg at 2020-05-03T22:34:31+02:00
Refreshed the patches

- - - - -
189da79d by Emmanuel Bourg at 2020-05-03T22:37:44+02:00
New upstream version 29.0
- - - - -
55407668 by Emmanuel Bourg at 2020-05-03T22:37:54+02:00
Update upstream source from tag 'upstream/29.0'

Update to upstream version '29.0'
with Debian dir bd99450d75161611b297e393166bada4bdeec1ea
- - - - -
b86b7f4e by Emmanuel Bourg at 2020-05-03T22:38:38+02:00
Refreshed the patches

- - - - -
fb4c3b19 by Emmanuel Bourg at 2020-05-05T23:01:15+02:00
Restored the public Files.fileTreeTraverser() method (removed in Guava 25)

- - - - -
ed3d6a6e by Emmanuel Bourg at 2020-05-05T23:50:59+02:00
Restored the MoreExecutors.sameThreadExecutor() method (removed in Guava 21)

- - - - -
aed8b552 by Emmanuel Bourg at 2020-05-05T23:57:33+02:00
Restored the Objects.firstNonNull() method (removed in Guava 21)

- - - - -
b5b697e5 by Emmanuel Bourg at 2020-05-06T01:52:50+02:00
Removed the compatibility between Guava and Java predicates

- - - - -
e0f0d28b by Emmanuel Bourg at 2020-05-06T02:04:29+02:00
Restored the CharMatcher legacy constants (removed in Guava 26)

- - - - -
dcec977f by Emmanuel Bourg at 2020-05-06T02:22:37+02:00
Restored the Objects.toStringHelper() methods (removed in Guava 21)

- - - - -
8adec5eb by Emmanuel Bourg at 2020-05-06T22:03:39+02:00
Restored the Futures.addCallback(ListenableFuture,FutureCallback) method (removed in Guava 26)

- - - - -
31c7ba81 by Emmanuel Bourg at 2020-05-07T00:07:27+02:00
Fixed a Java 8 compatibility issue when built with OpenJDK 11

- - - - -
3e8712d2 by Emmanuel Bourg at 2020-05-07T00:08:34+02:00
Upload to experimental

- - - - -


30 changed files:

- .travis.yml
- README.md
- + android/guava-bom/pom.xml
- android/guava-testlib/pom.xml
- android/guava-testlib/src/com/google/common/collect/testing/AbstractCollectionTester.java
- android/guava-testlib/src/com/google/common/collect/testing/AbstractContainerTester.java
- android/guava-testlib/src/com/google/common/collect/testing/AbstractMapTester.java
- android/guava-testlib/src/com/google/common/collect/testing/CollectionTestSuiteBuilder.java
- android/guava-testlib/src/com/google/common/collect/testing/DerivedCollectionGenerators.java
- android/guava-testlib/src/com/google/common/collect/testing/Helpers.java
- android/guava-testlib/src/com/google/common/collect/testing/ListTestSuiteBuilder.java
- android/guava-testlib/src/com/google/common/collect/testing/MapInterfaceTest.java
- android/guava-testlib/src/com/google/common/collect/testing/SetTestSuiteBuilder.java
- android/guava-testlib/src/com/google/common/collect/testing/SortedSetTestSuiteBuilder.java
- android/guava-testlib/src/com/google/common/collect/testing/TestsForMapsInJavaUtil.java
- android/guava-testlib/src/com/google/common/collect/testing/features/FeatureUtil.java
- android/guava-testlib/src/com/google/common/collect/testing/google/AbstractBiMapTester.java
- android/guava-testlib/src/com/google/common/collect/testing/google/AbstractListMultimapTester.java
- android/guava-testlib/src/com/google/common/collect/testing/google/AbstractMultimapTester.java
- android/guava-testlib/src/com/google/common/collect/testing/google/AbstractMultisetSetCountTester.java
- android/guava-testlib/src/com/google/common/collect/testing/google/AbstractMultisetTester.java
- android/guava-testlib/src/com/google/common/collect/testing/google/BiMapClearTester.java
- android/guava-testlib/src/com/google/common/collect/testing/google/BiMapEntrySetTester.java
- android/guava-testlib/src/com/google/common/collect/testing/google/BiMapInverseTester.java
- android/guava-testlib/src/com/google/common/collect/testing/google/BiMapPutTester.java
- android/guava-testlib/src/com/google/common/collect/testing/google/BiMapRemoveTester.java
- android/guava-testlib/src/com/google/common/collect/testing/google/DerivedGoogleCollectionGenerators.java
- android/guava-testlib/src/com/google/common/collect/testing/google/ListMultimapAsMapTester.java
- android/guava-testlib/src/com/google/common/collect/testing/google/ListMultimapEqualsTester.java
- android/guava-testlib/src/com/google/common/collect/testing/google/ListMultimapPutAllTester.java


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/java-team/guava-libraries/-/compare/6433e9eb63deb51858bef2cc8ee83050b4ed548a...3e8712d2ac2af32b24d190a7824ee90a1deec89e

-- 
View it on GitLab: https://salsa.debian.org/java-team/guava-libraries/-/compare/6433e9eb63deb51858bef2cc8ee83050b4ed548a...3e8712d2ac2af32b24d190a7824ee90a1deec89e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20200506/259581b5/attachment.html>


More information about the pkg-java-commits mailing list