[httpcomponents-core] branch master updated (a0581cf -> 6b8f41b)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Feb 21 22:53:24 UTC 2014


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

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

      from  a0581cf   Upload to unstable
      adds  cab6142   Imported Upstream version 4.3.2
       new  79bfa6d   Merge tag 'upstream/4.3.2'
       new  6b8f41b   New upstream release

The 2 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                                  |  24 ++++
 debian/changelog                                   |   6 +
 httpcore-ab/pom.xml                                |   2 +-
 httpcore-nio/pom.xml                               |   2 +-
 .../org/apache/http/examples/nio/NHttpClient.java  |   9 ++
 .../http/nio/entity/BufferingNHttpEntity.java      |   0
 .../nio/entity/ConsumingNHttpEntityTemplate.java   |   0
 .../apache/http/nio/entity/ContentListener.java    |   0
 .../apache/http/nio/entity/NHttpEntityWrapper.java |   0
 .../http/nio/entity/SkipContentListener.java       |   0
 .../impl/nio/codecs/AbstractContentEncoder.java    |   4 +-
 .../apache/http/impl/nio/codecs/ChunkDecoder.java  |  25 ++--
 .../nio/reactor/DefaultConnectingIOReactor.java    |  15 ++-
 .../apache/http/nio/pool/AbstractNIOConnPool.java  |  35 ++++--
 .../nio/protocol/HttpAsyncRequestExecutor.java     |   7 +-
 .../apache/http/nio/protocol/HttpAsyncService.java | 132 +++++++++++----------
 .../apache/http/nio/reactor/ssl/SSLIOSession.java  |  20 ++--
 .../http/impl/nio/codecs/TestChunkDecoder.java     |  24 +++-
 .../TestClientOutOfSequenceResponse.java           | 107 +++++++++++++++++
 .../nio/protocol/TestHttpAsyncRequestExecutor.java |  23 ++++
 .../http/nio/protocol/TestHttpAsyncService.java    |  68 ++---------
 httpcore-osgi/pom.xml                              |   2 +-
 httpcore/pom.xml                                   |   2 +-
 .../org/apache/http/entity/ByteArrayEntity.java    |   2 +
 .../org/apache/http/pool/AbstractConnPool.java     |  32 ++---
 pom.xml                                            |   8 +-
 27 files changed, 364 insertions(+), 187 deletions(-)
 rename httpcore-nio/src/main/{java => java-deprecated}/org/apache/http/nio/entity/BufferingNHttpEntity.java (100%)
 rename httpcore-nio/src/main/{java => java-deprecated}/org/apache/http/nio/entity/ConsumingNHttpEntityTemplate.java (100%)
 rename httpcore-nio/src/main/{java => java-deprecated}/org/apache/http/nio/entity/ContentListener.java (100%)
 rename httpcore-nio/src/main/{java => java-deprecated}/org/apache/http/nio/entity/NHttpEntityWrapper.java (100%)
 rename httpcore-nio/src/main/{java => java-deprecated}/org/apache/http/nio/entity/SkipContentListener.java (100%)
 create mode 100644 httpcore-nio/src/test/java/org/apache/http/nio/integration/TestClientOutOfSequenceResponse.java

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



More information about the pkg-java-commits mailing list