On Mon, May 8, 2017 at 3:16 PM, Marcel Reutegger <[email protected]> wrote: > Wouldn't it be easier if there was an inventory printer for JMX MBeans? That > way we wouldn't have to implement printers in various places for information > Oak already exposes.
There is one already but the problem is JMX rendering of composite data which is heavily used in our MBean is not very clean and rendered json has lots of noise. May be we use Inventory support for case where we need to expose structured data like index info. And then explore using the JMX Inventory support for simple MBeans > It also avoids the dependency to the Apache Felix inventory support. Note that dependency is purely optional Chetan Mehrotra
