[httpcomponents-asyncclient] branch master updated (9362a0b -> aec3940)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Nov 13 22:36:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository httpcomponents-asyncclient.

      from  9362a0b   Update httpcore-ThreadSafe.patch
       new  c7461df   Fixed the watch file
       new  a5be175   Switch to debhelper level 10
       new  1471ce4   Build with the DH sequencer instead of CDBS
      adds  ab0e400   New upstream version 4.1.2
       new  31b4004   Merge tag 'upstream/4.1.2'
       new  a819967   Removed httpcore-ThreadSafe.patch (fixed upstream)
       new  aec3940   Upload to unstable

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NOTICE.txt                                         |   2 +-
 RELEASE_NOTES.txt                                  |  47 ++++
 debian/changelog                                   |  11 +
 debian/compat                                      |   2 +-
 debian/control                                     |   5 +-
 debian/patches/httpcore-ThreadSafe.patch           | 282 ---------------------
 debian/patches/series                              |   1 -
 debian/rules                                       |   6 +-
 debian/watch                                       |   2 +-
 httpasyncclient-cache/pom.xml                      |   2 +-
 .../impl/client/cache/CachingHttpAsyncClient.java  |   7 +-
 httpasyncclient-osgi/pom.xml                       |  10 +-
 httpasyncclient/pom.xml                            |   2 +-
 .../impl/nio/client/AbstractHttpAsyncClient.java   |   6 +-
 .../impl/nio/conn/AsyncSchemeRegistryFactory.java  |   6 +-
 .../nio/conn/DefaultHttpAsyncRoutePlanner.java     |   2 +-
 .../conn/PoolingClientAsyncConnectionManager.java  |   2 +-
 .../nio/client/AbstractClientExchangeHandler.java  |  25 +-
 .../impl/nio/client/CloseableHttpAsyncClient.java  |   5 +-
 .../nio/client/CloseableHttpPipeliningClient.java  |   5 +-
 .../nio/client/DefaultAsyncUserTokenHandler.java   |   5 +-
 .../impl/nio/client/HttpAsyncClientBuilder.java    |   8 +-
 .../http/impl/nio/client/HttpAsyncClients.java     |   2 -
 .../http/impl/nio/client/IOReactorUtils.java       |   6 +-
 .../nio/client/MinimalHttpAsyncClientBuilder.java  |   6 +-
 .../java/org/apache/http/impl/nio/conn/CPool.java  |   6 +-
 .../org/apache/http/impl/nio/conn/CPoolEntry.java  |   5 +-
 .../org/apache/http/impl/nio/conn/CPoolProxy.java  |   2 -
 .../conn/PoolingNHttpClientConnectionManager.java  |   5 +-
 .../integration/TestHttpAsyncPipelining.java       |  70 +----
 .../TestHttpAsyncPrematureTermination.java         |   9 +-
 pom.xml                                            |  16 +-
 32 files changed, 149 insertions(+), 421 deletions(-)
 delete mode 100644 debian/patches/httpcore-ThreadSafe.patch
 delete mode 100644 debian/patches/series

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/httpcomponents-asyncclient.git



More information about the pkg-java-commits mailing list