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]

September 2026

  • 1 participants
  • 2257 discussions
[xwiki/xwiki-commons] f909ac: XCOMMONS-3776: Switch from MinIO to Silo in integr...
by XWiki Notifications 14 Sep '26

14 Sep '26
Branch: refs/heads/stable-18.4.x Home: https://github.com/xwiki/xwiki-commons Commit: f909acb7430894de68e9fac5745cd0534974c8f7 https://github.com/xwiki/xwiki-commons/commit/f909acb7430894de68e9fac5745cd… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-09-14 (Mon, 14 Sep 2026) Changed paths: M xwiki-commons-core/xwiki-commons-store/xwiki-commons-store-blob/xwiki-commons-store-blob-test/xwiki-commons-store-blob-test-docker/src/test/it/org/xwiki/store/blob/BlobStoreExtension.java M xwiki-commons-core/xwiki-commons-store/xwiki-commons-store-blob/xwiki-commons-store-blob-test/xwiki-commons-store-blob-test-docker/src/test/it/org/xwiki/store/blob/S3BlobStoreIT.java Log Message: ----------- XCOMMONS-3776: Switch from MinIO to Silo in integration tests * The minio/minio images are not published on Docker Hub anymore, use pgsty/silo, a maintained fork of the MinIO server, instead. * Silo keeps the MinIO ports, health check endpoint and MINIO_* environment variables, so it can still be started with the MinIO Testcontainers module through asCompatibleSubstituteFor(). Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> (cherry picked from commit 33dae1df9edce3834528e4166a96e1e8e24c9a6b) 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] cc9dab: XCOMMONS-3776: Switch from MinIO to Silo in integr...
by XWiki Notifications 14 Sep '26

14 Sep '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-commons Commit: cc9dab319a0500c2874554f96cca4383c2671591 https://github.com/xwiki/xwiki-commons/commit/cc9dab319a0500c2874554f96cca4… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-09-14 (Mon, 14 Sep 2026) Changed paths: M xwiki-commons-core/xwiki-commons-store/xwiki-commons-store-blob/xwiki-commons-store-blob-test/xwiki-commons-store-blob-test-docker/src/test/it/org/xwiki/store/blob/BlobStoreExtension.java M xwiki-commons-core/xwiki-commons-store/xwiki-commons-store-blob/xwiki-commons-store-blob-test/xwiki-commons-store-blob-test-docker/src/test/it/org/xwiki/store/blob/S3BlobStoreIT.java Log Message: ----------- XCOMMONS-3776: Switch from MinIO to Silo in integration tests * The minio/minio images are not published on Docker Hub anymore, use pgsty/silo, a maintained fork of the MinIO server, instead. * Silo keeps the MinIO ports, health check endpoint and MINIO_* environment variables, so it can still be started with the MinIO Testcontainers module through asCompatibleSubstituteFor(). Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> (cherry picked from commit 33dae1df9edce3834528e4166a96e1e8e24c9a6b) 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 XCOMMONS-3776: Switch from MinIO to Silo in integration tests
by XWiki Notifications 14 Sep '26

14 Sep '26
1 0
0 0
[xwiki/xwiki-platform] 5d4f3d: XCOMMONS-3776: Switch from MinIO to Silo in integr...
by XWiki Notifications 14 Sep '26

14 Sep '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 5d4f3dabeeedbb455569886623b55072c2cf02cf https://github.com/xwiki/xwiki-platform/commit/5d4f3dabeeedbb455569886623b5… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-09-14 (Mon, 14 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/blobstore/BlobStoreContainerExecutor.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/junit5/blobstore/BlobStore.java Log Message: ----------- XCOMMONS-3776: Switch from MinIO to Silo in integration tests * The minio/minio images are not published on Docker Hub anymore, use pgsty/silo, a maintained fork of the MinIO server, instead. * Silo keeps the MinIO ports, health check endpoint and MINIO_* environment variables, so it can still be started with the MinIO Testcontainers module through asCompatibleSubstituteFor(). * Create the bucket with mcli, the name of the MinIO client in the Silo image, and rename the network alias accordingly. 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-commons] 33dae1: XCOMMONS-3776: Switch from MinIO to Silo in integr...
by XWiki Notifications 14 Sep '26

14 Sep '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 33dae1df9edce3834528e4166a96e1e8e24c9a6b https://github.com/xwiki/xwiki-commons/commit/33dae1df9edce3834528e4166a96e… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-09-14 (Mon, 14 Sep 2026) Changed paths: M xwiki-commons-core/xwiki-commons-store/xwiki-commons-store-blob/xwiki-commons-store-blob-test/xwiki-commons-store-blob-test-docker/src/test/it/org/xwiki/store/blob/BlobStoreExtension.java M xwiki-commons-core/xwiki-commons-store/xwiki-commons-store-blob/xwiki-commons-store-blob-test/xwiki-commons-store-blob-test-docker/src/test/it/org/xwiki/store/blob/S3BlobStoreIT.java Log Message: ----------- XCOMMONS-3776: Switch from MinIO to Silo in integration tests * The minio/minio images are not published on Docker Hub anymore, use pgsty/silo, a maintained fork of the MinIO server, instead. * Silo keeps the MinIO ports, health check endpoint and MINIO_* environment variables, so it can still be started with the MinIO Testcontainers module through asCompatibleSubstituteFor(). 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-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 07ae6d: XWIKI-24372: Implement auto-save for BlockNote rea...
by XWiki Notifications 14 Sep '26

14 Sep '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 07ae6d6670e11fea60c689830325d8a2f83f873c https://github.com/xwiki/xwiki-platform/commit/07ae6d6670e11fea60c689830325… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-09-14 (Mon, 14 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/document.js Log Message: ----------- XWIKI-24372: Implement auto-save for BlockNote realtime collaboration sessions * stop calling super.currentDocument() from the static factory of RealtimeXWikiDocument. The Closure Compiler, which minifies the WebJar JavaScript, compiles a super call made from a static method into a plain call on the parent class, dropping the "this" binding that the parent factory needs to instantiate the subclass. The minified xwiki-realtime-document module thus exported a plain XWikiDocument, without the real-time channels API, and the loader died on "doc.getChannels is not a function": the editors never joined the real-time session, which broke every real-time functional test on master since this class was split in two. Only the minified code was affected, which is why nothing caught it before the tests ran against a built instance. 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 XWIKI-24872: Allow a short HTML displayer template name for parameterized types
by XWiki Notifications 14 Sep '26

14 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24871: A scheduler job can generate URLs based on a previously captured HTTP request instead of the wiki descriptor
by XWiki Notifications 14 Sep '26

14 Sep '26
1 0
0 0
[xwiki/xwiki-platform] 12036c: XCOMMONS-3481: Stop using http client 3 in the build
by XWiki Notifications 14 Sep '26

14 Sep '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 12036c6b56afce78c8fe14aceedf4316dbdac7d2 https://github.com/xwiki/xwiki-platform/commit/12036c6b56afce78c8fe14aceedf… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-09-14 (Mon, 14 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/AbstractTest.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/TestUtils.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/LoginPage.java M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-storage/src/test/it/org/xwiki/test/storage/framework/StoreTestUtils.java Log Message: ----------- XCOMMONS-3481: Stop using http client 3 in the build * don't follow the redirects in the storage functional tests, as HttpClient 3 didn't for POST requests. They assert on the status code of the response and on the state of the wiki afterwards, and following the redirect of the save action rendered the saved page, whose content is a script that modifies the wiki: the attachment ended up with 2 versions instead of 1. * make LoginPage synchronize the credentials used for REST calls with the user the browser was logged in as, which TestUtils#loginAndGotoPage() already does but the page object didn't, so a test logging in through it kept performing its REST calls as the superadmin TestUtils defaults to. The credentials are only synchronized once the displayed page confirms the login succeeded, so that the tests logging in with wrong credentials on purpose are unaffected. * introduce TestUtils#setPrivilegedCredentials() to declare which user the test framework authenticates as when it needs full rights, and make the functional tests of the flavor use Admin: they run against the distribution as it is shipped, which leaves xwiki.superadminpassword commented out and thus has no superadmin. This used to go unnoticed because the HTTP client kept its cookies across credential switches, so a session opened as Admin authenticated the following superadmin requests, which now get a 401. Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> Commit: 3e8e8ece4f9c4c22d9e6959a4918c5cc61daa7d5 https://github.com/xwiki/xwiki-platform/commit/3e8e8ece4f9c4c22d9e6959a4918… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-09-14 (Mon, 14 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/CompareIT.java Log Message: ----------- XWIKI-24639: In a docker test allow easily switch from browser or http client as default access * make CompareIT#compareRenderedImageChanges() use the HTTP client as the wiki descriptor target. It references the images to compare by the URL through which the HTTP client accesses XWiki, and the rendered diff only downloads an image whose domain is trusted, which the domain of the wiki descriptor is. Since the descriptor now targets the browser, the images were no longer downloaded and the diff compared their URLs, which differ on purpose. Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> Compare: https://github.com/xwiki/xwiki-platform/compare/d432e8115654...3e8e8ece4f9c 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] 1dbc6d: [Misc] Keep only the SonarQube java:S1214 suppress...
by XWiki Notifications 14 Sep '26

14 Sep '26
Branch: refs/heads/claude/peaceful-archimedes-w6cpo9 Home: https://github.com/xwiki/xwiki-rendering Commit: 1dbc6df51fa3868485c04c9f395c6393aa4ea28c https://github.com/xwiki/xwiki-rendering/commit/1dbc6df51fa3868485c04c9f395… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-09-14 (Mon, 14 Sep 2026) Changed paths: M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/src/main/java/org/xwiki/rendering/internal/parser/xhtml/wikimodel/XWikiWikiModelHandler.java M xwiki-rendering-wikimodel/src/main/java/org/xwiki/rendering/wikimodel/IWemConstants.java M xwiki-rendering-wikimodel/src/main/java/org/xwiki/rendering/wikimodel/impl/InternalWikiScannerContext.java Log Message: ----------- [Misc] Keep only the SonarQube java:S1214 suppression whose reason actually holds * XWikiWikiModelHandler sits in an internal package (Revapi-excluded), is referenced nowhere in xwiki-platform and is never used as a type, so the backward-compatibility reason did not apply. * InternalWikiScannerContext.IBlockTypes is referenced only inside its own enclosing class and has no subclass in either repo, so it did not apply there either. * IWemConstants keeps the suppression, with the reason made specific and checkable. Co-Authored-By: Vincent Massol <vincent(a)massol.net> Co-Authored-By: Claude Opus 5 <noreply(a)anthropic.com> Claude-Session: https://claude.ai/code/session_01Ji1e2t2yZv5rU4MTYhDoQr To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • ...
  • 226
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.