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 -----
  • September
  • 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]

  • 57698 discussions
[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
[[email protected]][Issue] Updates for XWIKI-24752: Missing focus on input field and icon button in image macro
by XWiki Notifications 27 Aug '26

27 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for CRISTAL-845: Upgrade to dexie 4.4.5
by XWiki Notifications 27 Aug '26

27 Aug '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • ...
  • 5770
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.