lists.xwiki.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

notifications

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
[email protected]

August 2026

  • 1 participants
  • 2094 discussions
[xwiki/xwiki-commons] 0f5dcc: XCOMMONS-3736: Upgrade to JSpecify 1.0.1
by XWiki Notifications 17 Aug '26

17 Aug '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-commons Commit: 0f5dcc528720fa170e7f7a5efd5e6874378d61f2 https://github.com/xwiki/xwiki-commons/commit/0f5dcc528720fa170e7f7a5efd5e6… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-08-17 (Mon, 17 Aug 2026) Changed paths: M pom.xml Log Message: ----------- XCOMMONS-3736: Upgrade to JSpecify 1.0.1 (cherry picked from commit 96216e7af8a95f3c9ca063a82f727e19199bba1a) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 5ab779: XCOMMONS-3736: Upgrade to JSpecify 1.0.1
by XWiki Notifications 17 Aug '26

17 Aug '26
Branch: refs/heads/stable-18.6.x Home: https://github.com/xwiki/xwiki-commons Commit: 5ab779b31a455f62a19a11053f6cb356fcda4b43 https://github.com/xwiki/xwiki-commons/commit/5ab779b31a455f62a19a11053f6cb… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-08-17 (Mon, 17 Aug 2026) Changed paths: M pom.xml Log Message: ----------- XCOMMONS-3736: Upgrade to JSpecify 1.0.1 (cherry picked from commit 96216e7af8a95f3c9ca063a82f727e19199bba1a) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 2ebe95: XCOMMONS-3744: Upgrade to OpenTelemetry 1.65.0
by XWiki Notifications 17 Aug '26

17 Aug '26
Branch: refs/heads/stable-18.6.x Home: https://github.com/xwiki/xwiki-commons Commit: 2ebe95b30937e0abf53dfa9998496f837493fa8e https://github.com/xwiki/xwiki-commons/commit/2ebe95b30937e0abf53dfa9998496… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-08-17 (Mon, 17 Aug 2026) Changed paths: M pom.xml Log Message: ----------- XCOMMONS-3744: Upgrade to OpenTelemetry 1.65.0 (cherry picked from commit 12a51a3ea9641d946e01bc6ff3221e7526150502) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] f2c5ec: XCOMMONS-3744: Upgrade to OpenTelemetry 1.65.0
by XWiki Notifications 17 Aug '26

17 Aug '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-commons Commit: f2c5ec9c6117df5887c1ae34323ee41e9b7f3293 https://github.com/xwiki/xwiki-commons/commit/f2c5ec9c6117df5887c1ae34323ee… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-08-17 (Mon, 17 Aug 2026) Changed paths: M pom.xml Log Message: ----------- XCOMMONS-3744: Upgrade to OpenTelemetry 1.65.0 (cherry picked from commit 12a51a3ea9641d946e01bc6ff3221e7526150502) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 8d8e99: [Misc] Fix SonarQube issues needing a judgement call
by XWiki Notifications 17 Aug '26

17 Aug '26
Branch: refs/heads/claude/clever-feynman-8j7i1m-java Home: https://github.com/xwiki/xwiki-platform Commit: 8d8e99d28940a01a5f1a16c952c952ab14343d2b https://github.com/xwiki/xwiki-platform/commit/8d8e99d28940a01a5f1a16c952c9… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-08-17 (Mon, 17 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-component/xwiki-platform-component-wiki/src/main/java/org/xwiki/component/wiki/internal/DefaultWikiComponentMethodExecutor.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-xar/src/main/java/org/xwiki/extension/xar/internal/handler/XarExtensionHandler.java M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-plugin/src/main/java/com/xpn/xwiki/plugin/image/ImagePlugin.java M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-api/src/main/java/org/xwiki/tree/AbstractTreeNode.java Log Message: ----------- [Misc] Fix SonarQube issues needing a judgement call * java:S6885 - use Math.clamp() instead of nested Math.min()/Math.max() * java:S1872 - compare the return type with void.class instead of comparing class names * java:S1193 - catch InterruptedException explicitly instead of testing it with instanceof Co-Authored-By: Vincent Massol <vincent(a)massol.net> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] b82144: [Misc] Fix various JavaScript SonarQube issues rep...
by XWiki Notifications 17 Aug '26

17 Aug '26
Branch: refs/heads/claude/clever-feynman-8j7i1m Home: https://github.com/xwiki/xwiki-platform Commit: b8214402bb4ea8028c84e626c562d898926e892a https://github.com/xwiki/xwiki-platform/commit/b8214402bb4ea8028c84e626c562… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-08-17 (Mon, 17 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/importer/import.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/panelwizard/Drag.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/table/livetable.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/xwiki.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/dashboard/dashboard.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/model/entityReference.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/suggest/suggest.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/upload.js Log Message: ----------- [Misc] Fix various JavaScript SonarQube issues reported by SonarCloud * javascript:S7773 - use Number.parseInt/Number.parseFloat/Number.isNaN instead of the global functions * javascript:S6353 - use the concise character classes \D and \W Co-Authored-By: Vincent Massol <vincent(a)massol.net> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24710: Add script APIs to count distinct active installs globally and per extension
by XWiki Notifications 16 Aug '26

16 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-18448: Add automated test for "Create Wiki From A Template With Extensions Installed'
by XWiki Notifications 16 Aug '26

16 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24710: Add script APIs to count distinct active installs globally and per extension
by XWiki Notifications 16 Aug '26

16 Aug '26
1 0
0 0
[xwiki/xwiki-platform] ee7db1: XWIKI-18448: Add automated test for "Create Wiki F...
by XWiki Notifications 16 Aug '26

16 Aug '26
Branch: refs/heads/XWIKI-18448 Home: https://github.com/xwiki/xwiki-platform Commit: ee7db17afe6ed172da071b82250e500c6adacb9d https://github.com/xwiki/xwiki-platform/commit/ee7db17afe6ed172da071b82250e… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-08-16 (Sun, 16 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-test/xwiki-platform-extension-test-utils/src/main/java/org/xwiki/extension/test/AbstractExtensionTestUtils.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-test/xwiki-platform-extension-test-utils/src/main/resources/extensionTestService.wiki M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-test/xwiki-platform-wiki-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-test/xwiki-platform-wiki-test-docker/src/test/it/org/xwiki/wiki/test/ui/WikiTemplateIT.java A xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-test/xwiki-platform-wiki-test-docker/src/test/resources/packagefile/templateextension/TemplateExtension/TestPage.xml A xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-test/xwiki-platform-wiki-test-docker/src/test/resources/packagefile/templateextension/package.xml A xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-test/xwiki-platform-wiki-test-docker/src/test/resources/packagefile/templateextension/packagefile.properties A xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-test/xwiki-platform-wiki-test-docker/src/test/resources/repository/maven/maven/templateextension/1.0/templateextension-1.0.pom Log Message: ----------- XWIKI-18448: Add automated test for "Create Wiki From A Template With Extensions Installed' * Extend WikiTemplateIT#createWikiFromTemplateTest to install an extension on the template wiki and verify that, on the wikis created from that template, the extension is registered as installed and the page it brings has been copied. * Add the test extension (a XAR under src/test/resources/packagefile) and its test extension repository descriptor, and enable testExtensionRepository on the test. * Add to xwiki-platform-wiki-test-docker the dependencies needed by ExtensionTestUtils: the Groovy rendering macro (the ExtensionTest.Service page it drives is written in Groovy) and xwiki-platform-extension-test-utils itself. * Add an install(ExtensionId, Namespace) overload to AbstractExtensionTestUtils and make the install branch of extensionTestService.wiki honour the requested namespace, so that an extension can be installed on a subwiki. Callers passing no namespace keep installing on the main wiki. Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • ...
  • 210
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.