jmxtrans / embedded-jmxtrans

In process JMX metrics exporter.
MIT License
82 stars 37 forks source link

Export package org.jmxtrans.embedded.output #124

Closed osx2000 closed 8 years ago

osx2000 commented 8 years ago

I need to implement a CustomOutputWrite extends AbstractOutputWriter implements OutputWriter. This does not currently work in an OSGi-context, because the package org.jmxtrans.embedded.output is not exported, and AbstractOutputWriter and OutputWriter can't be loaded. This change should fix that.