You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/06/12 16:13:21 UTC

[sling-whiteboard] branch feature/http-timeout-okhttp updated (55d6fab -> e916668)

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a change to branch feature/http-timeout-okhttp
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git.


    from 55d6fab  Added support for okhttp
     add d6dbd9e  Simplify output parsing logic
     add 715bba3  Simplify classpath building for ITs
     add d062d65  Simplify handling of client type specifics in the AgentIT
     add 552426c  Explicitly look for the default contructors when needed instead of relying on the declaration order.
     add f23fd14  Only print headers in case of success
     add e916668  Correct usage examples in README

No new revisions were added by this update.

Summary of changes:
 url-connection-agent/README.md                     |   8 +-
 .../uca/impl/HttpClient4TimeoutTransformer.java    |   3 +-
 .../sling/uca/impl/OkHttpTimeoutTransformer.java   |   3 +-
 .../java/org/apache/sling/uca/impl/AgentIT.java    | 102 ++++++++++++---------
 .../apache/sling/uca/impl/HttpClientLauncher.java  |  32 ++-----
 5 files changed, 72 insertions(+), 76 deletions(-)