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]

  • 1 participants
  • 57440 discussions
[xwiki/xwiki-platform] c3c87b: XWIKI-24753: vue-router and inversify are declared...
by XWiki Notifications 27 Aug '26

27 Aug '26
Branch: refs/heads/stable-18.7.x Home: https://github.com/xwiki/xwiki-platform Commit: c3c87bac80eedba8c6de71a441a790b0414e9fad https://github.com/xwiki/xwiki-platform/commit/c3c87bac80eedba8c6de71a441a7… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: M pnpm-lock.yaml M xwiki-platform-core/xwiki-platform-node/src/main/node/api/package.json M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/package.json Log Message: ----------- XWIKI-24753: vue-router and inversify are declared both as dependencies and peerDependencies of published node packages * Remove vue-router from the dependencies of @xwiki/platform-api: it is only used in type imports, and it is already declared as a peer dependency and as a dev dependency * Move inversify from the dependencies to the devDependencies of @xwiki/platform-editors-blocknote-react, where it is likewise only used in type imports and already declared as a peer dependency (cherry picked from commit 91124527e586c3c64030675ee58f74d01933f491) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-dev-llm] bf16d8: [Misc] Record that rewriting a flagged line re-dat...
by XWiki Notifications 27 Aug '26

27 Aug '26
Branch: refs/heads/misc-sonar-redating-guard Home: https://github.com/xwiki/xwiki-dev-llm Commit: bf16d86babdc4865bb99fc5e41f1061f9127684f https://github.com/xwiki/xwiki-dev-llm/commit/bf16d86babdc4865bb99fc5e41f10… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: M .claude-plugin/marketplace.json M kimi.plugin.json M opencode.jsonc M xwiki/.claude-plugin/plugin.json M xwiki/okf/servers/index.md M xwiki/okf/sonarqube/index.md M xwiki/okf/sonarqube/verification.md M xwiki/skills/xwiki-fix-sonarqube-issue/SKILL.md Log Message: ----------- [Misc] Record that rewriting a flagged line re-dates the other findings on it * okf/sonarqube/verification.md: a mechanical fix can turn the master quality gate red without introducing a defect, because the gate only measures new code and SonarCloud re-dates a finding it can no longer match after a rewrite. Also record that javabugs:* findings are computed server-side, so no local build confirms one gone, and how to read the analyzer's own dataflow path. * skills/xwiki-fix-sonarqube-issue: check what else the lines being rewritten already carry, before committing to a candidate. * okf/sonarqube/index.md: add the one mechanical javabugs:S2259 shape (a nullable-parameter default helper fed the default constant by its own overload), and drop the two pool-size claims from that bullet, which the same file says are deliberately absent because they are volatile. * okf/servers/index.md: the SonarCloud read API needs no token for the public xwiki org, and the MCP has no quality-gate tool. 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-dev-llm/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 911245: XWIKI-24753: vue-router and inversify are declared...
by XWiki Notifications 27 Aug '26

27 Aug '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 91124527e586c3c64030675ee58f74d01933f491 https://github.com/xwiki/xwiki-platform/commit/91124527e586c3c64030675ee58f… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: M pnpm-lock.yaml M xwiki-platform-core/xwiki-platform-node/src/main/node/api/package.json M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/package.json Log Message: ----------- XWIKI-24753: vue-router and inversify are declared both as dependencies and peerDependencies of published node packages * Remove vue-router from the dependencies of @xwiki/platform-api: it is only used in type imports, and it is already declared as a peer dependency and as a dev dependency * Move inversify from the dependencies to the devDependencies of @xwiki/platform-editors-blocknote-react, where it is likewise only used in type imports and already declared as a peer dependency To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 0b0b84: [Misc] Fix SonarCloud javabugs:S2259 false positiv...
by XWiki Notifications 27 Aug '26

27 Aug '26
Branch: refs/heads/misc-sonar-xml-factory-null-analysis Home: https://github.com/xwiki/xwiki-commons Commit: 0b0b84766487416e2da478233f708cea930cb7eb https://github.com/xwiki/xwiki-commons/commit/0b0b84766487416e2da478233f708… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-xml/src/main/java/org/xwiki/filter/xml/internal/input/XMLInputFilterStreamUtils.java M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-xml/src/main/java/org/xwiki/filter/xml/internal/output/XMLOutputFilterStreamUtils.java Log Message: ----------- [Misc] Fix SonarCloud javabugs:S2259 false positives in the XML filter stream utils (SonarQube) * The single-argument createXMLEventReader()/createXMLStreamWriter() methods passed the default static factory to their two-argument overload, which then ran it through the null check of getXMLInputFactory()/getXMLOutputFactory(). Null analysis followed that path, concluded that the default factory could be null and reported a guaranteed NullPointerException on the calls dereferencing it. * Pass null instead, which is the documented way of asking for the default factory, so the default factory no longer flows through a null check. The behaviour is unchanged. * Also fix the output side, which has the same shape but was not reported yet. 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-commons/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for CRISTAL-567: DefaultCristalApp.renderContent is called for nothing from DefaultCristalApp.loadPage
by XWiki Notifications 27 Aug '26

27 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for CRISTAL-846: Upgrade dayjs to 1.11.23
by XWiki Notifications 27 Aug '26

27 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24753: vue-router and inversify are declared both as dependencies and peerDependencies of published node packages
by XWiki Notifications 27 Aug '26

27 Aug '26
1 0
0 0
[xwiki-contrib/cristal] b2b5ff: [Misc] Update vitest and @vitest/coverage-v8 to v4...
by XWiki Notifications 27 Aug '26

27 Aug '26
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: b2b5ff0f037f3bd4e85b824402cc9e7ed767d5ad https://github.com/xwiki-contrib/cristal/commit/b2b5ff0f037f3bd4e85b824402c… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update vitest and @vitest/coverage-v8 to v4.1.11 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[xwiki-contrib/cristal] 137002: CRISTAL-846: Upgrade dayjs to 1.11.23
by XWiki Notifications 27 Aug '26

27 Aug '26
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: 1370020557e125d0c30e660e709bd58df5eb9ffb https://github.com/xwiki-contrib/cristal/commit/1370020557e125d0c30e660e709… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- CRISTAL-846: Upgrade dayjs to 1.11.23 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[xwiki-contrib/cristal] 70be66: [Misc] Update dependency concurrently to 10.0.5
by XWiki Notifications 27 Aug '26

27 Aug '26
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: 70be6687dc48afdd7f9c39ebe8c2dd7e489528d5 https://github.com/xwiki-contrib/cristal/commit/70be6687dc48afdd7f9c39ebe8c… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency concurrently to 10.0.5 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • ...
  • 5744
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.