Skip to content

embedded-jmxtrans-1.0.15

Compare
Choose a tag to compare
@cyrille-leclerc cyrille-leclerc released this 13 May 17:46
· 85 commits to master since this release
  • Add protocol UDP for GraphiteWriter thanks to @jaylemur
  • Add StatsDWriter thanks to @gmcoringa
  • Replace commons-pool:commons-pool:1.6 by org.apache.commons-pool2:2.3
  • Improvement of the shutdown hook thanks to @YannRobert
  • Add default constructor to class EmbeddedJmxTransFactory. in order to avoid NoSuchMethodException: org.jmxtrans.embedded.spring.EmbeddedJmxTransFactory.<init>() thrown in some case by Spring's SimpleInstantiationStrategy thanks to @YannRobert