Hi, On Wed, Dec 4, 2019 at 2:48 PM Carsten Ziegeler <[email protected]> wrote: > Am 04.12.2019 um 14:42 schrieb Bertrand Delacretaz: > >... org.apache.sling.servlets.resolver;strict.mode.support:Version=1.0.0 > > > >... >osgi.extender;osgi.extender="org.apache.sling.servlets.resolver";version:Version="1.1"
Your variant is simpler indeed, just increment the servlets.resolver version capability. > ...I think, what we can do is provide a new version of the sling servlet > annotations which provide the new mode property. And if these > annotations are used, we require version 1.1 of the capability... Makes sense - it won't cover cases where people set the service properties without using the annotations, but in such a case it's fair to expect them to also set the Require-Capability accordingly. Thanks for your input, I think I'm all set for now! -Bertrand
