Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 67b865fbb2f3b039362431fe101f39618dccc428
https://github.com/xwiki/xwiki-platform/commit/67b865fbb2f3b039362431fe101f…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-11-05 (Tue, 05 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-test/xwiki-platform-search-test-docker/src/test/it/org/xwiki/search/test/ui/SolrIndexerIT.java
Log Message:
-----------
XWIKI-22605: Solr re-indexes many documents after restarting on PostgreSQL
* Remove the emoji from the test as it causes a test failure on
MySQL 8.4. While it would be good to test with an emoji, the emoji
didn't cause any actual differences in test executions so far and thus
doesn't seem worth the hassle of making sure we don't use it on MySQL
8.4.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: b20e06d9d808bd63d5c74ed2ab71a83aa4d7a036
https://github.com/xwiki/xwiki-platform/commit/b20e06d9d808bd63d5c74ed2ab71…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-11-05 (Tue, 05 Nov 2024)
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/DatabaseDocumentIterator.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/job/DatabaseDocumentIteratorTest.java
Log Message:
-----------
XWIKI-22633: Documents with translations are re-indexed on start of XWiki with Oracle database
* Explicitly sort nulls first in the database query to match the
behavior of Solr and other databases.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications