Changes committed to git://git.pcp.io/nathans/parfait.git master
Nathan Scott (3):
Allow an MBeanServerConnection to be set instead of assuming local
Fix a harmless typo in a parfait-core code comment
Switch to using the more recent released unit-api/unit-ri version
parfait-agent/src/main/resources/proxy.xml
| 58 ++++++++++
parfait-core/src/main/java/io/pcp/parfait/MonitorableRegistry.java
| 2
parfait-core/src/test/java/io/pcp/parfait/timing/LoggerSinkTest.java
| 9 +
parfait-jmx/src/main/java/io/pcp/parfait/jmx/MonitoredMBeanAttributeFactory.java
| 37 ++++--
parfait-jmx/src/test/java/io/pcp/parfait/jmx/MonitoredMBeanAttributeFactoryTest.java
| 6 -
pom.xml
| 8 -
6 files changed, 98 insertions(+), 22 deletions(-)
commit d98dd22bdcf4a529a8f23b9963b0311739a3ea12
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Jun 3 17:02:26 2016 +1000
Switch to using the more recent released unit-api/unit-ri version
Previously I had been using snapshot builds for these components.
Also, drop an unresolvable historical maven repository reference,
as it was not helping and slowing the build down.
commit d10bf5eebbf45fe030af8e8e88d7b7d855fb84ec
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Jun 3 16:58:45 2016 +1000
Fix a harmless typo in a parfait-core code comment
commit 1857f1513886cf8da7ae6cdb2ae4e5c779388d5a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Jun 3 16:58:01 2016 +1000
Allow an MBeanServerConnection to be set instead of assuming local
Groundwork needed for new proxying mode of the parfait-agent code.
|