[httpcomponents-core] 03/05: Merge tag 'upstream/4.3.3'

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat Oct 25 22:23:05 BST 2014


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

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

commit f8ad79e9b7c707d770d8627de29af6d51e0a1123
Merge: e508a2e 0655725
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sat Oct 25 22:56:50 2014 +0200

    Merge tag 'upstream/4.3.3'
    
    Upstream version 4.3.3

 RELEASE_NOTES.txt                                  |  32 ++++++
 httpcore-ab/pom.xml                                |   2 +-
 .../org/apache/http/benchmark/BenchmarkWorker.java |   2 +-
 .../org/apache/http/benchmark/HttpBenchmark.java   |   8 +-
 httpcore-nio/pom.xml                               |   2 +-
 .../apache/http/impl/nio/NHttpConnectionBase.java  |   1 -
 .../nio/reactor/AbstractMultiworkerIOReactor.java  |   6 +-
 .../nio/reactor/DefaultConnectingIOReactor.java    |   5 +-
 .../nio/entity/EntityAsyncContentProducer.java     |   5 +
 .../apache/http/nio/pool/AbstractNIOConnPool.java  |   5 +-
 .../apache/http/nio/pool/RouteSpecificPool.java    |   4 +-
 .../nio/protocol/AbstractAsyncRequestConsumer.java |  57 +++++------
 .../protocol/AbstractAsyncResponseConsumer.java    |  68 ++++++-------
 .../nio/protocol/BasicAsyncRequestConsumer.java    |   2 -
 .../nio/protocol/BasicAsyncRequestProducer.java    |  25 +++--
 .../nio/protocol/BasicAsyncResponseConsumer.java   |   2 -
 .../nio/protocol/BasicAsyncResponseProducer.java   |  20 ++--
 .../nio/protocol/HttpAsyncRequestExecutor.java     |  10 +-
 .../apache/http/nio/protocol/HttpAsyncService.java |   2 +-
 .../TestClientOutOfSequenceResponse.java           |   3 +-
 .../org/apache/http/nio/pool/TestNIOConnPool.java  |   6 +-
 .../http/nio/pool/TestRouteSpecificPool.java       |   4 +-
 .../protocol/TestBasicAsyncRequestProducer.java    |   5 +
 .../nio/protocol/TestHttpAsyncRequestExecutor.java |  19 +++-
 .../http/nio/protocol/TestHttpAsyncService.java    |   2 +-
 httpcore-osgi/pom.xml                              |   2 +-
 httpcore/pom.xml                                   |   2 +-
 .../main/java/org/apache/http/config/Registry.java |   2 +-
 .../org/apache/http/config/RegistryBuilder.java    |   2 +-
 .../org/apache/http/entity/AbstractHttpEntity.java |  26 +++++
 .../java/org/apache/http/entity/ContentType.java   |   2 +-
 .../org/apache/http/impl/BHttpConnectionBase.java  | 113 ++++++++++-----------
 .../apache/http/impl/pool/BasicConnFactory.java    |   2 +-
 .../org/apache/http/message/BasicHttpRequest.java  |   2 +-
 .../org/apache/http/message/BasicHttpResponse.java |  12 ++-
 .../apache/http/impl/TestBHttpConnectionBase.java  |   2 +-
 pom.xml                                            |  40 +++++++-
 37 files changed, 313 insertions(+), 191 deletions(-)

-- 
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