[httpcomponents-core] branch master updated (9925a12 -> 7cf52d9)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Oct 2 20:35:38 UTC 2015
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 9925a12 New upstream release (4.4.1)
adds 5a8e281 Imported Upstream version 4.4.3
new 524cb1d Merge tag 'upstream/4.4.3'
new ecaa9da Refreshed the patch
new 7cf52d9 Upload to unstable
The 3 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 | 34 ++
debian/changelog | 7 +
debian/patches/01-generate_osgi_metadata.patch | 12 +-
httpcore-ab/pom.xml | 2 +-
httpcore-nio/pom.xml | 2 +-
.../impl/nio/DefaultNHttpClientConnection.java | 5 +-
.../impl/nio/DefaultNHttpServerConnection.java | 2 +-
.../nio/protocol/HttpAsyncRequestExecutor.java | 5 +-
.../impl/nio/TestDefaultNHttpClientConnection.java | 5 -
.../impl/nio/reactor/TestDefaultIOReactors.java | 394 ---------------------
.../apache/http/nio/integration/TestCustomSSL.java | 19 +-
.../TestHttpAsyncHandlerCancellable.java | 14 +-
.../nio/integration/TestHttpAsyncHandlers.java | 116 +++---
.../TestHttpAsyncHandlersPipelining.java | 63 +---
.../TestHttpAsyncPrematureTermination.java | 26 +-
...AsyncTimeout.java => TestHttpAsyncTimeout.java} | 25 +-
.../nio/integration/TestServerSidePipelining.java | 29 +-
.../http/nio/integration/TestTruncatedChunks.java | 16 +-
.../nio/protocol/TestHttpAsyncRequestExecutor.java | 1 +
.../apache/http/nio/testserver/HttpClientNio.java | 66 ++--
.../http/nio/testserver/HttpCoreNIOTestBase.java | 5 +-
.../apache/http/nio/testserver/HttpServerNio.java | 188 ++++------
.../SimpleIOReactorExceptionHandler.java | 50 ---
httpcore-osgi/pom.xml | 144 +++++++-
.../org/apache/http/osgi/ActuallyConnectIT.java | 31 +-
.../java/org/apache/http/osgi/AnnotationIT.java | 27 +-
.../src/test/java/org/apache/http/osgi/Common.java | 106 ++++++
.../java/org/apache/http/osgi/ConcurrentIT.java | 33 +-
httpcore-osgi/src/test/resources/logback.xml | 36 ++
httpcore/pom.xml | 51 ++-
.../org/apache/http/impl/BHttpConnectionBase.java | 6 +-
.../http/impl/DefaultConnectionReuseStrategy.java | 14 +-
.../java/org/apache/http/message/HeaderGroup.java | 10 +-
.../org/apache/http/ssl/TestSSLContextBuilder.java | 4 +-
.../org/apache/http/testserver/HttpClient.java | 13 +-
pom.xml | 8 +-
36 files changed, 673 insertions(+), 896 deletions(-)
delete mode 100644 httpcore-nio/src/test/java/org/apache/http/impl/nio/reactor/TestDefaultIOReactors.java
rename httpcore-nio/src/test/java/org/apache/http/nio/integration/{TestHttpsAsyncTimeout.java => TestHttpAsyncTimeout.java} (86%)
delete mode 100644 httpcore-nio/src/test/java/org/apache/http/nio/testserver/SimpleIOReactorExceptionHandler.java
copy httpcore/src/main/java/org/apache/http/ConnectionClosedException.java => httpcore-osgi/src/test/java/org/apache/http/osgi/ActuallyConnectIT.java (67%)
copy httpcore-nio/src/main/java/org/apache/http/nio/util/BufferInfo.java => httpcore-osgi/src/test/java/org/apache/http/osgi/AnnotationIT.java (79%)
create mode 100644 httpcore-osgi/src/test/java/org/apache/http/osgi/Common.java
copy httpcore/src/test/java/org/apache/http/config/TestRegistry.java => httpcore-osgi/src/test/java/org/apache/http/osgi/ConcurrentIT.java (67%)
create mode 100644 httpcore-osgi/src/test/resources/logback.xml
--
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