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]

  • 57925 discussions
[xwiki-contrib/application-replication] 52ceab: Reapply "Avoid the use of the old commons-lang"
by XWiki Notifications 04 Aug '26

04 Aug '26
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/application-replication Commit: 52ceab3afb23d7f808868aeea473cffe0d0f30b6 https://github.com/xwiki-contrib/application-replication/commit/52ceab3afb2… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-08-04 (Tue, 04 Aug 2026) Changed paths: M pom.xml Log Message: ----------- Reapply "Avoid the use of the old commons-lang" This reverts commit 88d5a9f9e36005f9ede8ed260efc33d20c4ab8d0. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-replication/settings/notificat…
1 0
0 0
[xwiki/xwiki-platform] 770cf3: [Misc] Fix the WebJars test broken by the resource...
by XWiki Notifications 04 Aug '26

04 Aug '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 770cf317135b2f8f898e131f167a78c1cab95188 https://github.com/xwiki/xwiki-platform/commit/770cf317135b2f8f898e131f167a… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-08-04 (Tue, 04 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-webjars/xwiki-platform-webjars-api/src/test/java/org/xwiki/webjars/internal/WebJarsResourceReferenceHandlerTest.java Log Message: ----------- [Misc] Fix the WebJars test broken by the resource-servlet logging change 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] 8a18f8: [Misc] Fix lowered jacoco coverage by adding one m...
by XWiki Notifications 04 Aug '26

04 Aug '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 8a18f8b59c0abe94193c3982187de1c42321524c https://github.com/xwiki/xwiki-platform/commit/8a18f8b59c0abe94193c3982187d… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-08-04 (Tue, 04 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-uiextension/xwiki-platform-uiextension-api/pom.xml M xwiki-platform-core/xwiki-platform-uiextension/xwiki-platform-uiextension-api/src/test/java/org/xwiki/uiextension/script/UIExtensionScriptServiceTest.java Log Message: ----------- [Misc] Fix lowered jacoco coverage by adding one more unit test The likely trigger is commit b3c2a609e4d ([Misc] Apply the logging best practices…). In UIExtensionScriptService:130-132 it changed a 2-arg logger.warn(...) into a 3-arg call with ExceptionUtils.getRootCauseMessage(e). That call sits in a never-covered catch block, and the varargs form compiles to an Object[] construction — roughly 20 uncovered instructions where there were ~6. The module was sitting at ~0.893, barely above the 0.89 floor, so those extra uncovered instructions pushed it under. 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-24658: Component not always applying the priority
by XWiki Notifications 04 Aug '26

04 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24658: Component not always applying the priority
by XWiki Notifications 04 Aug '26

04 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22178: RealtimeWYSIWYGEditorIT#editWithSelf is flickering
by XWiki Notifications 04 Aug '26

04 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for LLMAI-168: MCP Add upload attachment tool
by XWiki Notifications 04 Aug '26

04 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for LLMAI-169: MCP Add delete attachment tool
by XWiki Notifications 04 Aug '26

04 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for LLMAI-167: MCP Add read/download attachments tool
by XWiki Notifications 04 Aug '26

04 Aug '26
1 0
0 0
[xwiki/xwiki-dev-llm] 3e6d13: [Misc] Add S9016, S4719 and S2589 to the SonarQube...
by XWiki Notifications 04 Aug '26

04 Aug '26
Branch: refs/heads/claude/cool-tesla-7iv5wo Home: https://github.com/xwiki/xwiki-dev-llm Commit: 3e6d132d35c0c0af0bed4e3b7d9b47023cec0583 https://github.com/xwiki/xwiki-dev-llm/commit/3e6d132d35c0c0af0bed4e3b7d9b4… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-08-04 (Tue, 04 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/sonarqube/index.md M xwiki/okf/sonarqube/modernization-rules.md M xwiki/okf/sonarqube/simplification-rules.md M xwiki/okf/sonarqube/test-code-rules.md Log Message: ----------- [Misc] Add S9016, S4719 and S2589 to the SonarQube OKF * test-code-rules: S9016 (extract a nested mock creation) — textRange-driven edit, per-method <type>Mock naming, why a generic mocked type must be declared parameterized with the inferred mock(), when the type-inferred mock() form is recoverable and when it is a drop, and the lambda shape that must not be hoisted. * modernization-rules: S4719 (StandardCharsets) — retyping a private charset constant versus fixing the call site, the orphaned constant/import, and the UnsupportedEncodingException consequence. * simplification-rules: S2589 — the two safe shapes and why a dead defensive null check in concurrent code is a drop. * index: rule map rows for the three rules; plugin version bumped to 1.0.7 in all host manifests. Co-Authored-By: Vincent Massol <vincent(a)massol.net> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • ...
  • 5793
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.