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 -----
  • 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]

November 2025

  • 1 participants
  • 1507 discussions
[xwiki/xwiki-commons] dbb15d: XCOMMONS-3286: Stop using http client 3 in XWiki S...
by XWiki Notifications 13 Nov '25

13 Nov '25
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-commons Commit: dbb15de0b5669185e1fcaad96a3c05da48b8ac2c https://github.com/xwiki/xwiki-commons/commit/dbb15de0b5669185e1fcaad96a3c0… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-11-13 (Thu, 13 Nov 2025) Changed paths: M pom.xml M xwiki-commons-core/pom.xml A xwiki-commons-core/xwiki-commons-http/pom.xml A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/URIUtils.java A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/internal/XWikiCredentials.java A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/internal/XWikiHTTPClient.java A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/internal/XWikiHTTPClientResponseHandler.java Log Message: ----------- XCOMMONS-3286: Stop using http client 3 in XWiki Standard (#1506) (cherry picked from commit 0888ce05c7223627ee73161b70fc082b82720484) 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] 265744: XCOMMONS-3286: Stop using http client 3 in XWiki S...
by XWiki Notifications 13 Nov '25

13 Nov '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 26574436907ee6c96eba0101c709e4922acd9fae https://github.com/xwiki/xwiki-platform/commit/26574436907ee6c96eba0101c709… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-11-13 (Thu, 13 Nov 2025) Changed paths: M xwiki-platform-core/pom.xml M xwiki-platform-core/xwiki-platform-oldcore/pom.xml 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/web/SaveAction.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAndContinueAction.java M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/pom.xml M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/Utils.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-rest/pom.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/pom.xml M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-api/src/main/java/org/xwiki/vfs/internal/attach/AttachURIVfsResourceReferenceSerializer.java M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-api/src/main/java/org/xwiki/vfs/internal/attach/XWikiModelNode.java M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-test/xwiki-platform-wiki-test-docker/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-escaping/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-storage/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-war-dependencies/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-war-legacydependencies/pom.xml M xwiki-platform-tools/xwiki-platform-tool-provision-plugin/pom.xml Log Message: ----------- XCOMMONS-3286: Stop using http client 3 in XWiki Standard (#4771) * this imply removing a public API that used to expose it * only covers runtime, it's still used a lot in integration tests 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] 119153: XCOMMONS-3286: Stop using http client 3 in XWiki S...
by XWiki Notifications 13 Nov '25

13 Nov '25
Branch: refs/heads/backport-1506-to-stable-17.10.x Home: https://github.com/xwiki/xwiki-commons Commit: 119153841c48f081297ec2a11ccad12f0ccf06c0 https://github.com/xwiki/xwiki-commons/commit/119153841c48f081297ec2a11ccad… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-11-13 (Thu, 13 Nov 2025) Changed paths: M pom.xml M xwiki-commons-core/pom.xml A xwiki-commons-core/xwiki-commons-http/pom.xml A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/URIUtils.java A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/internal/XWikiCredentials.java A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/internal/XWikiHTTPClient.java A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/internal/XWikiHTTPClientResponseHandler.java Log Message: ----------- XCOMMONS-3286: Stop using http client 3 in XWiki Standard (#1506) (cherry picked from commit 0888ce05c7223627ee73161b70fc082b82720484) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 78a0a4: XCOMMONS-3286: Stop using http client 3 in XWiki S...
by XWiki Notifications 13 Nov '25

13 Nov '25
Branch: refs/heads/backport-1506-to-stable-17.4.x Home: https://github.com/xwiki/xwiki-commons Commit: 78a0a4a436def4ba4d297ddd88bfadfdf6f81906 https://github.com/xwiki/xwiki-commons/commit/78a0a4a436def4ba4d297ddd88bfa… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-11-13 (Thu, 13 Nov 2025) Changed paths: M pom.xml M xwiki-commons-core/pom.xml A xwiki-commons-core/xwiki-commons-http/pom.xml A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/URIUtils.java A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/internal/XWikiCredentials.java A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/internal/XWikiHTTPClient.java A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/internal/XWikiHTTPClientResponseHandler.java Log Message: ----------- XCOMMONS-3286: Stop using http client 3 in XWiki Standard (#1506) (cherry picked from commit 0888ce05c7223627ee73161b70fc082b82720484) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 0dc7b3: XCOMMONS-3286: Stop using http client 3 in XWiki S...
by XWiki Notifications 13 Nov '25

13 Nov '25
Branch: refs/heads/backport-1506-to-stable-16.10.x Home: https://github.com/xwiki/xwiki-commons Commit: 0dc7b3e2a584588d8730d89598b149f5c37d37d6 https://github.com/xwiki/xwiki-commons/commit/0dc7b3e2a584588d8730d89598b14… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-11-13 (Thu, 13 Nov 2025) Changed paths: M pom.xml M xwiki-commons-core/pom.xml A xwiki-commons-core/xwiki-commons-http/pom.xml A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/URIUtils.java A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/internal/XWikiCredentials.java A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/internal/XWikiHTTPClient.java A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/internal/XWikiHTTPClientResponseHandler.java Log Message: ----------- XCOMMONS-3286: Stop using http client 3 in XWiki Standard (#1506) (cherry picked from commit 0888ce05c7223627ee73161b70fc082b82720484) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 0888ce: XCOMMONS-3286: Stop using http client 3 in XWiki S...
by XWiki Notifications 13 Nov '25

13 Nov '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 0888ce05c7223627ee73161b70fc082b82720484 https://github.com/xwiki/xwiki-commons/commit/0888ce05c7223627ee73161b70fc0… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-11-13 (Thu, 13 Nov 2025) Changed paths: M pom.xml M xwiki-commons-core/pom.xml A xwiki-commons-core/xwiki-commons-http/pom.xml A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/URIUtils.java A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/internal/XWikiCredentials.java A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/internal/XWikiHTTPClient.java A xwiki-commons-core/xwiki-commons-http/src/main/java/org/xwiki/http/internal/XWikiHTTPClientResponseHandler.java Log Message: ----------- XCOMMONS-3286: Stop using http client 3 in XWiki Standard (#1506) 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-23716: Improve the UI of Comments
by XWiki Notifications 13 Nov '25

13 Nov '25
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3241: Upgrade to Protobuf Java 3.25.6
by XWiki Notifications 13 Nov '25

13 Nov '25
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-2974: Upgrade to Protobuf Java 4.33.1
by XWiki Notifications 13 Nov '25

13 Nov '25
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3139: Upgrade to Closure Compiler Maven plugin 2.32.0
by XWiki Notifications 13 Nov '25

13 Nov '25
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • ...
  • 151
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.