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 114c751  [r2f] added initial prototype (not working) implementation of 
the InventoryPrinter which serializes the basic & runtime
     new 67715fb  Expose runtime information through JMX
     new d4c66f0  Add a support class for JMX
     new c871005  Simplify child classes by passing a CtClass instance instead 
of a class name

The 3 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:
 .../main/java/org/apache/sling/uca/impl/Agent.java | 28 ++++++--
 .../java/org/apache/sling/uca/impl/AgentInfo.java  | 77 ++++++++++++++++++++++
 .../org/apache/sling/uca/impl/AgentInfoMBean.java} | 31 +++++++--
 .../uca/impl/HttpClient3TimeoutTransformer.java    | 51 ++++++--------
 .../uca/impl/HttpClient4TimeoutTransformer.java    |  6 +-
 .../sling/uca/impl/JavaNetTimeoutTransformer.java  | 51 ++++----------
 .../uca/impl/MBeanAwareTimeoutTransformer.java     | 75 +++++++++++++++++++++
 .../sling/uca/impl/OkHttpTimeoutTransformer.java   |  4 +-
 ...pdateFieldsInConstructorTimeoutTransformer.java | 52 ++++++---------
 .../uca/impl/JaveNetTimeoutTransformerTest.java    | 51 --------------
 10 files changed, 256 insertions(+), 170 deletions(-)
 create mode 100644 
url-connection-agent/src/main/java/org/apache/sling/uca/impl/AgentInfo.java
 copy 
url-connection-agent/src/{test/java/org/apache/sling/uca/impl/MisbehavingServerControl.java
 => main/java/org/apache/sling/uca/impl/AgentInfoMBean.java} (54%)
 create mode 100644 
url-connection-agent/src/main/java/org/apache/sling/uca/impl/MBeanAwareTimeoutTransformer.java
 delete mode 100644 
url-connection-agent/src/test/java/org/apache/sling/uca/impl/JaveNetTimeoutTransformerTest.java

Reply via email to