rishabhdaim opened a new pull request, #2939: URL: https://github.com/apache/jackrabbit-oak/pull/2939
## Summary - Remove `FT_EMBEDDED_VERIFICATION_OAK-10633` and the `set/getDocStoreEmbeddedVerificationFeature` builder API from the document store. - Embedded verification during Full GC is now controlled only via `embeddedVerificationEnabled` OSGi/builder configuration (default `true`), matching the existing `Configuration` property and `oak.documentstore.embeddedVerificationEnabled` framework property. - Clean up orphaned builder state, toggle-specific tests, and update `AGENTS.md` / module docs with migration guidance and clarified Utils Javadoc (config-only vs Full GC runtime toggle). ## Test plan - [x] `mvn test -pl oak-store-document -Dtest=UtilsTest#embeddedVerification*,MongoDocumentNodeStoreBuilderTest,RDBDocumentNodeStoreBuilderTest` - [ ] Full `mvn test -pl oak-store-document` in CI ## Migration notes Deployments that previously enabled embedded verification via `FT_EMBEDDED_VERIFICATION_OAK-10633` while keeping `embeddedVerificationEnabled=false` must set `embeddedVerificationEnabled=true` before upgrade. Default-on deployments are unchanged. Made with [Cursor](https://cursor.com) -- 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]
