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