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]

  • 1 participants
  • 57440 discussions
[xwiki/xwiki-commons] 75cdc1: [Misc] Fix StringReaderMatcher on Java 25
by XWiki Notifications 27 Aug '26

27 Aug '26
Branch: refs/heads/stable-18.4.x Home: https://github.com/xwiki/xwiki-commons Commit: 75cdc1a68bcb92ec4e6aaf480e0e7ea5c719f064 https://github.com/xwiki/xwiki-commons/commit/75cdc1a68bcb92ec4e6aaf480e0e7… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: M xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-simple/pom.xml M xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-simple/src/main/java/org/xwiki/test/mockito/StringReaderMatcher.java A xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-simple/src/test/java/org/xwiki/test/mockito/StringReaderMatcherTest.java Log Message: ----------- [Misc] Fix StringReaderMatcher on Java 25 * java.io.StringReader has no "str" field anymore on Java 25, so the reflection based matcher was silently never matching, making tests relying on it fail with an empty result instead of the mocked one (TemplateManagerTest and RenderingScriptServiceTest in xwiki-platform) * Compare the content read from the reader instead, restoring its position with mark()/reset() so that the code under test can still consume it and the matcher can be called several times * Throw an UncheckedIOException instead of not matching when the reader cannot be read, since that can only happen when it's closed, which means the test itself is wrong * Add unit tests for the matcher and raise the module coverage ratio accordingly Co-Authored-By: Claude Opus 5 <noreply(a)anthropic.com> (cherry picked from commit d31f71c30180966d708a3bd5e5ee6458bdc3d40e) 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] d31f71: [Misc] Fix StringReaderMatcher on Java 25
by XWiki Notifications 27 Aug '26

27 Aug '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: d31f71c30180966d708a3bd5e5ee6458bdc3d40e https://github.com/xwiki/xwiki-commons/commit/d31f71c30180966d708a3bd5e5ee6… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: M xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-simple/pom.xml M xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-simple/src/main/java/org/xwiki/test/mockito/StringReaderMatcher.java A xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-simple/src/test/java/org/xwiki/test/mockito/StringReaderMatcherTest.java Log Message: ----------- [Misc] Fix StringReaderMatcher on Java 25 * java.io.StringReader has no "str" field anymore on Java 25, so the reflection based matcher was silently never matching, making tests relying on it fail with an empty result instead of the mocked one (TemplateManagerTest and RenderingScriptServiceTest in xwiki-platform) * Compare the content read from the reader instead, restoring its position with mark()/reset() so that the code under test can still consume it and the matcher can be called several times * Throw an UncheckedIOException instead of not matching when the reader cannot be read, since that can only happen when it's closed, which means the test itself is wrong * Add unit tests for the matcher and raise the module coverage ratio accordingly Co-Authored-By: Claude Opus 5 <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
[[email protected]][Issue] Updates for XWIKI-23590: Inconsistent rounding of the "Save" button in page Preview mode
by XWiki Notifications 27 Aug '26

27 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for MATHJAX-24: Security vulnerability caused by org.codehaus.plexus:plexus-archiver/4.5.0 dependency
by XWiki Notifications 27 Aug '26

27 Aug '26
1 0
0 0
[xwiki/xwiki-platform] 29f611: XWIKI-24743: Unparseable date exception when tryin...
by XWiki Notifications 27 Aug '26

27 Aug '26
Branch: refs/heads/XWIKI-24743-2 Home: https://github.com/xwiki/xwiki-platform Commit: 29f611e72cd8412fce004b0320e30c4c242110f1 https://github.com/xwiki/xwiki-platform/commit/29f611e72cd8412fce004b0320e3… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/java/org/xwiki/filter/xar/DocumentIntegrationTests.java A xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/document/object/objectwithoutclassoldstyle.test Log Message: ----------- XWIKI-24743: Unparseable date exception when trying to access old version of a doc * Provide test 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-24744: Upgrade blocknote to 0.54.0
by XWiki Notifications 27 Aug '26

27 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24700: A failed translations request never resolves the xwiki-l10n RequireJS module, blocking all dependent modules
by XWiki Notifications 27 Aug '26

27 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24746: Upgrade y-websocket to 3.1.0
by XWiki Notifications 27 Aug '26

27 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24745: Upgrade yjs to 13.6.32
by XWiki Notifications 27 Aug '26

27 Aug '26
1 0
0 0
[xwiki/xwiki-platform] 580c95: XWIKI-24744: Upgrade blocknote to 0.54.0
by XWiki Notifications 27 Aug '26

27 Aug '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 580c95194ab74d291b20245eef19d395548c30f4 https://github.com/xwiki/xwiki-platform/commit/580c95194ab74d291b20245eef19… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/src/test/it/org/xwiki/blocknote/test/ui/LinkIT.java M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-pageobjects/src/main/java/org/xwiki/blocknote/test/po/BlockNoteRichTextArea.java M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/etc/platform-editors-blocknote-react.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/package.json M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/components/BlockNoteViewWrapper.tsx Log Message: ----------- XWIKI-24744: Upgrade blocknote to 0.54.0 Commit: dd9d0342328d39537491427b8de7a621dfbd43cd https://github.com/xwiki/xwiki-platform/commit/dd9d0342328d39537491427b8de7… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- XWIKI-24745: Upgrade yjs to 13.6.32 Commit: 7402668f44a1cab16d8c7a3276a817c3a1cab8eb https://github.com/xwiki/xwiki-platform/commit/7402668f44a1cab16d8c7a3276a8… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- XWIKI-24746: Upgrade y-websocket to 3.1.0 Compare: https://github.com/xwiki/xwiki-platform/compare/d65e59c32e98...7402668f44a1 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • ...
  • 5744
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.