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]

May 2026

  • 1 participants
  • 1258 discussions
[xwiki/xwiki-platform] 90703b: [XWIKI] Fix SonarQube S2387: Rename RightMap.keySe...
by XWiki Notifications 12 May '26

12 May '26
Branch: refs/heads/claude/focused-carson-LadW1 Home: https://github.com/xwiki/xwiki-platform Commit: 90703b6319257396dac9ab4f62316aaf163e2865 https://github.com/xwiki/xwiki-platform/commit/90703b6319257396dac9ab4f6231… Author: Claude <noreply(a)anthropic.com> Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-api/src/main/java/org/xwiki/security/authorization/RightMap.java Log Message: ----------- [XWIKI] Fix SonarQube S2387: Rename RightMap.keySet field to avoid shadowing AbstractMap.keySet The private field 'keySet' in RightMap was shadowing the 'keySet' field in its parent class AbstractMap, which is flagged by SonarQube rule S2387 as a BLOCKER issue. Renamed the field to 'cachedKeySet' to clarify its purpose as a cached value and eliminate the shadowing. https://claude.ai/code/session_012AtaFRwNqcM6w4eFRtvn2v Commit: 9682012b67c7fea83aa888cd5c6367f12d66e79c https://github.com/xwiki/xwiki-platform/commit/9682012b67c7fea83aa888cd5c63… Author: Claude <noreply(a)anthropic.com> Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/suggest/suggest.js Log Message: ----------- [XWIKI] Fix SonarQube S3516: getSuggestions should not always return the same value The getSuggestions function in suggest.js was always returning false regardless of what action was taken. SonarQube rule S3516 flags this as a BLOCKER since a function that always returns the same value usually indicates a bug. Returned true when a new AJAX request is scheduled (the else branch), keeping false for all other cases where no new request is made (input unchanged, too short, or served from cache). https://claude.ai/code/session_012AtaFRwNqcM6w4eFRtvn2v Compare: https://github.com/xwiki/xwiki-platform/compare/90703b631925%5E...9682012b6… 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] bf2b37: [XWIKI] Fix SonarQube S3516: getSuggestions should...
by XWiki Notifications 12 May '26

12 May '26
Branch: refs/heads/fix/sonar-suggest-always-returns-false Home: https://github.com/xwiki/xwiki-platform Commit: bf2b3797029b89141e9967a57217d242a7ddaa48 https://github.com/xwiki/xwiki-platform/commit/bf2b3797029b89141e9967a57217… Author: Claude <noreply(a)anthropic.com> Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/suggest/suggest.js Log Message: ----------- [XWIKI] Fix SonarQube S3516: getSuggestions should not always return the same value The getSuggestions function in suggest.js was always returning false regardless of what action was taken. SonarQube rule S3516 flags this as a BLOCKER since a function that always returns the same value usually indicates a bug. Returned true when a new AJAX request is scheduled (the else branch), keeping false for all other cases where no new request is made (input unchanged, too short, or served from cache). https://claude.ai/code/session_012AtaFRwNqcM6w4eFRtvn2v 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-24331: Extension page WCAG fails: contrast and text alternative
by XWiki Notifications 12 May '26

12 May '26
1 0
0 0
[xwiki/xwiki-platform] d10fea: [XWIKI] Fix SonarQube S2387: Rename RightMap.keySe...
by XWiki Notifications 12 May '26

12 May '26
Branch: refs/heads/fix/sonar-rightmap-keyset-shadow Home: https://github.com/xwiki/xwiki-platform Commit: d10feacbb6e2407b15474c1c60c6f53e11fe2ebd https://github.com/xwiki/xwiki-platform/commit/d10feacbb6e2407b15474c1c60c6… Author: Claude <noreply(a)anthropic.com> Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-api/src/main/java/org/xwiki/security/authorization/RightMap.java Log Message: ----------- [XWIKI] Fix SonarQube S2387: Rename RightMap.keySet field to avoid shadowing AbstractMap.keySet The private field 'keySet' in RightMap was shadowing the 'keySet' field in its parent class AbstractMap, which is flagged by SonarQube rule S2387 as a BLOCKER issue. Renamed the field to 'cachedKeySet' to clarify its purpose as a cached value and eliminate the shadowing. https://claude.ai/code/session_012AtaFRwNqcM6w4eFRtvn2v 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] 09c05d: XWIKI-24158: Enable realtime editing for BlockNote...
by XWiki Notifications 12 May '26

12 May '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 09c05d36dac27d2b9ca04eba0dc86372bb6e3935 https://github.com/xwiki/xwiki-platform/commit/09c05d36dac27d2b9ca04eba0dc8… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/src/test/it/org/xwiki/blocknote/test/ui/CollaborationIT.java M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-pageobjects/src/main/java/org/xwiki/blocknote/test/po/BlockNoteRichTextArea.java Log Message: ----------- XWIKI-24158: Enable realtime editing for BlockNote editor * Add integration test to prove local undo/redo works with realtime editing. 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-24256: Upgrade to Junrar 7.5.10
by XWiki Notifications 12 May '26

12 May '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24333: Upgrade to Netty 4.2.13.Final
by XWiki Notifications 12 May '26

12 May '26
1 0
0 0
[xwiki/xwiki-platform] 417360: XWIKI-24333: Upgrade to Netty 4.2.13.Final
by XWiki Notifications 12 May '26

12 May '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 417360d062e263a5bcb36119896e352817a50ab8 https://github.com/xwiki/xwiki-platform/commit/417360d062e263a5bcb36119896e… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M pom.xml Log Message: ----------- XWIKI-24333: Upgrade to Netty 4.2.13.Final (cherry picked from commit 5304d6d3fef0aa7aaa9031f5e8ac25a76104a9b5) 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] 5304d6: XWIKI-24333: Upgrade to Netty 4.2.13.Final
by XWiki Notifications 12 May '26

12 May '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 5304d6d3fef0aa7aaa9031f5e8ac25a76104a9b5 https://github.com/xwiki/xwiki-platform/commit/5304d6d3fef0aa7aaa9031f5e8ac… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M pom.xml Log Message: ----------- XWIKI-24333: Upgrade to Netty 4.2.13.Final 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] 97eadd: XWIKI-24256: Upgrade to Junrar 7.5.10
by XWiki Notifications 12 May '26

12 May '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 97eadd9bdac5531c94493c1ed5a3aae790d936db https://github.com/xwiki/xwiki-platform/commit/97eadd9bdac5531c94493c1ed5a3… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M pom.xml Log Message: ----------- XWIKI-24256: Upgrade to Junrar 7.5.10 (cherry picked from commit 1300278c7fd0d6d91b568a5abbd2f42e5c26f071) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • ...
  • 126
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.