[httpcomponents-client] branch master updated (7b801fa -> 7754967)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat Mar 8 13:00:12 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-client.

      from  7b801fa   Fix OSGi metadata
       new  f3cac17   Imported Upstream version 4.3.3
       new  7c4f481   Refreshed the patches
       new  9ca24f1   Removed the unused build dependency on libmaven-assembly-plugin-java
       new  7754967   Upload to unstable

The 4 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                                  | 33 +++++++-
 debian/changelog                                   |  9 ++-
 debian/control                                     |  4 +-
 debian/patches/00-fix_build.patch                  |  3 +-
 fluent-hc/pom.xml                                  |  2 +-
 .../http/client/fluent/FluentResponseHandling.java |  4 +-
 .../org/apache/http/client/fluent/Content.java     |  4 +-
 .../org/apache/http/client/fluent/Executor.java    |  7 +-
 .../client/fluent/InternalByteArrayEntity.java     | 94 +++++++++++-----------
 .../http/client/fluent/InternalFileEntity.java     | 65 +++++----------
 .../http/client/fluent/InternalHttpRequest.java    | 63 ++++++---------
 .../client/fluent/InternalInputStreamEntity.java   | 80 +++++++++---------
 .../org/apache/http/client/fluent/Request.java     | 78 ++++++++++--------
 .../org/apache/http/client/fluent/Response.java    | 14 +++-
 httpclient-cache/pom.xml                           |  2 +-
 .../http/impl/client/cache/CachingHttpClient.java  | 11 ++-
 .../apache/http/impl/client/cache/CachingExec.java |  7 +-
 .../org/apache/http/impl/client/cache/IOUtils.java | 13 +++
 .../impl/client/cache/ManagedHttpCacheStorage.java | 42 +++++-----
 .../client/cache/ResponseProtocolCompliance.java   |  3 +-
 .../impl/client/cache/ResponseProxyHandler.java    |  3 +-
 .../http/impl/client/cache/TestBasicHttpCache.java |  3 +-
 .../http/impl/client/cache/TestCachingExec.java    |  2 +-
 .../client/cache/TestHttpCacheJiraNumber1147.java  |  7 +-
 ...stStaleWhileRevalidationReleasesConnection.java |  8 +-
 httpclient-osgi/pom.xml                            |  2 +-
 httpclient/pom.xml                                 |  2 +-
 .../http/impl/client/DefaultRequestDirector.java   | 24 ++++--
 .../entity/LazyDecompressingInputStream.java       | 44 +++++++---
 .../client/SystemDefaultCredentialsProvider.java   | 31 +++++--
 .../impl/conn/HttpClientConnectionOperator.java    |  6 +-
 .../apache/http/impl/conn/LoggingInputStream.java  | 70 ++++++++++++----
 .../apache/http/impl/conn/LoggingOutputStream.java | 39 +++++++--
 .../main/java/org/apache/http/impl/conn/Wire.java  |  8 --
 .../org/apache/http/impl/execchain/RetryExec.java  | 18 ++++-
 .../execchain/ServiceUnavailableRetryExec.java     |  3 +
 httpmime/pom.xml                                   |  2 +-
 .../org/apache/http/entity/mime/FormBodyPart.java  | 24 ++++--
 .../apache/http/entity/mime/TestMultipartForm.java | 34 ++++++++
 pom.xml                                            | 11 ++-
 src/docbkx/caching.xml                             |  2 +-
 src/docbkx/fundamentals.xml                        |  3 +-
 42 files changed, 536 insertions(+), 348 deletions(-)
 copy httpclient-cache/src/main/java/org/apache/http/impl/client/cache/CombinedEntity.java => fluent-hc/src/main/java/org/apache/http/client/fluent/InternalByteArrayEntity.java (53%)
 copy httpclient-cache/src/main/java/org/apache/http/impl/client/cache/CombinedEntity.java => fluent-hc/src/main/java/org/apache/http/client/fluent/InternalFileEntity.java (60%)
 copy httpclient/src/main/java/org/apache/http/client/methods/HttpRequestBase.java => fluent-hc/src/main/java/org/apache/http/client/fluent/InternalHttpRequest.java (72%)
 copy httpclient-cache/src/main/java/org/apache/http/impl/client/cache/CombinedEntity.java => fluent-hc/src/main/java/org/apache/http/client/fluent/InternalInputStreamEntity.java (57%)

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



More information about the pkg-java-commits mailing list