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
notifications@xwiki.org

  • 1 participants
  • 59823 discussions
[xwiki/xwiki-commons] 1b0902: [Misc] Replace use of deprecated StringUtils.start...
by XWiki Notifications 05 Mar '26

05 Mar '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 1b090271b813fae9326e6216c2e504b6f597a9c7 https://github.com/xwiki/xwiki-commons/commit/1b090271b813fae9326e6216c2e50… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-03-05 (Thu, 05 Mar 2026) Changed paths: 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-job/xwiki-commons-job-default/src/test/java/org/xwiki/job/internal/Version3JobStatusFolderResolverTest.java M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/tools/StringToolTest.java Log Message: ----------- [Misc] Replace use of deprecated StringUtils.startsWith with String.CS.startsWith Commit: a361027e7e3cc5ee03d5e0c3057adb22ad818157 https://github.com/xwiki/xwiki-commons/commit/a361027e7e3cc5ee03d5e0c3057ad… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-03-05 (Thu, 05 Mar 2026) Changed paths: M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/test/java/org/xwiki/job/internal/Version3JobStatusFolderResolverTest.java M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/tools/StringToolTest.java Log Message: ----------- [Misc] Replace use of deprecated StringUtils.endsWith with String.CS.endsWith Commit: 9245ebf3f8a76b62fe1b3b0e1e4b55832a59a104 https://github.com/xwiki/xwiki-commons/commit/9245ebf3f8a76b62fe1b3b0e1e4b5… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-03-05 (Thu, 05 Mar 2026) Changed paths: M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/test/java/org/xwiki/job/internal/Version3JobStatusFolderResolverTest.java M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-properties/src/main/java/org/xwiki/properties/converter/AbstractCollectionConverter.java Log Message: ----------- [Misc] Replace use of deprecated StringUtils.contains with String.CS.contains Commit: 4815106197c344974818be8888a9fbc3e6ed247a https://github.com/xwiki/xwiki-commons/commit/4815106197c344974818be8888a9f… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-03-05 (Thu, 05 Mar 2026) Changed paths: M xwiki-commons-core/xwiki-commons-context/src/test/java/org/xwiki/context/ExecutionContextPropertyTest.java Log Message: ----------- [Misc] Fix ExecutionContextPropertyTest assertions Compare: https://github.com/xwiki/xwiki-commons/compare/8b42a0a2b33a...4815106197c3 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] 9675fc: [Misc] Replace use of deprecated StringUtils.start...
by XWiki Notifications 05 Mar '26

05 Mar '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 9675fc2430863a30d0a413cf4bf4594a3fad33cf https://github.com/xwiki/xwiki-platform/commit/9675fc2430863a30d0a413cf4bf4… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-03-05 (Thu, 05 Mar 2026) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-rest/src/main/java/org/xwiki/search/solr/internal/rest/SolrKeywordSearchSource.java Log Message: ----------- [Misc] Replace use of deprecated StringUtils.startsWith with String.CS.startsWith Commit: ee45ffeeb31456aeb33eb2222b5f8b11a9684871 https://github.com/xwiki/xwiki-platform/commit/ee45ffeeb31456aeb33eb2222b5f… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-03-05 (Thu, 05 Mar 2026) Changed paths: M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-events-hibernate/xwiki-platform-legacy-events-hibernate-api/src/main/java/org/xwiki/eventstream/store/internal/AbstractLegacyEventConverter.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java Log Message: ----------- [Misc] Replace use of deprecated StringUtils.endsWith with String.CS.endsWith Commit: c70793418ef48b9b26cb150b9a76b487746a66f2 https://github.com/xwiki/xwiki-platform/commit/c70793418ef48b9b26cb150b9a76… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-03-05 (Thu, 05 Mar 2026) Changed paths: M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-test/xwiki-platform-appwithinminutes-test-docker/src/test/it/org/xwiki/appwithinminutes/test/ui/ClassEditorIT.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/ui/AbstractCKEditorIT.java M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-test/xwiki-platform-office-test-docker/src/test/it/org/xwiki/officeimporter/test/ui/OfficeImporterIT.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/WikiMacroParameterObjectRequiredRightAnalyzer.java M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-skinx/src/main/java/com/xpn/xwiki/plugin/skinx/AbstractSkinExtensionPlugin.java Log Message: ----------- [Misc] Replace use of deprecated StringUtils.contains with String.CS.contains Compare: https://github.com/xwiki/xwiki-platform/compare/ce255533fa4d...c70793418ef4 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] ac887c: [Misc] Replace use of deprecated StringUtils.start...
by XWiki Notifications 05 Mar '26

05 Mar '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-commons Commit: ac887c350a1d79828ba29a932a536c19b12c4be7 https://github.com/xwiki/xwiki-commons/commit/ac887c350a1d79828ba29a932a536… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-03-05 (Thu, 05 Mar 2026) Changed paths: 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-job/xwiki-commons-job-default/src/test/java/org/xwiki/job/internal/Version3JobStatusFolderResolverTest.java M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/tools/StringToolTest.java Log Message: ----------- [Misc] Replace use of deprecated StringUtils.startsWith with String.CS.startsWith Commit: 50248f96272edd954cb4facafb51f628f3df4617 https://github.com/xwiki/xwiki-commons/commit/50248f96272edd954cb4facafb51f… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-03-05 (Thu, 05 Mar 2026) Changed paths: M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/test/java/org/xwiki/job/internal/Version3JobStatusFolderResolverTest.java M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/tools/StringToolTest.java Log Message: ----------- [Misc] Replace use of deprecated StringUtils.endsWith with String.CS.endsWith Commit: cc2d6e70a486508fb6c59e923115425bcd5ce5a1 https://github.com/xwiki/xwiki-commons/commit/cc2d6e70a486508fb6c59e9231154… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-03-05 (Thu, 05 Mar 2026) Changed paths: M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/test/java/org/xwiki/job/internal/Version3JobStatusFolderResolverTest.java M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-properties/src/main/java/org/xwiki/properties/converter/AbstractCollectionConverter.java Log Message: ----------- [Misc] Replace use of deprecated StringUtils.contains with String.CS.contains Commit: 28bbbd7ff21b55def49a3ac1565ccbf507c05344 https://github.com/xwiki/xwiki-commons/commit/28bbbd7ff21b55def49a3ac1565cc… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-03-05 (Thu, 05 Mar 2026) Changed paths: M xwiki-commons-core/xwiki-commons-context/src/test/java/org/xwiki/context/ExecutionContextPropertyTest.java Log Message: ----------- [Misc] Fix ExecutionContextPropertyTest assertions Compare: https://github.com/xwiki/xwiki-commons/compare/289bb0790f46...28bbbd7ff21b 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] 4bc6e0: [Misc] Replace use of deprecated StringUtils.start...
by XWiki Notifications 05 Mar '26

05 Mar '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 4bc6e066852b8703ae90b35bc0d9aa0e5b023969 https://github.com/xwiki/xwiki-platform/commit/4bc6e066852b8703ae90b35bc0d9… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-03-05 (Thu, 05 Mar 2026) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-rest/src/main/java/org/xwiki/search/solr/internal/rest/SolrKeywordSearchSource.java Log Message: ----------- [Misc] Replace use of deprecated StringUtils.startsWith with String.CS.startsWith Commit: 4cbc2330e683bad544996616866276cbb9579cae https://github.com/xwiki/xwiki-platform/commit/4cbc2330e683bad5449966168662… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-03-05 (Thu, 05 Mar 2026) Changed paths: M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-events-hibernate/xwiki-platform-legacy-events-hibernate-api/src/main/java/org/xwiki/eventstream/store/internal/AbstractLegacyEventConverter.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java Log Message: ----------- [Misc] Replace use of deprecated StringUtils.endsWith with String.CS.endsWith Commit: c28ce5f6962d5c7525f5faaf6a50b70a0a888563 https://github.com/xwiki/xwiki-platform/commit/c28ce5f6962d5c7525f5faaf6a50… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-03-05 (Thu, 05 Mar 2026) Changed paths: M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-test/xwiki-platform-appwithinminutes-test-docker/src/test/it/org/xwiki/appwithinminutes/test/ui/ClassEditorIT.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/ui/AbstractCKEditorIT.java M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-test/xwiki-platform-office-test-docker/src/test/it/org/xwiki/officeimporter/test/ui/OfficeImporterIT.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/WikiMacroParameterObjectRequiredRightAnalyzer.java M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-skinx/src/main/java/com/xpn/xwiki/plugin/skinx/AbstractSkinExtensionPlugin.java Log Message: ----------- [Misc] Replace use of deprecated StringUtils.contains with String.CS.contains Compare: https://github.com/xwiki/xwiki-platform/compare/7122ad3235db...c28ce5f6962d 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] d0bf65: [Misc] Replace use of deprecated StringUtils.start...
by XWiki Notifications 05 Mar '26

05 Mar '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-rendering Commit: d0bf65bfd4080ca193d4e65d6488b31e9ff24a89 https://github.com/xwiki/xwiki-rendering/commit/d0bf65bfd4080ca193d4e65d648… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-03-05 (Thu, 05 Mar 2026) Changed paths: M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/src/main/java/org/xwiki/rendering/internal/macro/footnote/PutFootnotesMacro.java Log Message: ----------- [Misc] Replace use of deprecated StringUtils.startsWith with String.CS.startsWith 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] 14a79c: [Misc] Replace use of deprecated StringUtils.start...
by XWiki Notifications 05 Mar '26

05 Mar '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-rendering Commit: 14a79cdf8d5586f24255cfc1c4c4623c06f08248 https://github.com/xwiki/xwiki-rendering/commit/14a79cdf8d5586f24255cfc1c4c… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-03-05 (Thu, 05 Mar 2026) Changed paths: M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/src/main/java/org/xwiki/rendering/internal/macro/footnote/PutFootnotesMacro.java Log Message: ----------- [Misc] Replace use of deprecated StringUtils.startsWith with String.CS.startsWith 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] 2d65bc: [Misc] Fix javadoc + apply code best practices
by XWiki Notifications 05 Mar '26

05 Mar '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 2d65bcf063a164e7f3464f6e3b5a747466c05a47 https://github.com/xwiki/xwiki-platform/commit/2d65bcf063a164e7f3464f6e3b5a… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-03-05 (Thu, 05 Mar 2026) Changed paths: M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-distribution/src/main/java/org/xwiki/extension/distribution/internal/job/AbstractDistributionJob.java Log Message: ----------- [Misc] Fix javadoc + apply code best practices Commit: ce255533fa4d809b91a8c28775207afff307145e https://github.com/xwiki/xwiki-platform/commit/ce255533fa4d809b91a8c2877520… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-03-05 (Thu, 05 Mar 2026) Changed paths: M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-distribution/src/main/java/org/xwiki/extension/distribution/internal/job/AbstractDistributionJob.java Log Message: ----------- [Misc] Fix missing break, as reported by SonarCloud Compare: https://github.com/xwiki/xwiki-platform/compare/3263762c755b...ce255533fa4d To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] Updates for CRISTAL-806: Document listeners are never removed
by XWiki Notifications 05 Mar '26

05 Mar '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-24068: Add support to unregister document listeners to Cristal's DocumentService
by XWiki Notifications 05 Mar '26

05 Mar '26
1 0
0 0
[xwiki/xwiki-platform] 326376: XWIKI-24068: Add support to unregister document li...
by XWiki Notifications 05 Mar '26

05 Mar '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 3263762c755b72b6eec4adc8ec87330531817b4a https://github.com/xwiki/xwiki-platform/commit/3263762c755b72b6eec4adc8ec87… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2026-03-05 (Thu, 05 Mar 2026) Changed paths: M xwiki-platform-core/xwiki-platform-node/src/main/node/core/document/document-api/etc/platform-document-api.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/document/document-api/src/index.ts Log Message: ----------- XWIKI-24068: Add support to unregister document listeners to Cristal's DocumentService (#5247) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 1289
  • 1290
  • 1291
  • 1292
  • 1293
  • 1294
  • 1295
  • ...
  • 5983
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.