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

  • 1 participants
  • 57121 discussions
[xwiki/xwiki-platform] d346c9: 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: d346c9c5336e1561dc99ed80d519d2fc9bf1f5bc https://github.com/xwiki/xwiki-platform/commit/d346c9c5336e1561dc99ed80d519… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/org/xwiki/internal/filter/DefaultCurrentXClassLoaderTest.java Log Message: ----------- XWIKI-24743: Unparseable date exception when trying to access old version of a doc * Cover DefaultCurrentXClassLoader 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] 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
[jira@xwiki.org][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
[jira@xwiki.org][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
[jira@xwiki.org][Issue] Updates for XWIKI-24744: Upgrade blocknote to 0.54.0
by XWiki Notifications 27 Aug '26

27 Aug '26
1 0
0 0
[jira@xwiki.org][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
[jira@xwiki.org][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
[jira@xwiki.org][Issue] Updates for XWIKI-24745: Upgrade yjs to 13.6.32
by XWiki Notifications 27 Aug '26

27 Aug '26
1 0
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • ...
  • 5713
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.