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 2dbd960 Updated README to reflect latest state.
new 69e0fe7 Implement default timeouts for httpclient 4.x
new 4fcc38d Prevent NPE if agent is launched with no arguments
new a45edb6 Send back user-agent to help identify which requests come
through
new 7d419a5 Whitespace fix
new 6c64985 Documentation updates
new 6668540 Create a simple log abstraction
new 7e7dfe3 Rename 'Main' to 'HttpClientLauncher'
new 312771a Launcher cleanup
new 6523166 AgentIT: better handling of missing exception lines
new b9fcb9a Use a per-test-method instance of the mock server.
new 1b101fd Prevent NPE in test
The 11 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 | 21 +++-
url-connection-agent/pom.xml | 6 ++
.../main/java/org/apache/sling/uca/impl/Agent.java | 22 ++--
.../uca/impl/HttpClient3TimeoutTransformer.java | 13 ++-
...mer.java => HttpClient4TimeoutTransformer.java} | 40 +++++---
.../sling/uca/impl/JavaNetTimeoutTransformer.java | 16 +--
.../main/java/org/apache/sling/uca/impl/Log.java | 113 +++++++++++++++++++++
.../java/org/apache/sling/uca/impl/AgentIT.java | 60 +++++++----
.../impl/{Main.java => HttpClientLauncher.java} | 99 ++++++++++++++----
.../sling/uca/impl/MisbehavingServerExtension.java | 12 ++-
10 files changed, 318 insertions(+), 84 deletions(-)
copy
url-connection-agent/src/main/java/org/apache/sling/uca/impl/{HttpClient3TimeoutTransformer.java
=> HttpClient4TimeoutTransformer.java} (56%)
create mode 100644
url-connection-agent/src/main/java/org/apache/sling/uca/impl/Log.java
rename url-connection-agent/src/test/java/org/apache/sling/uca/impl/{Main.java
=> HttpClientLauncher.java} (55%)