Hi Team, With OAK-5074 the async indexing setup has been changed for OSGi env. With this applications running Oak in OSGi env should not be configuring async indexing via 'Oak#withAsyncIndexing' . Instead they should configure OSGi component 'org.apache.jackrabbit.oak.plugins.index.AsyncIndexerService'
------ asyncConfigs=[ \ "async:5", \ ] leaseTimeOutMinutes=I"15" ------ AsyncIndexerService OSGi component would REQUIRE an explicit config to enable async indexing. The OSGi way of configuration is required for further enhancements in this area. Please provide your feedback! Chetan Mehrotra
