Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: fba0897deccc1359cfd5f0d7fb6d49cc593002e1
https://github.com/xwiki/xwiki-platform/commit/fba0897deccc1359cfd5f0d7fb6d…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-06-02 (Mon, 02 Jun 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/DefaultSolrConfiguration.java
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
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-23240: Increase the default Solr indexing batch size
* Increase the default solr indexer batch size to 1000 documents and 10M
characters. This is because explicit commits in Solr are expensive.
Since XWIKI-20477, automatic soft commits already happen every 3
seconds, so updated documents will still be visible in search even
before we trigger an explicit commit.
* Remove parameter overrides from an integration test as it's not
necessary anymore.
(cherry picked from commit fd461b62fe2f4ca9df36d89f02c78e77412f970e)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: c8956e4ee415609da55fd6e408dfc2470417e53b
https://github.com/xwiki/xwiki-platform/commit/c8956e4ee415609da55fd6e408df…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-06-02 (Mon, 02 Jun 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/DefaultSolrConfiguration.java
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
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-23240: Increase the default Solr indexing batch size
* Increase the default solr indexer batch size to 1000 documents and 10M
characters. This is because explicit commits in Solr are expensive.
Since XWIKI-20477, automatic soft commits already happen every 3
seconds, so updated documents will still be visible in search even
before we trigger an explicit commit.
* Remove parameter overrides from an integration test as it's not
necessary anymore.
(cherry picked from commit fd461b62fe2f4ca9df36d89f02c78e77412f970e)
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: fd461b62fe2f4ca9df36d89f02c78e77412f970e
https://github.com/xwiki/xwiki-platform/commit/fd461b62fe2f4ca9df36d89f02c7…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-06-02 (Mon, 02 Jun 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/DefaultSolrConfiguration.java
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
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-23240: Increase the default Solr indexing batch size
* Increase the default solr indexer batch size to 1000 documents and 10M
characters. This is because explicit commits in Solr are expensive.
Since XWIKI-20477, automatic soft commits already happen every 3
seconds, so updated documents will still be visible in search even
before we trigger an explicit commit.
* Remove parameter overrides from an integration test as it's not
necessary anymore.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-blocknote
Home: https://github.com/xwiki/xwiki-platform
Commit: 7aeafcbfae2daa13a7d9f8981764189945610421
https://github.com/xwiki/xwiki-platform/commit/7aeafcbfae2daa13a7d9f8981764…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.test.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/authentication/DefaultAuthenticationManagerProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/authentication/XWikiAuthenticationManager.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/container.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/link/DefaultLinkSuggestServiceProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/link/XWikiLinkSuggestService.ts
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Add missing components.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/application-discussions
Commit: af28ab097b6e1efa47e47a155561fe05857f7531
https://github.com/xwiki-contrib/application-discussions/commit/af28ab097b6…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
M discussions-api/pom.xml
M discussions-default/pom.xml
M discussions-macro/pom.xml
M discussions-messagestream/discussions-messagestream-api/pom.xml
M discussions-messagestream/discussions-messagestream-ui/pom.xml
M discussions-messagestream/pom.xml
M discussions-rest/discussions-rest-api/pom.xml
M discussions-rest/discussions-rest-default/pom.xml
M discussions-rest/pom.xml
M discussions-server/pom.xml
M discussions-store/discussions-store-api/pom.xml
M discussions-store/discussions-store-default/pom.xml
M discussions-store/pom.xml
M discussions-test/discussions-test-pageobjects/pom.xml
M discussions-test/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-discussions/settings/notificat…