Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 312d5dd7f3f14f63be2e16ebd4a39db7140d909c https://github.com/xwiki/xwiki-platform/commit/312d5dd7f3f14f63be2e16ebd4a39... Author: Michael Hamann <[email protected]> Date: 2025-05-09 (Fri, 09 May 2025) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/job/IndexerJob.java A xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/job/IndexerJobTest.java Log Message: ----------- XWIKI-23188: Race condition in Solr index synchronization can delete existing documents from the index (#4139) * Double-check that a document actually doesn't exist anymore before requesting its deletion from the index. * Add a unit test for IndexerJob. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications