On Mon, Jun 12, 2017 at 6:13 PM, <[email protected]> wrote: > -@Version("4.6.0") > +@Version("5.0.0") > @Export(optional = "provide:=true") > package org.apache.jackrabbit.oak.api.jmx;
This would cause potential issue for the clients as this package is meant to be used by user of Oak as an API. I know that newly removed method is not yet part of stable release but then we had a unstable release with new method. I see 2 options 1. Deprecate the method instead of removing it 2. Or better specify comparisonVersion to 1.6 via [1] Chetan Mehrotra [1] http://felix.apache.org/components/bundle-plugin/baseline-mojo.html#comparisonVersion
