bhabegger commented on PR #2938: URL: https://github.com/apache/jackrabbit-oak/pull/2938#issuecomment-4659652332
[AI] Added feature toggle `FT_OAK-12244` (kill switch `FT_OAK_12244_DISABLE`, default `false`) following the same pattern as `FT_OAK-12193`: - **`FulltextIndexEditor`**: declares the toggle name and `AtomicBoolean` kill switch; the mixin-transition logic in `leave()` is now guarded by `!FT_OAK_12244_DISABLE.get()`; when disabled, pre-OAK-12244 behavior is used. - **`LuceneIndexProviderService`**: registers the toggle with the OSGi whiteboard. - **`LuceneIndexEditor2Test`**: two new tests verify that mixin-add and mixin-remove do **not** trigger index changes when the toggle is disabled. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
