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/19 12:36:17 UTC

[sling-org-apache-sling-connection-timeout-agent] branch master created (now 423992b)

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-org-apache-sling-connection-timeout-agent.git.


      at 423992b  Add repo boilerplate files

This branch includes the following new commits:

     new eef266d  POC for a Java Agent to set URL connection timeout defaults
     new c86f61b  POC for a Java Agent to set URL connection timeout defaults
     new d18dd2b  POC for a Java Agent to set URL connection timeout defaults
     new 4a83357  POC for a Java Agent to set URL connection timeout defaults
     new 2571576  Added README
     new 7feaf9f  POC for a Java Agent to set URL connection timeout defaults
     new 48d6c50  POC for a Java Agent to set URL connection timeout defaults
     new bed3a1b  Some work on integration tests
     new e1afdd0  Migrate to Junit 5 for more fine-grained timeouts and exception checks.
     new 04543cd  Provisional integration tests, currently setting the timeouts manually
     new f7aec29  Cleanups in tests
     new 863674c  Allow accessing server as an instance field and stop hardcoding the local port.
     new 6ec21b2  Improved test support classes naming and documentation
     new e391835  Removed unused dependencies
     new 490894e  Stubbed out a wait to launch external processes
     new c043625  Add missing license header
     new 7963da2  Use Maven central for connect timeout tests. Accessing sling.apache.org failed with a 'connection refused' error on Jenkins, presumably since builds.apache.org has direct access to other apache.org servers.
     new ac5a2b1  Converted IntegrationTest to a proper IT
     new 94c47b9  Move launcher out of the jar
     new 5df3889  Prepared testing infrastructure for multiple client implementations
     new ad5d19a  Prepare tests for running against multiple client types
     new 17f35df  Implement default timeouts for httpclient 3.x
     new 0b3cb1e  Updated README to reflect latest state.
     new d783f84  Implement default timeouts for httpclient 4.x
     new eb8e055  Prevent NPE if agent is launched with no arguments
     new 551302d  Send back user-agent to help identify which requests come through
     new 80087b9  Whitespace fix
     new de18b1d  Documentation updates
     new 0d402b7  Create a simple log abstraction
     new 74b287e  Rename 'Main' to 'HttpClientLauncher'
     new d2e7f54  Launcher cleanup
     new 2fec67d  AgentIT: better handling of missing exception lines
     new 5e1ea0e  Use a per-test-method instance of the mock server.
     new 19ba7b2  Prevent NPE in test
     new 57193e2  Added support for okhttp
     new f0c0fcc  Simplify output parsing logic
     new c0830aa  Simplify classpath building for ITs
     new 138a516  Simplify handling of client type specifics in the AgentIT
     new a465102  Explicitly look for the default contructors when needed instead of relying on the declaration order.
     new b991df1  Only print headers in case of success
     new 9650498  Correct usage examples in README
     new 341c063  Reduced duplication in the transformer implementations
     new e5ec2f8  Expose runtime information through JMX
     new fbf528d  Add a support class for JMX
     new 1877666  Simplify child classes by passing a CtClass instance instead of a class name
     new 8f68467  Include OK HTTP in the README
     new 365e952  Update artifactId
     new 584e08a  Remove Agent-Class from manifest
     new fd2b6fa  Tweak comments in pom.xml
     new d1979c2  Minor test cleanups
     new f6443c5  Add support for setting timeouts using the client API in HttpClientLauncher
     new a1eaf70  Add tests for client-api enforced timeouts
     new ffbce43  Improve logging in HttpClientLauncher
     new 8a92ee1  Move classes and methods out of AgentIT to make it simpler to understand
     new 4f570ca  Add a set of positive tests
     new e3dfec5  Increase execution timeout to make Jenkins failures less likely
     new 423992b  Add repo boilerplate files

The 57 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.