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]

September 2026

  • 1 participants
  • 2257 discussions
[xwiki/xwiki-rendering] eeb38c: [Misc] Record the deliberate SonarQube name-shadow...
by XWiki Notifications 12 Sep '26

12 Sep '26
Branch: refs/heads/claude/peaceful-archimedes-ll87u0 Home: https://github.com/xwiki/xwiki-rendering Commit: eeb38cca7942e2a7fbb2e4c898bb83aa4ad43aa2 https://github.com/xwiki/xwiki-rendering/commit/eeb38cca7942e2a7fbb2e4c898b… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-09-12 (Sat, 12 Sep 2026) Changed paths: M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki21/src/main/java/org/xwiki/rendering/internal/renderer/xwiki21/XWikiSyntaxChainingRenderer.java M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki21/src/main/java/org/xwiki/rendering/internal/renderer/xwiki21/reference/XWikiSyntaxLinkReferenceSerializer.java M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki21/src/main/java/org/xwiki/rendering/internal/renderer/xwiki21/reference/XWikiSyntaxResourceRenderer.java M xwiki-rendering-wikimodel/src/main/java/org/xwiki/rendering/wikimodel/xwiki/xwiki20/XWikiWikiParameters.java Log Message: ----------- [Misc] Record the deliberate SonarQube name-shadowing false positives in the code * Suppress the java:S2176 and java:S9149 issues raised on types and static methods that carry the name of the type or method they specialise on purpose, with a comment stating why in each case. * 4 SonarQube issues. Co-Authored-By: Vincent Massol <vincent(a)massol.net> Claude-Session: https://claude.ai/code/session_01Y7umCMMQKjGDPL6sojVLdG To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 686850: [Misc] Record the deliberate SonarQube name-shadow...
by XWiki Notifications 12 Sep '26

12 Sep '26
Branch: refs/heads/claude/nifty-bell-ll87u0 Home: https://github.com/xwiki/xwiki-commons Commit: 68685035552a55f8531bca33da4e19fd3182e8ab https://github.com/xwiki/xwiki-commons/commit/68685035552a55f8531bca33da4e1… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-09-12 (Sat, 12 Sep 2026) Changed paths: M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/java/org/xwiki/extension/wrap/AbstractWrappingObject.java M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-xml/src/main/java/org/xwiki/filter/xml/internal/parameter/CollectionConverter.java M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-xml/src/main/java/org/xwiki/filter/xml/internal/parameter/MapConverter.java M xwiki-commons-core/xwiki-commons-groovy/src/main/java/org/xwiki/groovy/internal/GroovyScriptEngineFactory.java M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-api/src/main/java/org/xwiki/job/internal/AbstractJobStatus.java M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/main/java/org/xwiki/job/internal/AbstractJob.java M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-velocity/src/main/java/org/xwiki/velocity/introspection/AbstractChainableUberspector.java M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-velocity/src/main/java/org/xwiki/velocity/introspection/ChainableUberspector.java M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-velocity/src/main/java/org/xwiki/velocity/introspection/DeprecatedCheckUberspector.java M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/Logger.java M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/TranslationMarker.java M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-common/src/main/java/org/xwiki/logging/internal/tail/XStreamFileLoggerTail.java M xwiki-commons-core/xwiki-commons-repository/xwiki-commons-repository-api/src/main/java/org/xwiki/extension/repository/xwiki/Resources.java M xwiki-commons-core/xwiki-commons-repository/xwiki-commons-repository-api/src/main/java/org/xwiki/extension/repository/xwiki/UriBuilder.java M xwiki-commons-core/xwiki-commons-text/src/main/java/org/xwiki/text/StringUtils.java M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/CollectionTool.java M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/ComparisonDateTool.java M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/EscapeTool.java M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/StringTool.java M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/internal/DefaultVelocityManagerTest.java M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/EntityResolver.java Log Message: ----------- [Misc] Record the deliberate SonarQube name-shadowing false positives in the code * Suppress the java:S2176 and java:S9149 issues raised on types and static methods that carry the name of the type or method they specialise on purpose, with a comment stating why in each case. * 63 SonarQube issues. Co-Authored-By: Vincent Massol <vincent(a)massol.net> Claude-Session: https://claude.ai/code/session_01Y7umCMMQKjGDPL6sojVLdG 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 XWIKI-24867: Home link for a subwiki alias points to the main wiki
by XWiki Notifications 11 Sep '26

11 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24867: Home link for a subwiki alias points to the main wiki
by XWiki Notifications 11 Sep '26

11 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24867: Home link for a subwiki alias points to the main wiki
by XWiki Notifications 11 Sep '26

11 Sep '26
1 0
0 0
[xwiki/xwiki-dev-llm] df772a: [Misc] Document AbstractEventListener vs AbstractL...
by XWiki Notifications 11 Sep '26

11 Sep '26
Branch: refs/heads/okf-event-listener-cluster-convention Home: https://github.com/xwiki/xwiki-dev-llm Commit: df772a972fd2d038285cb431f29032b471a67c90 https://github.com/xwiki/xwiki-dev-llm/commit/df772a972fd2d038285cb431f2903… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-09-11 (Fri, 11 Sep 2026) Changed paths: M xwiki/okf/architecture/component-system.md M xwiki/okf/index.md Log Message: ----------- [Misc] Document AbstractEventListener vs AbstractLocalEventListener choice * Add a convention to okf/architecture/component-system.md: when writing a new EventListener, decide whether it must run only for locally-originated events (AbstractLocalEventListener) or also for cluster-replicated remote ones (AbstractEventListener), and ask when it's not obvious. * Update the topic's one-line summary in okf/index.md accordingly. Co-Authored-By: Claude Sonnet 5 <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
[[email protected]][Issue] Updates for XWIKI-24868: Use the icon theme caret instead of the Bootstrap caret helper class
by XWiki Notifications 11 Sep '26

11 Sep '26
1 0
0 0
[xwiki/xwiki-platform] 433375: XCOMMONS-3481: Stop using http client 3 in the build
by XWiki Notifications 11 Sep '26

11 Sep '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 43337528e37c548c052412f1ca5b368ae331835d https://github.com/xwiki/xwiki-platform/commit/43337528e37c548c052412f1ca5b… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-09-11 (Fri, 11 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-test/xwiki-platform-user-profile-test-docker/src/test/it/org/xwiki/user/test/ui/UserProfileIT.java Log Message: ----------- XCOMMONS-3481: Stop using http client 3 in the build * assert the whole message instead of a prefix, so that a further change of the wording is reported as a diff Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> Commit: 5ef97ae3e43dafcf5a01d636f9b1e6e44facc10c https://github.com/xwiki/xwiki-platform/commit/5ef97ae3e43dafcf5a01d636f9b1… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-09-11 (Fri, 11 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/TestUtils.java Log Message: ----------- XCOMMONS-3481: Stop using http client 3 in the build * document that forceGuestUser() also clears the cookies of the HTTP client used for REST calls Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> Compare: https://github.com/xwiki/xwiki-platform/compare/ed3994af50e8...5ef97ae3e43d 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] c2fdfd: XCOMMONS-3481: Stop using http client 3 in the build
by XWiki Notifications 11 Sep '26

11 Sep '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: c2fdfdb8074a0de2b0dae89aac59986d53da5dc5 https://github.com/xwiki/xwiki-commons/commit/c2fdfdb8074a0de2b0dae89aac599… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-09-11 (Fri, 11 Sep 2026) Changed paths: M xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/internal/XWikiHTTPClient.java Log Message: ----------- XCOMMONS-3481: Stop using http client 3 in the build * Use an explicit cookie store in XWikiHTTPClient so we can manage it. * Expose a new method for clearing the cookie store. * Clear the cookies when changing the default credentials so cookies don't keep the wrong user logged in after changing/clearing credentials. This fixes TestUtils in xwiki-platform which relies on this behavior. 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 XWIKI-22502: ImageIT#editImageWithDataWidgetAttribute is flickering
by XWiki Notifications 11 Sep '26

11 Sep '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • ...
  • 226
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.