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]

July 2026

  • 1 participants
  • 2725 discussions
[xwiki/xwiki-commons] a19eb1: [Misc] Remove useless assignments to local variabl...
by XWiki Notifications 26 Jul '26

26 Jul '26
Branch: refs/heads/sonarqube-fixes Home: https://github.com/xwiki/xwiki-commons Commit: a19eb1ca9dc0765dc0131520a8f2363c11fdd15d https://github.com/xwiki/xwiki-commons/commit/a19eb1ca9dc0765dc0131520a8f23… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-26 (Sun, 26 Jul 2026) Changed paths: M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-cipher/src/test/java/org/xwiki/crypto/cipher/internal/symmetric/factory/AbstractSymmetricCipherFactoryTest.java M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/src/test/java/org/xwiki/crypto/signer/internal/cms/DefaultCMSSignedDataTest.java M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-api/src/test/java/org/xwiki/filter/internal/AbstractFilterDescriptorManagerTest.java M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/test/Utils.java Log Message: ----------- [Misc] Remove useless assignments to local variables (SonarQube java:S1854) * Dead stores reported by SonarCloud; side-effecting calls kept as plain statements. Commit: 90901fd2ef2e983806da81bc16114e7e5dce2b02 https://github.com/xwiki/xwiki-commons/commit/90901fd2ef2e983806da81bc16114… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-26 (Sun, 26 Jul 2026) Changed paths: M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-common/src/test/java/org/xwiki/crypto/internal/encoder/Base64BinaryStringEncoderTest.java M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-common/src/test/java/org/xwiki/crypto/internal/encoder/HexBinaryStringEncoderTest.java M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-common/src/test/java/org/xwiki/crypto/internal/encoder/UrlBase64BinaryStringEncoderTest.java Log Message: ----------- [Misc] Replace string concatenations with text blocks in encoder tests (SonarQube java:S6126) Commit: d1ea24d5768a7153dd5cf6a8d19630cdb038bb83 https://github.com/xwiki/xwiki-commons/commit/d1ea24d5768a7153dd5cf6a8d1963… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-26 (Sun, 26 Jul 2026) Changed paths: M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/event/LogEventTest.java M xwiki-commons-core/xwiki-commons-store/xwiki-commons-store-blob/xwiki-commons-store-blob-filesystem/src/test/java/org/xwiki/store/blob/internal/FileSystemBlobStoreTest.java Log Message: ----------- [Misc] Fix expected/actual argument order in assertions (SonarQube java:S3415) Commit: e320dbb92a84e28a026e26703c40aac6af146cdb https://github.com/xwiki/xwiki-commons/commit/e320dbb92a84e28a026e26703c40a… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-26 (Sun, 26 Jul 2026) Changed paths: M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/marker/TranslationMarkerTest.java M xwiki-commons-core/xwiki-commons-observation/xwiki-commons-observation-api/src/test/java/org/xwiki/observation/event/ActionExecutionEventTest.java M xwiki-commons-core/xwiki-commons-observation/xwiki-commons-observation-api/src/test/java/org/xwiki/observation/event/CancelableEventTest.java M xwiki-commons-core/xwiki-commons-observation/xwiki-commons-observation-api/src/test/java/org/xwiki/observation/filter/AlwaysMatchingEventFilterTest.java M xwiki-commons-core/xwiki-commons-observation/xwiki-commons-observation-api/src/test/java/org/xwiki/observation/filter/FixedNameEventFilterTest.java M xwiki-commons-core/xwiki-commons-store/xwiki-commons-store-blob/xwiki-commons-store-blob-api/src/test/java/org/xwiki/store/blob/BlobRangeOptionTest.java Log Message: ----------- [Misc] Use assertEquals/assertNotEquals instead of assertTrue/assertFalse with equals() (SonarQube java:S5785) Commit: ea8c42a09e4efe7006017b9f69d0ebf2587d54a1 https://github.com/xwiki/xwiki-commons/commit/ea8c42a09e4efe7006017b9f69d0e… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-26 (Sun, 26 Jul 2026) Changed paths: M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/test/java/org/xwiki/extension/test/ExtensionPackager.java M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/test/java/org/xwiki/extension/test/FileExtensionRepository.java M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-test/src/main/java/org/xwiki/filter/test/integration/TestDataParser.java M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-test/src/main/java/org/xwiki/filter/test/internal/ZIPFileAssertComparator.java M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-common/src/main/java/org/xwiki/logging/internal/tail/AbstractFileLoggerTail.java Log Message: ----------- [Misc] Use try-with-resources where semantics are preserved (SonarQube java:S2093) * AbstractFileLoggerTail: extracted the read block into a private helper holding the try-with-resources (checkstyle NestedTryDepth); close order and error path unchanged. Compare: https://github.com/xwiki/xwiki-commons/compare/a19eb1ca9dc0%5E...ea8c42a09e… To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-rendering] f65a18: XRENDERING-809: MacroDescriptor legacy getDefaultC...
by XWiki Notifications 26 Jul '26

26 Jul '26
Branch: refs/heads/stable-18.4.x Home: https://github.com/xwiki/xwiki-rendering Commit: f65a18348a6ef7888ed954f8e967c729889dea8b https://github.com/xwiki/xwiki-rendering/commit/f65a18348a6ef7888ed954f8e96… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-26 (Sun, 26 Jul 2026) Changed paths: M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/pom.xml Log Message: ----------- XRENDERING-809: MacroDescriptor legacy getDefaultCategory() aspect is never weaved * Ignore in Revapi the @Around pointcut change of aroundGetDefaultCategory(), reported as an annotation attribute value change on the public aspect method. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
1 0
0 0
[xwiki/xwiki-rendering] 1d7cb1: XRENDERING-809: MacroDescriptor legacy getDefaultC...
by XWiki Notifications 26 Jul '26

26 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-rendering Commit: 1d7cb19ff74225faa13405ff8fae20aa4e937697 https://github.com/xwiki/xwiki-rendering/commit/1d7cb19ff74225faa13405ff8fa… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-26 (Sun, 26 Jul 2026) Changed paths: M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/pom.xml Log Message: ----------- XRENDERING-809: MacroDescriptor legacy getDefaultCategory() aspect is never weaved * Ignore in Revapi the @Around pointcut change of aroundGetDefaultCategory(), reported as an annotation attribute value change on the public aspect method. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
1 0
0 0
[xwiki/xwiki-rendering] 1fe966: XRENDERING-809: MacroDescriptor legacy getDefaultC...
by XWiki Notifications 26 Jul '26

26 Jul '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-rendering Commit: 1fe9668e7e78bc7f4ea2397759fded34e737ec02 https://github.com/xwiki/xwiki-rendering/commit/1fe9668e7e78bc7f4ea2397759f… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-26 (Sun, 26 Jul 2026) Changed paths: M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/pom.xml Log Message: ----------- XRENDERING-809: MacroDescriptor legacy getDefaultCategory() aspect is never weaved * Ignore in Revapi the @Around pointcut change of aroundGetDefaultCategory(), reported as an annotation attribute value change on the public aspect method. 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] 67b42d: [Misc] Move deprecated PropertyDescriptor#getFied(...
by XWiki Notifications 26 Jul '26

26 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 67b42df723a5166e9217eb8e394556a013cc3b24 https://github.com/xwiki/xwiki-platform/commit/67b42df723a5166e9217eb8e3945… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-26 (Sun, 26 Jul 2026) Changed paths: M xwiki-platform-distribution/xwiki-platform-distribution-war-legacydependencies/pom.xml Log Message: ----------- [Misc] Move deprecated PropertyDescriptor#getFied() to legacy * Also exclude the clean xwiki-commons-properties JAR from the legacy dependencies that were still pulling it transitively. Now that xwiki-commons-properties is a weaved module, its clean JAR is banned in the WAR, but each legacy module depends on its clean counterpart with <type>pom</type> to inherit its transitive dependencies, and the ban only matches the JAR type, so the clean properties JAR was still coming in underneath those pom nodes and failed the enforcer. 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
[[email protected]][Issue] Updates for XDOCKER-8: Also offer an alpine-based image to reduce download size
by XWiki Notifications 26 Jul '26

26 Jul '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22786: Update or mark method User#isUserInGroup as deprecated
by XWiki Notifications 26 Jul '26

26 Jul '26
1 0
0 0
[xwiki/xwiki-dev-llm] 8aeb9c: [Misc] Add AI attributions instead of removing them
by XWiki Notifications 26 Jul '26

26 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-dev-llm Commit: 8aeb9c067ca9122259875a6152750ca7747275b3 https://github.com/xwiki/xwiki-dev-llm/commit/8aeb9c067ca9122259875a6152750… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-26 (Sun, 26 Jul 2026) Changed paths: M xwiki/skills/xwiki-knowledge/SKILL.md M xwiki/skills/xwiki-pull-request/SKILL.md Log Message: ----------- [Misc] Add AI attributions instead of removing them 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-platform] 525c7d: [Misc] Fix the jacoco threshold of xwiki-platform-...
by XWiki Notifications 26 Jul '26

26 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 525c7dc8a07b7ecf02cb3289ae8d5997321da05e https://github.com/xwiki/xwiki-platform/commit/525c7dc8a07b7ecf02cb3289ae8d… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-26 (Sun, 26 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/xwiki-platform-legacy-rendering-wikimacro/xwiki-platform-legacy-rendering-wikimacro-api/pom.xml Log Message: ----------- [Misc] Fix the jacoco threshold of xwiki-platform-legacy-rendering-wikimacro-api The instruction coverage of this module is 0.15 while the threshold was set to 0.16, which failed the build. 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] e911f5: XWIKI-22786: Update or mark method User#isUserInGr...
by XWiki Notifications 26 Jul '26

26 Jul '26
Branch: refs/heads/XWIKI-22786 Home: https://github.com/xwiki/xwiki-platform Commit: e911f52bfa196107976b44bb0a784258a1fbd01f https://github.com/xwiki/xwiki-platform/commit/e911f52bfa196107976b44bb0a78… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-26 (Sun, 26 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-extension-handler-xar/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-messagestream/xwiki-platform-legacy-messagestream-api/pom.xml A xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/api/UserCompatibilityAspect.aj A xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/user/api/XWikiUserCompatibilityAspect.aj A xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/test/java/com/xpn/xwiki/api/UserTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/User.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/user/api/XWikiUser.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/api/UserTest.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/getusersandgroups.vm Log Message: ----------- XWIKI-22786: Update or mark method User#isUserInGroup as deprecated Deprecate com.xpn.xwiki.api.User#isUserInGroup(String) and com.xpn.xwiki.user.api.XWikiUser#isUserInGroup(String, XWikiContext) and move them to xwiki-platform-legacy-oldcore, which re-adds them by weaving xwiki-platform-oldcore with inter-type declarations. Both aspects are privileged since the methods use private members of the classes they are declared on. The recommended replacement is the org.xwiki.user.group.GroupManager component: unlike these methods it takes a group reference (and is thus not restricted to the current wiki) and it can optionally take sub-groups into account. The two remaining callers keep the current semantics (direct members only, so no behavior changes): * getusersandgroups.vm now uses the user.group script service. The current user reference is checked explicitly since it is null for the guest user. * GroupMessageStreamNotificationFilter is left untouched: since it is itself legacy code, its module now depends on xwiki-platform-legacy-oldcore rather than xwiki-platform-oldcore so that it still sees the deprecated method. xwiki-platform-oldcore itself skips Revapi because xwiki-platform-legacy-oldcore wraps it and runs the check on the woven jar, which still exposes both methods. Modules depending on it are checked against the unwoven jar though, and xwiki-platform-legacy-extension-handler-xar is the one module that exposes both classes in its API and therefore reported the two methods as removed. It now depends on xwiki-platform-legacy-oldcore too, so that its check also compares against the woven jar. That comparison is asymmetric until the next release, since the version it is compared against still depends on the unwoven jar, hence the two ignores for the inter-type declarations that only the woven jar has. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • ...
  • 273
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.