Branch: refs/heads/backport/stable-18.4.x/quality-gate Home: https://github.com/xwiki/xwiki-platform Commit: e93dbb8111407a6101f57081acb0f14f84b0dc35 https://github.com/xwiki/xwiki-platform/commit/e93dbb8111407a6101f57081acb0f... Author: Vincent Massol <[email protected]> Date: 2026-07-22 (Wed, 22 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/main/java/org/xwiki/livedata/internal/DefaultLiveDataConfigurationResolver.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-async/xwiki-platform-rendering-async-default/src/main/java/org/xwiki/rendering/async/internal/AsyncRendererCacheListener.java M xwiki-platform-core/xwiki-platform-scheduler/xwiki-platform-scheduler-api/src/main/java/com/xpn/xwiki/plugin/scheduler/SchedulerPlugin.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/viewers/attachments.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/upload.js Log Message: ----------- [Misc] Fix sonarqube-reported issues that block the quality gate Backport adapted to stable-18.4.x: the locationPicker.js change was dropped (the targeted code, added by XWIKI-24534, does not exist on this branch), the SchedulerPlugin null-check keeps the "status" literal (no STATUS constant on this branch), and the attachments.js/upload.js parseInt->Number.parseInt fixes were applied to this branch's own lines. (cherry picked from commit 630fe598748109ba75f6de268c972ad08c5c3ce3) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications