Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/jira
Commit: ba33aa28a901e7dccc7f6e4c9f95baab86fd57a7
https://github.com/xwiki-contrib/jira/commit/ba33aa28a901e7dccc7f6e4c9f95ba…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-11-18 (Tue, 18 Nov 2025)
Changed paths:
M jira-api/pom.xml
M jira-ckeditor/jira-ckeditor-ui/pom.xml
M jira-ckeditor/pom.xml
M jira-config/jira-config-api/pom.xml
M jira-config/jira-config-platform/pom.xml
M jira-config/jira-config-ui/pom.xml
M jira-config/pom.xml
M jira-macro/jira-macro-charts/pom.xml
M jira-macro/jira-macro-common/pom.xml
M jira-macro/jira-macro-count/pom.xml
M jira-macro/jira-macro-default/pom.xml
M jira-macro/jira-macro-platform/pom.xml
M jira-macro/pom.xml
M jira-test/jira-test-docker/pom.xml
M jira-test/jira-test-pageobjects/pom.xml
M jira-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/jira/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/jira
Commit: 9f618f993d887c4172da1076678507a1c3769fae
https://github.com/xwiki-contrib/jira/commit/9f618f993d887c4172da1076678507…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-11-18 (Tue, 18 Nov 2025)
Changed paths:
M jira-api/pom.xml
M jira-ckeditor/jira-ckeditor-ui/pom.xml
M jira-ckeditor/pom.xml
M jira-config/jira-config-api/pom.xml
M jira-config/jira-config-platform/pom.xml
M jira-config/jira-config-ui/pom.xml
M jira-config/pom.xml
M jira-macro/jira-macro-charts/pom.xml
M jira-macro/jira-macro-common/pom.xml
M jira-macro/jira-macro-count/pom.xml
M jira-macro/jira-macro-default/pom.xml
M jira-macro/jira-macro-platform/pom.xml
M jira-macro/pom.xml
M jira-test/jira-test-docker/pom.xml
M jira-test/jira-test-pageobjects/pom.xml
M jira-test/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release jira-11.1.2
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/jira/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 8bc1077d5c2d07dbdf6bc621cebfdc076082a61d
https://github.com/xwiki/xwiki-platform/commit/8bc1077d5c2d07dbdf6bc621cebf…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-11-18 (Tue, 18 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/main/resources/chrome.json
Log Message:
-----------
XWIKI-23703: PDF export using the headless Chrome Docker container doesn't work anymore
* Keep only the system calls that are needed.
Commit: 44c04e68a97238c8e233aaa31a78473370b9c229
https://github.com/xwiki/xwiki-platform/commit/44c04e68a97238c8e233aaa31a78…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-11-18 (Tue, 18 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/PDFExportConfiguration.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/pom.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/main/java/org/xwiki/export/pdf/internal/DefaultPDFExportConfiguration.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/main/java/org/xwiki/export/pdf/internal/chrome/ChromeManager.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/main/java/org/xwiki/export/pdf/internal/chrome/ChromeManagerManager.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/main/java/org/xwiki/export/pdf/internal/chrome/ChromeTab.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/main/java/org/xwiki/export/pdf/internal/chrome/PageReadyPromise.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/main/java/org/xwiki/export/pdf/internal/docker/ContainerManager.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/test/java/org/xwiki/export/pdf/internal/chrome/ChromeManagerManagerTest.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/test/java/org/xwiki/export/pdf/internal/chrome/ChromeManagerTest.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/test/java/org/xwiki/export/pdf/internal/chrome/ChromeTabTest.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/test/java/org/xwiki/export/pdf/internal/docker/ContainerManagerTest.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/src/main/resources/PDFExportIT/FloatingImage.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/src/main/resources/PDFExportIT/Parent/WebHome.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-docker/src/test/it/org/xwiki/export/pdf/test/ui/PDFExportIT.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-pageobjects/src/main/java/org/xwiki/export/pdf/test/po/PDFDocument.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-ui/src/main/resources/XWiki/PDFExport/Sheet.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-ui/src/main/resources/XWiki/PDFExport/Template.xml
Log Message:
-----------
XWIKI-23728: Use a more recent version of headless Chrome for PDF export
* Use a different Docker image
* Setup a proxy inside the Docker container running the headless Chrome, in order to overcome Chrome's security restrictions
* Upgrade the Chrome DevTools Protocol (CDT) client version in order to be able to communicate with recent versions of Chrome
* Enable the creation of PDF outline (bookmarks)
* Add PO and extend existing test to verify the generation of PDF outline
* Enable the creation of accessible (tagged) PDFs
* Fix / Update tests
* Make sure Paged.js is executed after we register our custom handlers (strangely, it wasn't the case before...)
* Prepare for Paged.js 5.x by restoring the Array prototype (modified by Prototype.js) before running Paged.js
Commit: b28a68747d31f4e099c69ba244b985cab99b7ee8
https://github.com/xwiki/xwiki-platform/commit/b28a68747d31f4e099c69ba244b9…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-11-18 (Tue, 18 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-docker/src/test/it/org/xwiki/export/pdf/test/ui/PDFExportIT.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-ui/src/main/resources/XWiki/PDFExport/Sheet.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-ui/src/main/resources/XWiki/PDFExport/Template.xml
Log Message:
-----------
XWIKI-20728 : Tables with rowspan get mangled during PDF export if PDF header/footer is enabled
* Temporary workaround until Paged.js improves table rendering: replace colspan and rowspan with actual table cells.
* Update existing table-related tests
* Add new test
XWIKI-23695: Limit how low the table cell width can go while exporting to PDF
* Enforce a minimum width for table cells / columns and auto-scale down tables that overflow the print page width by first reducing the font size and then applying a CSS transformation.
* Wrap long monospace text on multiple lines (as we do with long lines from code macro calls); this is often used to format long file paths that are otherwise cut of the PDF.
* Prevent floating to leak from one wiki page to the next.
* Add test
Commit: 4cb1d37fb9022bd1194e6919e4b6bd5e592f6154
https://github.com/xwiki/xwiki-platform/commit/4cb1d37fb9022bd1194e6919e4b6…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-11-18 (Tue, 18 Nov 2025)
Changed paths:
A xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/src/main/resources/PDFExportIT/AutoScaleTable.xml
A xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/src/main/resources/PDFExportIT/SmallTableWithColAndRowSpan.xml
Log Message:
-----------
XWIKI-20728 : Tables with rowspan get mangled during PDF export if PDF header/footer is enabled
XWIKI-23695: Limit how low the table cell width can go while exporting to PDF
* Add test content pages.
Compare: https://github.com/xwiki/xwiki-platform/compare/13e29c17425a...4cb1d37fb902
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: 038f8e8c2f64b2e007362cd321f5d512d0023b26
https://github.com/xwiki/xwiki-platform/commit/038f8e8c2f64b2e007362cd321f5…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-11-18 (Tue, 18 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-node/pom.xml
M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/.gitignore
M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/package.json
A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/playwright/index.html
A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/playwright/index.tsx
Log Message:
-----------
XWIKI-23699: Move packages related to blocknote from Cristal
- Install npm as it is required for some packages
- Add missing folder required for blocknote-react test
- Install playwright before running the blocknote-react tests
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.10.x
Home: https://github.com/xwiki/xwiki-commons
Commit: ca058d624a2e10e22367e27ccade1bda73e13801
https://github.com/xwiki/xwiki-commons/commit/ca058d624a2e10e22367e27ccade1…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-11-18 (Tue, 18 Nov 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-store/xwiki-commons-store-blob/xwiki-commons-store-blob-api/src/main/java/org/xwiki/store/blob/BlobPath.java
M xwiki-commons-core/xwiki-commons-store/xwiki-commons-store-blob/xwiki-commons-store-blob-api/src/test/java/org/xwiki/store/blob/BlobPathTest.java
Log Message:
-----------
[Misc] Simplify BlobPath factory methods
This shouldn't influence any actual usage of those methods but makes the factory methods much simpler.
(cherry picked from commit 7fcbe4b36f0d850afc0da535a9f3d6980967f464)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: 7fcbe4b36f0d850afc0da535a9f3d6980967f464
https://github.com/xwiki/xwiki-commons/commit/7fcbe4b36f0d850afc0da535a9f3d…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-11-18 (Tue, 18 Nov 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-store/xwiki-commons-store-blob/xwiki-commons-store-blob-api/src/main/java/org/xwiki/store/blob/BlobPath.java
M xwiki-commons-core/xwiki-commons-store/xwiki-commons-store-blob/xwiki-commons-store-blob-api/src/test/java/org/xwiki/store/blob/BlobPathTest.java
Log Message:
-----------
[Misc] Simplify BlobPath factory methods
This shouldn't influence any actual usage of those methods but makes the factory methods much simpler.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-0.24.x
Home: https://github.com/xwiki-contrib/cristal
Commit: 2bce72482efbd0679eb182b0ffb75a9ef0f4a624
https://github.com/xwiki-contrib/cristal/commit/2bce72482efbd0679eb182b0ffb…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-11-18 (Tue, 18 Nov 2025)
Changed paths:
M api/package.json
M authentication-server/package.json
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/package.json
M core/configuration/configuration-api/package.json
M core/configuration/configuration-web/package.json
M core/date/date-api/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/fn-utils/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/icons/package.json
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/macros/macros-api/package.json
M core/macros/macros-ast-html-converter/package.json
M core/macros/macros-ast-react-jsx/package.json
M core/macros/macros-service/package.json
M core/messages/messages-macros/package.json
M core/model/model-api/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/page/page-api/package.json
M core/page/page-default/package.json
M core/rename/rename-api/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/settings/settings-api/package.json
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/package.json
M core/settings/settings-default/package.json
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/package.json
M core/uniast/uniast-api/package.json
M core/uniast/uniast-html/package.json
M core/uniast/uniast-markdown/package.json
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-default/package.json
M core/xwiki/xwiki-macros/package.json
M core/xwiki/xwiki-ui/package.json
M core/xwiki/xwiki-utils/package.json
M dev/config/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote-react/package.json
M editors/blocknote/package.json
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/main/package.json
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/settings/settings-main/package.json
M electron/settings/settings-preload/package.json
M electron/settings/settings-renderer/package.json
M electron/state/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M realtime/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M utils/inversify/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Update to version 0.24.0
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 0dcecef71665e74033b10145c0391779bd96a3e0
https://github.com/xwiki-contrib/cristal/commit/0dcecef71665e74033b10145c03…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-11-18 (Tue, 18 Nov 2025)
Changed paths:
M api/package.json
M authentication-server/package.json
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/package.json
M core/configuration/configuration-api/package.json
M core/configuration/configuration-web/package.json
M core/date/date-api/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/fn-utils/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/icons/package.json
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/macros/macros-api/package.json
M core/macros/macros-ast-html-converter/package.json
M core/macros/macros-ast-react-jsx/package.json
M core/macros/macros-service/package.json
M core/messages/messages-macros/package.json
M core/model/model-api/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/page/page-api/package.json
M core/page/page-default/package.json
M core/rename/rename-api/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/settings/settings-api/package.json
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/package.json
M core/settings/settings-default/package.json
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/package.json
M core/uniast/uniast-api/package.json
M core/uniast/uniast-html/package.json
M core/uniast/uniast-markdown/package.json
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-default/package.json
M core/xwiki/xwiki-macros/package.json
M core/xwiki/xwiki-ui/package.json
M core/xwiki/xwiki-utils/package.json
M dev/config/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote-react/package.json
M editors/blocknote/package.json
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/main/package.json
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/settings/settings-main/package.json
M electron/settings/settings-preload/package.json
M electron/settings/settings-renderer/package.json
M electron/state/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M realtime/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M utils/inversify/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Update to version 0.25-rc-1
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/stable-0.24.x
Home: https://github.com/xwiki-contrib/cristal
Commit: 1cec8c98cde0a4ab4d14705268b6488fee3b2071
https://github.com/xwiki-contrib/cristal/commit/1cec8c98cde0a4ab4d14705268b…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-11-18 (Tue, 18 Nov 2025)
Changed paths:
M api/package.json
M authentication-server/package.json
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/package.json
M core/configuration/configuration-api/package.json
M core/configuration/configuration-web/package.json
M core/date/date-api/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/fn-utils/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/icons/package.json
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/macros/macros-api/package.json
M core/macros/macros-ast-html-converter/package.json
M core/macros/macros-ast-react-jsx/package.json
M core/macros/macros-service/package.json
M core/messages/messages-macros/package.json
M core/model/model-api/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/page/page-api/package.json
M core/page/page-default/package.json
M core/rename/rename-api/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/settings/settings-api/package.json
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/package.json
M core/settings/settings-default/package.json
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/package.json
M core/uniast/uniast-api/package.json
M core/uniast/uniast-html/package.json
M core/uniast/uniast-markdown/package.json
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-default/package.json
M core/xwiki/xwiki-macros/package.json
M core/xwiki/xwiki-ui/package.json
M core/xwiki/xwiki-utils/package.json
M dev/config/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote-react/package.json
M editors/blocknote/package.json
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/main/package.json
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/settings/settings-main/package.json
M electron/settings/settings-preload/package.json
M electron/settings/settings-renderer/package.json
M electron/state/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M realtime/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M utils/inversify/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Update to version 0.24.0-rc-1
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/xwiki-helm
Commit: 2c9ef18a46c7b8a8cdb5861fd81f581e910567e8
https://github.com/xwiki-contrib/xwiki-helm/commit/2c9ef18a46c7b8a8cdb5861f…
Author: eMagiz <b.elzinga(a)capegroep.nl>
Date: 2025-11-17 (Mon, 17 Nov 2025)
Changed paths:
M charts/xwiki/templates/xwiki.yaml
M charts/xwiki/values.yaml
Log Message:
-----------
HELM-105 Provide support for pod annotations (#46)
* Add support for pod annotations in the helm chart
* Change indentation to render correctly
* Update charts/xwiki/templates/xwiki.yaml
Co-authored-by: Sven-Erik Schmidt <118816014+sveneschmidt(a)users.noreply.github.com>
* Update Chart.yaml
---------
Co-authored-by: Omar Gadelmawla <o.gadelmawla(a)emagiz.com>
Co-authored-by: sautner <12866519+gsautner(a)users.noreply.github.com>
Co-authored-by: Sven-Erik Schmidt <118816014+sveneschmidt(a)users.noreply.github.com>
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/xwiki-helm/settings/notifications
Branch: refs/heads/feature-realtime-cluster
Home: https://github.com/xwiki/xwiki-platform
Commit: 81d69b38b5f510b41a541b7745f27545fbfc7387
https://github.com/xwiki/xwiki-platform/commit/81d69b38b5f510b41a541b7745f2…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-11-17 (Mon, 17 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-test/xwiki-platform-annotation-test-docker/src/test/it/org/xwiki/annotation/test/ui/AnnotationsIT.java
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/DefaultEntityChannelStore.java
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChange.java
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorBot.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorListener.java
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorTracker.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChannels.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChannelsListener.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/InternalEntityChannelStore.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/RemoteLocalUserFactory.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/RemoteUser.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/event/EntityChannelCreatedEvent.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/event/EntityChannelScriptAuthorChangeEvent.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/event/RemoteCommandEventConverter.java
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/DefaultEntityChannelStoreTest.java
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorBotTest.java
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/event/AbstractRemoteEventListener.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManager.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerContext.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManager.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerContext.java
Log Message:
-----------
XCOMMONS-3451: Realtime editing doesn't support clustering
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications