[Git][java-team/async-http-client][upstream] 28 commits: New upstream version 1.7.0

Emmanuel Bourg gitlab at salsa.debian.org
Tue Aug 28 00:16:37 BST 2018


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / async-http-client


Commits:
56218465 by Emmanuel Bourg at 2018-08-27T22:00:43Z
New upstream version 1.7.0
- - - - -
f8014ec7 by Emmanuel Bourg at 2018-08-27T22:17:27Z
New upstream version 1.7.1
- - - - -
df7c6fb7 by Emmanuel Bourg at 2018-08-27T22:21:56Z
New upstream version 1.7.2
- - - - -
2b098a29 by Emmanuel Bourg at 2018-08-27T22:33:47Z
New upstream version 1.7.3
- - - - -
5e8d7703 by Emmanuel Bourg at 2018-08-27T22:36:12Z
New upstream version 1.7.4
- - - - -
3e8d2695 by Emmanuel Bourg at 2018-08-27T22:41:08Z
New upstream version 1.7.5
- - - - -
d7d7b2cc by Emmanuel Bourg at 2018-08-27T22:41:52Z
New upstream version 1.7.6
- - - - -
9b50bebf by Emmanuel Bourg at 2018-08-27T22:42:23Z
New upstream version 1.7.7
- - - - -
8244e05f by Emmanuel Bourg at 2018-08-27T22:43:26Z
New upstream version 1.7.8
- - - - -
72d8de33 by Emmanuel Bourg at 2018-08-27T22:43:45Z
New upstream version 1.7.9
- - - - -
d2ce1296 by Emmanuel Bourg at 2018-08-27T22:44:10Z
New upstream version 1.7.10
- - - - -
2eca7b9d by Emmanuel Bourg at 2018-08-27T22:44:36Z
New upstream version 1.7.11
- - - - -
60c46401 by Emmanuel Bourg at 2018-08-27T22:47:45Z
New upstream version 1.7.12
- - - - -
4558eee8 by Emmanuel Bourg at 2018-08-27T22:50:53Z
New upstream version 1.7.13
- - - - -
d0a2cf62 by Emmanuel Bourg at 2018-08-27T22:53:20Z
New upstream version 1.7.14
- - - - -
0a13230b by Emmanuel Bourg at 2018-08-27T22:54:08Z
New upstream version 1.7.15
- - - - -
f5f55f02 by Emmanuel Bourg at 2018-08-27T22:54:31Z
New upstream version 1.7.16
- - - - -
d58e1e76 by Emmanuel Bourg at 2018-08-27T22:54:54Z
New upstream version 1.7.17
- - - - -
2fd51806 by Emmanuel Bourg at 2018-08-27T22:55:28Z
New upstream version 1.7.18
- - - - -
13d8043c by Emmanuel Bourg at 2018-08-27T22:56:41Z
New upstream version 1.7.19
- - - - -
b87189c3 by Emmanuel Bourg at 2018-08-27T22:59:11Z
New upstream version 1.7.20
- - - - -
eb35cc09 by Emmanuel Bourg at 2018-08-27T23:03:07Z
New upstream version 1.7.21
- - - - -
b4163b65 by Emmanuel Bourg at 2018-08-27T23:03:33Z
New upstream version 1.7.22
- - - - -
2d315554 by Emmanuel Bourg at 2018-08-27T23:03:58Z
New upstream version 1.7.23
- - - - -
908bdd6b by Emmanuel Bourg at 2018-08-27T23:04:23Z
New upstream version 1.7.24
- - - - -
5854b2e8 by Emmanuel Bourg at 2018-08-27T23:09:04Z
New upstream version 1.8.0
- - - - -
71f19473 by Emmanuel Bourg at 2018-08-27T23:11:25Z
New upstream version 1.8.1
- - - - -
69911bfe by Emmanuel Bourg at 2018-08-27T23:11:54Z
New upstream version 1.8.2
- - - - -


30 changed files:

- .gitignore
- README → README.md
- pom.xml
- src/main/java/com/ning/http/client/AsyncCompletionHandler.java
- src/main/java/com/ning/http/client/AsyncCompletionHandlerBase.java
- src/main/java/com/ning/http/client/AsyncHandler.java
- + src/main/java/com/ning/http/client/AsyncHandlerExtensions.java
- src/main/java/com/ning/http/client/AsyncHttpClient.java
- src/main/java/com/ning/http/client/AsyncHttpClientConfig.java
- src/main/java/com/ning/http/client/AsyncHttpClientConfigBean.java
- src/main/java/com/ning/http/client/AsyncHttpProvider.java
- src/main/java/com/ning/http/client/AsyncHttpProviderConfig.java
- src/main/java/com/ning/http/client/Body.java
- src/main/java/com/ning/http/client/BodyConsumer.java
- src/main/java/com/ning/http/client/BodyDeferringAsyncHandler.java
- src/main/java/com/ning/http/client/BodyGenerator.java
- src/main/java/com/ning/http/client/ByteArrayPart.java
- + src/main/java/com/ning/http/client/ConnectionPoolKeyStrategy.java
- src/main/java/com/ning/http/client/ConnectionsPool.java
- − src/main/java/com/ning/http/client/Cookie.java
- + src/main/java/com/ning/http/client/DefaultConnectionPoolStrategy.java
- src/main/java/com/ning/http/client/FilePart.java
- src/main/java/com/ning/http/client/FluentCaseInsensitiveStringsMap.java
- src/main/java/com/ning/http/client/FluentStringsMap.java
- src/main/java/com/ning/http/client/HttpContent.java
- src/main/java/com/ning/http/client/HttpResponseBodyPart.java
- + src/main/java/com/ning/http/client/HttpResponseBodyPartsInputStream.java
- src/main/java/com/ning/http/client/HttpResponseHeaders.java
- src/main/java/com/ning/http/client/HttpResponseStatus.java
- src/main/java/com/ning/http/client/ListenableFuture.java


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/java-team/async-http-client/compare/8a5d9170f13e25fbd6bf7666fcd7134571eaa868...69911bfef57cf8c98cf3b296857ba7fbcf6c7e9b

-- 
View it on GitLab: https://salsa.debian.org/java-team/async-http-client/compare/8a5d9170f13e25fbd6bf7666fcd7134571eaa868...69911bfef57cf8c98cf3b296857ba7fbcf6c7e9b
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/20180827/ad0d2210/attachment.html>


More information about the pkg-java-commits mailing list