[httpcomponents-core] branch master updated (bd287f9 -> 1d2d3d2)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat Oct 25 22:23:04 BST 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  bd287f9   Upload to unstable
       new  75809b8   Standards-Version updated to 3.9.6
       new  e508a2e   Shorter Vcs-Browser URL
      adds  0655725   Imported Upstream version 4.3.3
       new  f8ad79e   Merge tag 'upstream/4.3.3'
       new  10a03ed   New upstream release (4.3.3)
       new  1d2d3d2   Ignore the apache-rat-plugin

The 5 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:
 RELEASE_NOTES.txt                                  |  32 ++++++
 debian/changelog                                   |   8 ++
 debian/control                                     |   4 +-
 debian/maven.ignoreRules                           |   1 +
 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 +++++++-
 40 files changed, 324 insertions(+), 193 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