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]

  • 57691 discussions
[xwiki/xwiki-platform] a0b872: XCOMMONS-3488: Convert the Filter test framework t...
by XWiki Notifications 28 Aug '26

28 Aug '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: a0b872d7b198b3abe0b73259a790c493276d328c https://github.com/xwiki/xwiki-platform/commit/a0b872d7b198b3abe0b73259a790… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/pom.xml M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/java/org/xwiki/filter/xar/DocumentIntegrationTests.java M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/java/org/xwiki/filter/xar/XARIntegrationTests.java Log Message: ----------- XCOMMONS-3488: Convert the Filter test framework to junit 5 (cherry picked from commit e00160d52f0cbc6f10295e89049945f674b57eba) Commit: c5bf1d690874542eeb58d5551ea266f5f2b88511 https://github.com/xwiki/xwiki-platform/commit/c5bf1d690874542eeb58d5551ea2… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-08-28 (Fri, 28 Aug 2026) Changed paths: 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/AbstractWikiObjectPropertyReader.java A xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/input/CurrentXClassLoader.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/WikiObjectPropertyReader.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/test/java/org/xwiki/filter/xar/DocumentIntegrationTests.java A xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/document/object/objectwithoutclassoldstyle.test A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/filter/DefaultCurrentXClassLoader.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/org/xwiki/internal/filter/DefaultCurrentXClassLoaderTest.java Log Message: ----------- XWIKI-24743: Unparseable date exception when trying to access old version of a doc (#6235) * Try a final fallback to get the data type based on the current xclass when reading the wiki oject properties * Fix some problems after Thomas' review * Provide test * Cover DefaultCurrentXClassLoader (cherry picked from commit 9dc18ad6b558cc380f911d9c3b186670cc519005) Compare: https://github.com/xwiki/xwiki-platform/compare/017c508532c8...c5bf1d690874 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] a39d16: XCOMMONS-3488: Convert the Filter test framework t...
by XWiki Notifications 28 Aug '26

28 Aug '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-commons Commit: a39d16480930892d94cf178338d3e67daad514fa https://github.com/xwiki/xwiki-commons/commit/a39d16480930892d94cf178338d3e… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-test/pom.xml R xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-test/src/main/java/org/xwiki/filter/test/integration/FilterTest.java R xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-test/src/main/java/org/xwiki/filter/test/integration/FilterTestSuite.java A xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-test/src/main/java/org/xwiki/filter/test/integration/junit5/FilterTest.java A xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-test/src/main/java/org/xwiki/filter/test/integration/junit5/InternalFilterTest.java Log Message: ----------- XCOMMONS-3488: Convert the Filter test framework to junit 5 (cherry picked from commit b73099234bc1ade88624454110f7a38c0b8a458a) Commit: ea6dcdb4a56bf69ea728cb0528c1c8dfc27fdbe8 https://github.com/xwiki/xwiki-commons/commit/ea6dcdb4a56bf69ea728cb0528c1c… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-test/src/main/java/org/xwiki/filter/test/integration/junit5/InternalFilterTest.java Log Message: ----------- XCOMMONS-3488: Convert the Filter test framework to junit 5 * remove useless annotation (cherry picked from commit 090fdc47a99133923faa3583b1dcd52ade52777e) Compare: https://github.com/xwiki/xwiki-commons/compare/83b9e8dbc88c...ea6dcdb4a56b 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-24732: The fact that the page titles can be changed in edit mode is not so visible anymore
by XWiki Notifications 28 Aug '26

28 Aug '26
1 0
0 0
[xwiki/xwiki-platform] e9b353: [Misc] Fix SonarQube issues by restoring the threa...
by XWiki Notifications 28 Aug '26

28 Aug '26
Branch: refs/heads/claude/clever-feynman-wwirfa-s2142 Home: https://github.com/xwiki/xwiki-platform Commit: e9b353c32c43142068a73917c3daf0eb98b4de86 https://github.com/xwiki/xwiki-platform/commit/e9b353c32c43142068a73917c3da… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-08-28 (Fri, 28 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-xar/src/main/java/org/xwiki/extension/xar/internal/delete/DocumentsDeletingListener.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-xar/src/main/java/org/xwiki/extension/xar/internal/handler/XarExtensionJobFinishedListener.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-xar/src/main/java/org/xwiki/extension/xar/internal/handler/packager/DefaultXWikiDocumentMerger.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/LiveNotificationEmailListener.java M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/xwiki-platform-mail-send-default/src/main/java/org/xwiki/mail/internal/AbstractMailStatusResult.java M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/xwiki-platform-mail-send-default/src/main/java/org/xwiki/mail/internal/thread/MailSenderInitializerListener.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/stats/impl/xwiki/XWikiStatsStoreService.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/DeleteAction.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAction.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/UndeleteAction.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/AbstractCopyOrMoveJob.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/main/java/org/xwiki/refactoring/job/XClassDeletingListener.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/service/AsyncRendererResourceReferenceHandler.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/job/JobsResourceImpl.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/DefaultSolrIndexer.java M xwiki-platform-tools/xwiki-platform-tool-packager-plugin/src/main/java/com/xpn/xwiki/tool/backup/DataMojo.java Log Message: ----------- [Misc] Fix SonarQube issues by restoring the thread interrupt status * java:S2142: 21 handlers of InterruptedException now call Thread.currentThread().interrupt() instead of losing the interrupt status * Broad catch clauses (Exception/Throwable) are left untouched: an unconditional re-interrupt there would fire for any exception 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-platform] ef7fab: [Misc] Fix SonarQube issues by replacing if/else c...
by XWiki Notifications 28 Aug '26

28 Aug '26
Branch: refs/heads/claude/clever-feynman-wwirfa Home: https://github.com/xwiki/xwiki-platform Commit: ef7fab1ec545aa9f4c902c42f151fe1ce127f8f2 https://github.com/xwiki/xwiki-platform/commit/ef7fab1ec545aa9f4c902c42f151… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-08-28 (Fri, 28 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-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/ExtensionScriptSafeProvider.java M xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/main/java/com/xpn/xwiki/plugin/feed/SyndEntryDocumentSource.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-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/output/XARWikiWriter.java M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/internal/nestedpages/query/DocumentReferenceResolverFilter.java M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-events-hibernate/xwiki-platform-legacy-events-hibernate-api/src/main/java/org/xwiki/notifications/sources/internal/ExpressionNodeToHQLConverter.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-sources/src/main/java/org/xwiki/notifications/sources/internal/ExpressionNodeToEventQueryConverter.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/PropertyConverter.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/BooleanClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/TextAreaClass.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/main/java/org/xwiki/refactoring/internal/DefaultReferenceRenamer.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-signature/src/main/java/org/xwiki/rendering/signature/internal/MacroBlockDumper.java M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-api/src/main/java/org/xwiki/security/authorization/cache/internal/DefaultSecurityCache.java M xwiki-platform-core/xwiki-platform-uiextension/xwiki-platform-uiextension-default/src/main/java/org/xwiki/uiextension/internal/UIExtensionRequiredRightsAnalyzer.java M xwiki-platform-core/xwiki-platform-xar/xwiki-platform-xar-model/src/main/java/org/xwiki/xar/internal/property/ListXarObjectPropertySerializer.java Log Message: ----------- [Misc] Fix SonarQube issues by replacing if/else chains with switch expressions * java:S6880: 19 sites converted to a switch expression or statement, on instanceof patterns and on int/enum constant comparisons * Each site's else branch decides between "case null, default" (the else accepted null) and a plain "default" (the else already dereferenced the selector) 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-rendering] 3bc422: [Misc] Fail a pull request on the SonarQube issues...
by XWiki Notifications 28 Aug '26

28 Aug '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-rendering Commit: 3bc422808fae5125f03500a72a3bfeedf1157062 https://github.com/xwiki/xwiki-rendering/commit/3bc422808fae5125f03500a72a3… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-08-28 (Fri, 28 Aug 2026) Changed paths: M .github/workflows/sonar-pr.yml Log Message: ----------- [Misc] Fail a pull request on the SonarQube issues its own lines carry * Drop sonar.qualitygate.wait: on a pull request SonarCloud counts every issue it reports in a changed file towards the new code metrics the quality gate is made of, whatever line the issue sits on, so a pull request editing one line of a file inherited the issues that file already had and failed a gate none of its own lines made red. * Judge the pull request on the lines it writes instead: wait for the report to be processed, then fail on any issue SonarCloud places on a line it flags as new, whatever the severity, and merely list the issues of the changed files that the pull request did not write. * The conditions of the gate that are not about issues go with it: the coverage is not measured by this build at all, and the duplication of new code is a ratio a handful of changed lines is enough to blow past. Master keeps being judged by the quality gate on ci.xwiki.org. 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-rendering/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 70e0ea: [Misc] Fail a pull request on the SonarQube issues...
by XWiki Notifications 28 Aug '26

28 Aug '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 70e0ea68a15adeed8d9aa3c00f6e248f0e666fd6 https://github.com/xwiki/xwiki-commons/commit/70e0ea68a15adeed8d9aa3c00f6e2… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-08-28 (Fri, 28 Aug 2026) Changed paths: M .github/workflows/sonar-pr.yml Log Message: ----------- [Misc] Fail a pull request on the SonarQube issues its own lines carry * Drop sonar.qualitygate.wait: on a pull request SonarCloud counts every issue it reports in a changed file towards the new code metrics the quality gate is made of, whatever line the issue sits on, so a pull request editing one line of a file inherited the issues that file already had and failed a gate none of its own lines made red. * Judge the pull request on the lines it writes instead: wait for the report to be processed, then fail on any issue SonarCloud places on a line it flags as new, whatever the severity, and merely list the issues of the changed files that the pull request did not write. * The conditions of the gate that are not about issues go with it: the coverage is not measured by this build at all, and the duplication of new code is a ratio a handful of changed lines is enough to blow past. Master keeps being judged by the quality gate on ci.xwiki.org. 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
[xwiki/xwiki-platform] 1a2cae: [Misc] Fail a pull request on the SonarQube issues...
by XWiki Notifications 28 Aug '26

28 Aug '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 1a2cae6d48eea226800203a74d69c665594cdb91 https://github.com/xwiki/xwiki-platform/commit/1a2cae6d48eea226800203a74d69… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-08-28 (Fri, 28 Aug 2026) Changed paths: M .github/workflows/sonar-pr.yml Log Message: ----------- [Misc] Fail a pull request on the SonarQube issues its own lines carry * Drop sonar.qualitygate.wait: on a pull request SonarCloud counts every issue it reports in a changed file towards the new code metrics the quality gate is made of, whatever line the issue sits on, so a pull request editing one line of a file inherited the issues that file already had and failed a gate none of its own lines made red. * Judge the pull request on the lines it writes instead: wait for the report to be processed, then fail on any issue SonarCloud places on a line it flags as new, whatever the severity, and merely list the issues of the changed files that the pull request did not write. * The conditions of the gate that are not about issues go with it: the coverage is not measured by this build at all, and the duplication of new code is a ratio a handful of changed lines is enough to blow past. Master keeps being judged by the quality gate on ci.xwiki.org. 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-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 3faadc: [Misc] Fix SonarQube issues by restoring the threa...
by XWiki Notifications 28 Aug '26

28 Aug '26
Branch: refs/heads/claude/clever-feynman-wwirfa-s2142 Home: https://github.com/xwiki/xwiki-platform Commit: 3faadcbe0b1ef06aeab5a1c0c6434d4039323881 https://github.com/xwiki/xwiki-platform/commit/3faadcbe0b1ef06aeab5a1c0c643… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-08-28 (Fri, 28 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-xar/src/main/java/org/xwiki/extension/xar/internal/delete/DocumentsDeletingListener.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-xar/src/main/java/org/xwiki/extension/xar/internal/handler/XarExtensionJobFinishedListener.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-xar/src/main/java/org/xwiki/extension/xar/internal/handler/packager/DefaultXWikiDocumentMerger.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/LiveNotificationEmailListener.java M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/xwiki-platform-mail-send-default/src/main/java/org/xwiki/mail/internal/AbstractMailStatusResult.java M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/xwiki-platform-mail-send-default/src/main/java/org/xwiki/mail/internal/thread/MailSenderInitializerListener.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/stats/impl/xwiki/XWikiStatsStoreService.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/DeleteAction.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAction.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/UndeleteAction.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/AbstractCopyOrMoveJob.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/main/java/org/xwiki/refactoring/job/XClassDeletingListener.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/service/AsyncRendererResourceReferenceHandler.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/job/JobsResourceImpl.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/DefaultSolrIndexer.java M xwiki-platform-tools/xwiki-platform-tool-packager-plugin/src/main/java/com/xpn/xwiki/tool/backup/DataMojo.java Log Message: ----------- [Misc] Fix SonarQube issues by restoring the thread interrupt status * java:S2142: 21 handlers of InterruptedException now call Thread.currentThread().interrupt() instead of losing the interrupt status * Broad catch clauses (Exception/Throwable) are left untouched: an unconditional re-interrupt there would fire for any exception 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-platform] b989eb: [Misc] Fix SonarQube issues by replacing if/else c...
by XWiki Notifications 28 Aug '26

28 Aug '26
Branch: refs/heads/claude/clever-feynman-wwirfa Home: https://github.com/xwiki/xwiki-platform Commit: b989eb4633d726de11f1e2a7ecbf99adc182c7b5 https://github.com/xwiki/xwiki-platform/commit/b989eb4633d726de11f1e2a7ecbf… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-08-28 (Fri, 28 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-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/safe/ExtensionScriptSafeProvider.java M xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/main/java/com/xpn/xwiki/plugin/feed/SyndEntryDocumentSource.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-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/output/XARWikiWriter.java M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/internal/nestedpages/query/DocumentReferenceResolverFilter.java M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-events-hibernate/xwiki-platform-legacy-events-hibernate-api/src/main/java/org/xwiki/notifications/sources/internal/ExpressionNodeToHQLConverter.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-sources/src/main/java/org/xwiki/notifications/sources/internal/ExpressionNodeToEventQueryConverter.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/PropertyConverter.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/BooleanClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/TextAreaClass.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/main/java/org/xwiki/refactoring/internal/DefaultReferenceRenamer.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-signature/src/main/java/org/xwiki/rendering/signature/internal/MacroBlockDumper.java M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-api/src/main/java/org/xwiki/security/authorization/cache/internal/DefaultSecurityCache.java M xwiki-platform-core/xwiki-platform-uiextension/xwiki-platform-uiextension-default/src/main/java/org/xwiki/uiextension/internal/UIExtensionRequiredRightsAnalyzer.java M xwiki-platform-core/xwiki-platform-xar/xwiki-platform-xar-model/src/main/java/org/xwiki/xar/internal/property/ListXarObjectPropertySerializer.java Log Message: ----------- [Misc] Fix SonarQube issues by replacing if/else chains with switch expressions * java:S6880: 19 sites converted to a switch expression or statement, on instanceof patterns and on int/enum constant comparisons * Each site's else branch decides between "case null, default" (the else accepted null) and a plain "default" (the else already dereferenced the selector) 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
  • ← Newer
  • 1
  • ...
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • ...
  • 5770
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.