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
  • 2207 discussions
[xwiki/xwiki-commons] caa221: XCOMMONS-3752: Job status REST endpoint can fail w...
by XWiki Notifications 04 Sep '26

04 Sep '26
Branch: refs/heads/XCOMMONS-3752 Home: https://github.com/xwiki/xwiki-commons Commit: caa2214310c01eb697dc32a3aa32ef4ea4c4b9a2 https://github.com/xwiki/xwiki-commons/commit/caa2214310c01eb697dc32a3aa32e… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-api/src/main/java/org/xwiki/job/internal/DefaultJobProgress.java M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/test/java/org/xwiki/job/internal/DefaultJobProgressTest.java Log Message: ----------- XCOMMONS-3752: Job status REST endpoint can fail with a NullPointerException while the job is running * Read the current step's parent only once in DefaultJobProgress#getCurrentLevelOffset() so that the job thread cannot move the current step to the root, whose parent is null, between the null check and the dereference. * Add a regression test reproducing that interleaving deterministically. 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-24806: TextAreaImageUploadIT is flickering and its missing edit-mode cleanup fails the rest of AllIT
by XWiki Notifications 04 Sep '26

04 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3752: Job status REST endpoint can fail with a NullPointerException while the job is running
by XWiki Notifications 04 Sep '26

04 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24485: The Icon theme REST API doesn't indicate the skin extensions required by the returned icons
by XWiki Notifications 04 Sep '26

04 Sep '26
1 0
0 0
[xwiki/xwiki-platform] 291349: XWIKI-24747: Improve user document events handling
by XWiki Notifications 04 Sep '26

04 Sep '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 29134914106e3eab22cfc9b53f76713c813d5e86 https://github.com/xwiki/xwiki-platform/commit/29134914106e3eab22cfc9b53f76… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java Log Message: ----------- XWIKI-24747: Improve user document events handling XWIKI-24780: A listener cannot modify a renamed document through DocumentUpdating/CreatingEvent XWIKI-24791: A rename always produce a DocumentCreating/edEvent even when the target location already exist XWIKI-24794: Only cancel forbidden right changes instead of all of them * fix bad merge 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] ab006e: XWIKI-24485: The Icon theme REST API doesn't indic...
by XWiki Notifications 04 Sep '26

04 Sep '26
Branch: refs/heads/stable-18.4.x Home: https://github.com/xwiki/xwiki-platform Commit: ab006e895f1cf771155ee52df5fbbb97de0fc235 https://github.com/xwiki/xwiki-platform/commit/ab006e895f1cf771155ee52df5fb… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-rest/xwiki-platform-icon-rest-default/src/main/java/org/xwiki/icon/internal/DefaultIconThemesResource.java Log Message: ----------- XWIKI-24485: The Icon theme REST API doesn't indicate the skin extensions required by the returned icons * Ensure to use a single instance of the SkinExtensionRecorder per request (cherry picked from commit 1996dc859990ece031116c8f885fb7ea0dea036e) 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] 1996dc: XWIKI-24485: The Icon theme REST API doesn't indic...
by XWiki Notifications 04 Sep '26

04 Sep '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 1996dc859990ece031116c8f885fb7ea0dea036e https://github.com/xwiki/xwiki-platform/commit/1996dc859990ece031116c8f885f… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-rest/xwiki-platform-icon-rest-default/src/main/java/org/xwiki/icon/internal/DefaultIconThemesResource.java Log Message: ----------- XWIKI-24485: The Icon theme REST API doesn't indicate the skin extensions required by the returned icons * Ensure to use a single instance of the SkinExtensionRecorder per request 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] 6ef044: [Misc] Fix potential NPE raised by Sonar in XWikiD...
by XWiki Notifications 04 Sep '26

04 Sep '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 6ef044f31e200829400e5a44bd4a1b57fdfd3d67 https://github.com/xwiki/xwiki-platform/commit/6ef044f31e200829400e5a44bd4a… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiDocumentTest.java Log Message: ----------- [Misc] Fix potential NPE raised by Sonar in XWikiDocument (#6195) (cherry picked from commit 170541d8aaee8556f65d6998975e4652c3385f01) 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] 0e353e: XWIKI-24632: The MySQL/MariaDB table row format ca...
by XWiki Notifications 04 Sep '26

04 Sep '26
Branch: refs/heads/stable-18.4.x Home: https://github.com/xwiki/xwiki-platform Commit: 0e353e2356b9e579b21604cb6fb196b06aa5e4ef https://github.com/xwiki/xwiki-platform/commit/0e353e2356b9e579b21604cb6fb1… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-test/xwiki-platform-wiki-test-docker/pom.xml Log Message: ----------- XWIKI-24632: The MySQL/MariaDB table row format can be updated in the wrong database * Add missing 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-platform] 703af2: [Misc] Fix three SonarQube javabugs:S2259 null der...
by XWiki Notifications 04 Sep '26

04 Sep '26
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 703af2d9451e193c38883b76857ed17e2597b750 https://github.com/xwiki/xwiki-platform/commit/703af2d9451e193c38883b76857e… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiDocumentTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/BaseCollectionTest.java Log Message: ----------- [Misc] Fix three SonarQube javabugs:S2259 null dereferences in oldcore (#6299) * BaseCollection: getPropertyDisplayValue() and the plain-value branch beside it dereferenced a property that addOrChangePropertyDiff() explicitly allows to be null. Report the missing property as an empty value, which is how that caller's own comparison already treats it. * XWikiDocument#display(): the @Nullable getXWikiContext() result was passed straight to getTranslatedDocument(XWikiContext), which dereferences it. Require it up front instead, since the translated content, the rendering cache and the display all read from it. * XWikiDocument#restoreContext(): the context read back from the Execution Context by its callers can be missing. Require it after the pop, so that backupContext()'s push is undone whatever happens next, and mirror the requirement backupContext() already makes. Co-authored-by: Claude Opus 5 (1M context) <noreply(a)anthropic.com> (cherry picked from commit 990045e2566ce765546c4e616a56fe2c4fcab67c) Commit: daaf674526a702ea002c187a7ac0c029987b29ee https://github.com/xwiki/xwiki-platform/commit/daaf674526a702ea002c187a7ac0… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java Log Message: ----------- XWIKI-24747: Improve user document events handling XWIKI-24780: A listener cannot modify a renamed document through DocumentUpdating/CreatingEvent XWIKI-24791: A rename always produce a DocumentCreating/edEvent even when the target location already exist XWIKI-24794: Only cancel forbidden right changes instead of all of them * fix bad merge Compare: https://github.com/xwiki/xwiki-platform/compare/bec90afb0e6c...daaf674526a7 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • ...
  • 221
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.