Branch: refs/heads/claude/laughing-goodall-pklyu1 Home: https://github.com/xwiki/xwiki-platform Commit: 67c049b23952f65317fee5ca34f8f45a8be8ff39 https://github.com/xwiki/xwiki-platform/commit/67c049b23952f65317fee5ca34f8f... Author: Vincent Massol <[email protected]> Date: 2026-07-23 (Thu, 23 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-io/src/main/java/org/xwiki/annotation/io/internal/DefaultIOService.java M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-io/src/main/java/org/xwiki/annotation/io/internal/migration/hibernate/R180600000XWIKI20699DataMigration.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/output/DocumentInstanceOutputFilterStream.java Log Message: ----------- [Misc] Fix various SonarCloud issues (unused field, collapsible if, Collectors.toList) Fix three SonarCloud issues: * java:S1068 - remove the unused private "currentLocaleParameters" field in DocumentInstanceOutputFilterStream * java:S1066 - merge a collapsible nested "if" in DefaultIOService * java:S6204 - replace Stream.collect(Collectors.toList()) with Stream.toList() in R180600000XWIKI20699DataMigration Co-Authored-By: Vincent Massol <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications