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]

  • 57830 discussions
[xwiki/xwiki-commons] 678b9a: [Misc] Access static members through the class tha...
by XWiki Notifications 14 Aug '26

14 Aug '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 678b9a53058afb93fdeea135df6e708846622169 https://github.com/xwiki/xwiki-commons/commit/678b9a53058afb93fdeea135df6e7… Author: claude[bot] <209825114+claude[bot](a)users.noreply.github.com> Date: 2026-08-14 (Fri, 14 Aug 2026) Changed paths: M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/src/main/java/org/xwiki/crypto/pkix/params/x509certificate/extension/X509DnsName.java M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/src/main/java/org/xwiki/crypto/pkix/params/x509certificate/extension/X509IpAddress.java M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/src/main/java/org/xwiki/crypto/pkix/params/x509certificate/extension/X509Rfc822Name.java M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/src/main/java/org/xwiki/crypto/pkix/params/x509certificate/extension/X509URI.java M xwiki-commons-tools/xwiki-commons-tool-xar/xwiki-commons-tool-xar-plugin/src/main/java/org/xwiki/tool/xar/AbstractXARMojo.java Log Message: ----------- [Misc] Access static members through the class that declares them (SonarQube) (#1899) * SonarQube java:S3252 "static base class members should not be accessed via derived types": replace the derived-type qualifier with the class that actually declares the member, and adjust the imports accordingly. * Pure qualifier change: no declaration, signature or value is modified. Co-authored-by: Vincent Massol <vincent(a)massol.net> 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-24697: Extension descriptors in the WAR aren't fully reproducible
by XWiki Notifications 14 Aug '26

14 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23180: The color pickers from Theme customization are not always loading
by XWiki Notifications 14 Aug '26

14 Aug '26
1 0
0 0
[xwiki-contrib/application-filemanager] 378252: Improve root pom and Jenkinsfile
by XWiki Notifications 14 Aug '26

14 Aug '26
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/application-filemanager Commit: 37825222054d1f3793b4753444b441c66064b0ea https://github.com/xwiki-contrib/application-filemanager/commit/37825222054… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-08-14 (Fri, 14 Aug 2026) Changed paths: M Jenkinsfile M pom.xml Log Message: ----------- Improve root pom and Jenkinsfile To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-filemanager/settings/notificat…
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22690: Translation keys missing for macro ‚display‘ and ‚include‘
by XWiki Notifications 14 Aug '26

14 Aug '26
1 0
0 0
[xwiki/xwiki-dev-llm] 5c91e0: [Misc] Correct the S3252 denylist entry: it is not...
by XWiki Notifications 14 Aug '26

14 Aug '26
Branch: refs/heads/claude/cool-tesla-rume4g Home: https://github.com/xwiki/xwiki-dev-llm Commit: 5c91e0839ee6a2cb47bdb9facf42667b6850de3a https://github.com/xwiki/xwiki-dev-llm/commit/5c91e0839ee6a2cb47bdb9facf426… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-08-14 (Fri, 14 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/syntax-rules.md Log Message: ----------- [Misc] Correct the S3252 denylist entry: it is not an API change * java:S3252 asks only that a static member be qualified with the class that declares it. Nothing is declared, renamed or re-typed, so the previous denylist reason (backward-compat-bearing public API) was wrong. * Document it in syntax-rules next to its sibling S2209, with the two batch mechanics it needs and the one real drop condition (the derived type being an XWiki utility subclass such as org.xwiki.text.StringUtils). 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
[xwiki/xwiki-rendering] 21fa44: [Misc] Access static members through the class tha...
by XWiki Notifications 14 Aug '26

14 Aug '26
Branch: refs/heads/claude/peaceful-archimedes-rume4g Home: https://github.com/xwiki/xwiki-rendering Commit: 21fa44367f33b31bd14ebf6376cda5e794f4d914 https://github.com/xwiki/xwiki-rendering/commit/21fa44367f33b31bd14ebf6376c… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-08-14 (Fri, 14 Aug 2026) Changed paths: M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xdomxml10/src/main/java/org/xwiki/rendering/xdomxml10/internal/renderer/XDOMXMLChainingStreamRenderer.java M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/main/java/org/xwiki/rendering/internal/renderer/xwiki20/reference/DocumentReferenceTypeSerializer.java M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/main/java/org/xwiki/rendering/internal/renderer/xwiki20/reference/InterWikiReferenceTypeSerializer.java Log Message: ----------- [Misc] Access static members through the class that declares them (SonarQube) * SonarQube java:S3252 "static base class members should not be accessed via derived types": replace the derived-type qualifier with the class that actually declares the member, and adjust the imports accordingly. * Pure qualifier change: no declaration, signature or value is modified. Co-Authored-By: Vincent Massol <vincent(a)massol.net> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 83ab41: [Misc] Access static members through the class tha...
by XWiki Notifications 14 Aug '26

14 Aug '26
Branch: refs/heads/claude/clever-feynman-rume4g Home: https://github.com/xwiki/xwiki-platform Commit: 83ab413fde607b476006b58ff26eaff4733490fa https://github.com/xwiki/xwiki-platform/commit/83ab413fde607b476006b58ff26e… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-08-14 (Fri, 14 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-stores/xwiki-platform-eventstream-store-solr/src/main/java/org/xwiki/eventstream/store/solr/internal/SolrEventStore.java M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/internal/job/PDFExportJob.java M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/script/PDFExportScriptService.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-index/src/main/java/org/xwiki/extension/index/internal/ExtensionIndexStore.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/ExtensionHistoryScriptService.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/AbstractNoExceptionSafeObject.java M xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/main/java/com/xpn/xwiki/plugin/feed/FeedPlugin.java M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/XARAttachmentModel.java M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/input/ClassPropertyReader.java M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/input/ClassReader.java M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/input/DocumentLocaleReader.java M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/input/WikiObjectReader.java M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/output/XAROutputFilterStream.java M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-notifiers/xwiki-platform-legacy-notifications-notifiers-api/src/main/java/org/xwiki/notifications/notifiers/internal/email/live/LegacyPrefilteringLiveNotificationEmailListener.java M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-notifiers/xwiki-platform-legacy-notifications-notifiers-default/src/main/java/org/xwiki/notifications/notifiers/internal/LegacyUserEventDispatcherListener.java M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/java/com/xpn/xwiki/cache/api/internal/XWikiCacheServiceStub.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/cache/rendering/DefaultRenderingCache.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/display/XWikiDocumentContentAsyncParser.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/template/InternalTemplateManager.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/DBCPConnectionProvider.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/classes/StaticListClassPropertyValuesProvider.java M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-default/src/main/java/org/xwiki/store/merge/internal/DefaultMergeConflictDecisionsManager.java M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-default/src/main/java/org/xwiki/user/internal/group/AbstractGroupCache.java M xwiki-platform-core/xwiki-platform-xar/xwiki-platform-xar-model/src/main/java/org/xwiki/xar/internal/XarUtils.java Log Message: ----------- [Misc] Access static members through the class that declares them (SonarQube) * SonarQube java:S3252 "static base class members should not be accessed via derived types": replace the derived-type qualifier with the class that actually declares the member, and adjust the imports accordingly. * Pure qualifier change: no declaration, signature or value is modified. Co-Authored-By: Vincent Massol <vincent(a)massol.net> 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] c0b821: [Misc] Access static members through the class tha...
by XWiki Notifications 14 Aug '26

14 Aug '26
Branch: refs/heads/claude/nifty-bell-rume4g Home: https://github.com/xwiki/xwiki-commons Commit: c0b821bd769ecc9015dce09a6082e58adb0a440b https://github.com/xwiki/xwiki-commons/commit/c0b821bd769ecc9015dce09a6082e… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-08-14 (Fri, 14 Aug 2026) Changed paths: M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/src/main/java/org/xwiki/crypto/pkix/params/x509certificate/extension/X509DnsName.java M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/src/main/java/org/xwiki/crypto/pkix/params/x509certificate/extension/X509IpAddress.java M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/src/main/java/org/xwiki/crypto/pkix/params/x509certificate/extension/X509Rfc822Name.java M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/src/main/java/org/xwiki/crypto/pkix/params/x509certificate/extension/X509URI.java M xwiki-commons-tools/xwiki-commons-tool-xar/xwiki-commons-tool-xar-plugin/src/main/java/org/xwiki/tool/xar/AbstractXARMojo.java Log Message: ----------- [Misc] Access static members through the class that declares them (SonarQube) * SonarQube java:S3252 "static base class members should not be accessed via derived types": replace the derived-type qualifier with the class that actually declares the member, and adjust the imports accordingly. * Pure qualifier change: no declaration, signature or value is modified. Co-Authored-By: Vincent Massol <vincent(a)massol.net> 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-24693: Add automated tests for "Base Colors Brand Danger"
by XWiki Notifications 13 Aug '26

13 Aug '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • ...
  • 5783
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.