This is an automated email from the ASF dual-hosted git repository.
rombert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git.
from 1b101fd Prevent NPE in test
new 19a195b Added support for okhttp
new c45de91 Simplify output parsing logic
new a32efe6 Simplify classpath building for ITs
new c21af56 Simplify handling of client type specifics in the AgentIT
new 1a63417 Explicitly look for the default contructors when needed
instead of relying on the declaration order.
new 7ad74c4 Only print headers in case of success
new 2536515 Correct usage examples in README
new a75f55a Reduced duplication in the transformer implementations
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
url-connection-agent/README.md | 8 +-
url-connection-agent/pom.xml | 6 ++
.../main/java/org/apache/sling/uca/impl/Agent.java | 3 +-
.../uca/impl/HttpClient4TimeoutTransformer.java | 46 +----------
.../sling/uca/impl/OkHttpTimeoutTransformer.java} | 23 ++++--
...dateFieldsInConstructorTimeoutTransformer.java} | 35 ++++----
.../java/org/apache/sling/uca/impl/AgentIT.java | 95 +++++++++++++---------
.../apache/sling/uca/impl/HttpClientLauncher.java | 53 ++++++------
8 files changed, 132 insertions(+), 137 deletions(-)
copy
url-connection-agent/src/{test/java/org/apache/sling/uca/impl/MisbehavingServerControl.java
=> main/java/org/apache/sling/uca/impl/OkHttpTimeoutTransformer.java} (54%)
copy
url-connection-agent/src/main/java/org/apache/sling/uca/impl/{HttpClient4TimeoutTransformer.java
=> UpdateFieldsInConstructorTimeoutTransformer.java} (67%)