[Git][java-team/guava-libraries][master] 29 commits: Imported Upstream version 19.0

Emmanuel Bourg gitlab at salsa.debian.org
Sat May 2 23:13:08 BST 2020



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


Commits:
0e4f4b7e by Emmanuel Bourg at 2015-12-18T00:05:28+01:00
Imported Upstream version 19.0
- - - - -
0df40761 by Emmanuel Bourg at 2020-05-01T23:12:28+02:00
Standards-Version updated to 4.5.0

- - - - -
e04a3f30 by Emmanuel Bourg at 2020-05-01T23:12:52+02:00
Switch to debhelper level 12

- - - - -
6a8b2c19 by Emmanuel Bourg at 2020-05-01T23:13:16+02:00
Use salsa.debian.org Vcs-* URLs

- - - - -
55a61aa1 by Emmanuel Bourg at 2020-05-01T23:14:14+02:00
Wrap and sort

- - - - -
b35060a1 by Emmanuel Bourg at 2020-05-01T23:18:12+02:00
New upstream version 20.0
- - - - -
c07f14ef by Emmanuel Bourg at 2020-05-01T23:22:25+02:00
Removed the Maven 2 compatibility patch

- - - - -
614f3b5e by Emmanuel Bourg at 2020-05-01T23:32:50+02:00
Removed the type inference patch

- - - - -
3dc50d87 by Emmanuel Bourg at 2020-05-01T23:36:01+02:00
Merge tag 'upstream/19.0'

Upstream version 19.0

- - - - -
f04c652d by Emmanuel Bourg at 2020-05-01T23:36:20+02:00
Merge tag 'upstream/20.0'

Upstream version 20.0

- - - - -
5c6781f7 by Emmanuel Bourg at 2020-05-02T11:26:01+02:00
Refreshed the patches

- - - - -
4a6090b3 by Emmanuel Bourg at 2020-05-02T11:37:24+02:00
New upstream version 21.0
- - - - -
17ad4d97 by Emmanuel Bourg at 2020-05-02T11:37:29+02:00
Update upstream source from tag 'upstream/21.0'

Update to upstream version '21.0'
with Debian dir a44212b23443fb2956f80a7aad8759577f7ae456
- - - - -
fce2a8c8 by Emmanuel Bourg at 2020-05-02T11:52:04+02:00
Refreshed the patches

- - - - -
d1d8b846 by Emmanuel Bourg at 2020-05-02T11:52:17+02:00
New upstream version 22.0
- - - - -
2f48f608 by Emmanuel Bourg at 2020-05-02T11:52:26+02:00
Update upstream source from tag 'upstream/22.0'

Update to upstream version '22.0'
with Debian dir f4231bf2a498f19ae29f3eb361c82535899bb60e
- - - - -
a02cc3b5 by Emmanuel Bourg at 2020-05-02T22:08:18+02:00
New upstream version 23.0
- - - - -
2da31f7e by Emmanuel Bourg at 2020-05-02T22:12:59+02:00
Refreshed the patches

- - - - -
7bfb4aff by Emmanuel Bourg at 2020-05-02T22:13:17+02:00
New upstream version 23.1
- - - - -
e5d16a0f by Emmanuel Bourg at 2020-05-02T22:14:13+02:00
New upstream version 23.2
- - - - -
eacfdab4 by Emmanuel Bourg at 2020-05-02T22:14:51+02:00
New upstream version 23.3
- - - - -
c0756392 by Emmanuel Bourg at 2020-05-02T22:15:21+02:00
New upstream version 23.4
- - - - -
14e4bfca by Emmanuel Bourg at 2020-05-02T22:16:10+02:00
New upstream version 23.5
- - - - -
7da973c1 by Emmanuel Bourg at 2020-05-02T22:17:39+02:00
New upstream version 23.6
- - - - -
eba53e88 by Emmanuel Bourg at 2020-05-02T22:18:30+02:00
New upstream version 23.6.1
- - - - -
571111f0 by Emmanuel Bourg at 2020-05-02T22:18:39+02:00
Update upstream source from tag 'upstream/23.6.1'

Update to upstream version '23.6.1'
with Debian dir 2915de57b35ed8e269f4f20cde1cdd12a1dcf167
- - - - -
1db33a8b by Emmanuel Bourg at 2020-05-03T00:08:26+02:00
Refreshed the patches

- - - - -
781c83fc by Emmanuel Bourg at 2020-05-03T00:10:22+02:00
Added the checkerframework annotations required for building

- - - - -
6433e9eb by Emmanuel Bourg at 2020-05-03T00:12:26+02:00
Upload to experimental

- - - - -


26 changed files:

- .gitignore
- .travis.yml
- CONTRIBUTING.md
- README.md
- + android/guava-testlib/pom.xml
- + android/guava-testlib/src/com/google/common/collect/testing/AbstractCollectionTestSuiteBuilder.java
- + 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/AbstractIteratorTester.java
- + android/guava-testlib/src/com/google/common/collect/testing/AbstractMapTester.java
- + android/guava-testlib/src/com/google/common/collect/testing/AbstractTester.java
- + android/guava-testlib/src/com/google/common/collect/testing/AnEnum.java
- + android/guava-testlib/src/com/google/common/collect/testing/BaseComparable.java
- + android/guava-testlib/src/com/google/common/collect/testing/CollectionTestSuiteBuilder.java
- + android/guava-testlib/src/com/google/common/collect/testing/ConcurrentMapTestSuiteBuilder.java
- + android/guava-testlib/src/com/google/common/collect/testing/ConcurrentNavigableMapTestSuiteBuilder.java
- + android/guava-testlib/src/com/google/common/collect/testing/DerivedCollectionGenerators.java
- + android/guava-testlib/src/com/google/common/collect/testing/DerivedComparable.java
- + android/guava-testlib/src/com/google/common/collect/testing/DerivedGenerator.java
- + android/guava-testlib/src/com/google/common/collect/testing/DerivedTestIteratorGenerator.java
- + android/guava-testlib/src/com/google/common/collect/testing/FeatureSpecificTestSuiteBuilder.java
- + android/guava-testlib/src/com/google/common/collect/testing/Helpers.java
- + android/guava-testlib/src/com/google/common/collect/testing/IteratorFeature.java
- + android/guava-testlib/src/com/google/common/collect/testing/IteratorTester.java
- + android/guava-testlib/src/com/google/common/collect/testing/ListIteratorTester.java
- + android/guava-testlib/src/com/google/common/collect/testing/ListTestSuiteBuilder.java


The diff was not included because it is too large.


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

-- 
View it on GitLab: https://salsa.debian.org/java-team/guava-libraries/-/compare/ab369762c7e2a6ddd584345bd4abf763c172ebd3...6433e9eb63deb51858bef2cc8ee83050b4ed548a
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/20200502/353f2375/attachment.html>


More information about the pkg-java-commits mailing list