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] 64d735: [Misc] Use isEmpty() instead of comparing length()...
by XWiki Notifications 26 Jul '26

26 Jul '26
Branch: refs/heads/claude/nifty-bell-vwbl7e Home: https://github.com/xwiki/xwiki-commons Commit: 64d73570dc90768a55dc7edcf8adffe692b30902 https://github.com/xwiki/xwiki-commons/commit/64d73570dc90768a55dc7edcf8adf… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-26 (Sun, 26 Jul 2026) Changed paths: M xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-default/src/main/java/org/xwiki/component/annotation/ComponentAnnotationLoader.java M xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-default/src/main/java/org/xwiki/component/annotation/ComponentDescriptorFactory.java M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/java/org/xwiki/extension/version/internal/DefaultVersionConstraint.java M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/java/org/xwiki/extension/version/internal/DefaultVersionRange.java M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/java/org/xwiki/extension/version/internal/DefaultVersionRangeCollection.java M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/java/org/xwiki/extension/version/internal/VersionUtils.java M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/main/java/org/xwiki/extension/repository/aether/internal/AetherExtensionRepository.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-xml/src/main/java/org/xwiki/filter/xml/internal/parser/DefaultXMLParser.java M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-classloader/xwiki-commons-legacy-classloader-api/src/main/java/org/xwiki/classloader/internal/ResourceLoader.java M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-component/xwiki-commons-legacy-component-default/src/main/java/org/xwiki/component/annotation/RequirementComponentDependencyFactory.java M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-properties/src/main/java/org/xwiki/properties/converter/AbstractCollectionConverter.java M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/ExtendedMessageFormatter.java M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/converter/collection/AbstractCollectionConverter.java M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/internal/converter/EnumConverter.java M xwiki-commons-core/xwiki-commons-properties/src/main/java/org/xwiki/properties/internal/converter/LocaleConverter.java M xwiki-commons-core/xwiki-commons-repository/xwiki-commons-repository-api/src/main/java/org/xwiki/repository/UriBuilder.java M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/EscapeTool.java M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/internal/html/FontTagTransformation.java M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/internal/html/filter/BodyFilter.java M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/internal/html/filter/ListFilter.java M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/stax/SAXEventWriter.java M xwiki-commons-tools/xwiki-commons-tool-spoon/xwiki-commons-tool-spoon-checks/src/main/java/org/xwiki/tool/spoon/ComponentAnnotationProcessor.java M xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-simple/src/main/java/org/xwiki/test/junit5/LogCaptureExtension.java M xwiki-commons-tools/xwiki-commons-tool-xar/xwiki-commons-tool-xar-plugin/src/main/java/org/xwiki/tool/xar/XWikiXMLWriter.java Log Message: ----------- [Misc] Use isEmpty() instead of comparing length() to zero * Fixes 37 SonarCloud java:S7158 issues ("Use isEmpty() to check whether a StringBuilder is empty or not") across 25 files. * Purely mechanical and behaviour-neutral: X.length() == 0 becomes X.isEmpty() and X.length() > 0 / != 0 becomes !X.isEmpty(). Co-Authored-By: Vincent Massol <vincent(a)massol.net> 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 XDOCKER-77: Set git tags for stable versions in docker-xwiki repository
by XWiki Notifications 25 Jul '26

25 Jul '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-12292: API isUserInGroup method doesn't work with sub group
by XWiki Notifications 25 Jul '26

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

25 Jul '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24621: Notification watch settings can silently fail to be saved
by XWiki Notifications 25 Jul '26

25 Jul '26
1 0
0 0
[xwiki/xwiki-platform] f895b2: XWIKI-24621: Notification watch settings can silen...
by XWiki Notifications 25 Jul '26

25 Jul '26
Branch: refs/heads/XWIKI-24621 Home: https://github.com/xwiki/xwiki-platform Commit: f895b2bef5317a30ab30e2f3faae61dcb8e6da6a https://github.com/xwiki/xwiki-platform/commit/f895b2bef5317a30ab30e2f3faae… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-25 (Sat, 25 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsWatchUIX.xml Log Message: ----------- XWIKI-24621: Notification watch settings can silently fail to be saved * Replace the jqXHR error() callback, removed in jQuery 3.0 and no longer restored by jQuery Migrate 4, by fail(). Registering it used to throw a TypeError, leaving the failure path unhandled: a request that failed was silently ignored, with no feedback at all for the user. * Chain the second change of the combined options with then() instead of passing an already started request to the deprecated pipe(). Both changes were sent concurrently and the page could be reloaded while the second one was still in flight, silently dropping it. 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 XWIKI-24621: Notification watch settings can silently fail to be saved
by XWiki Notifications 25 Jul '26

25 Jul '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23202: JQuery, remove deprecated calls
by XWiki Notifications 25 Jul '26

25 Jul '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-17088: Warnings for deprecated usage of getter while using Distribution Wizard on upgrade
by XWiki Notifications 25 Jul '26

25 Jul '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24587: Create/check for automated tests for "Deny the rights for a user at wiki level and give rights to a group at page level"
by XWiki Notifications 25 Jul '26

25 Jul '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • ...
  • 273
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.