> 1. Deprecate the method instead of removing it > The added method was part of 1.7.1 and is gone by 1.7.2. Deprecating seems overkill to me from that pov.
> 2. Or better specify comparisonVersion to 1.6 via [1] > I like this idea ... although, it probably adds complexity while branching new version (whenever we'd have 1.9.*... someone would have to remember to bump base version to 1.8) > [1] > http://felix.apache.org/components/bundle-plugin/baseline-mojo.html#comparisonVersion That said, is it fair to expect clients bumping to major version of oak AND depend on o.a.j.o.api.jmx AND not have compile their own bundles against the upgraded version? Thanks, Vikas
