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

  • 58393 discussions
[jira@xwiki.org][Issue] Updates for XWIKI-24633: Upgrade to Joda-Time 2.14.3
by XWiki Notifications 28 Jul '26

28 Jul '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-24632: The MySQL/MariaDB table row format can be updated in the wrong database
by XWiki Notifications 28 Jul '26

28 Jul '26
1 0
0 0
[xwiki/xwiki-platform] e07af6: XWIKI-24633: Upgrade to Joda-Time 2.14.3
by XWiki Notifications 28 Jul '26

28 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: e07af6ce632bed83982c739de5c44bb985a24554 https://github.com/xwiki/xwiki-platform/commit/e07af6ce632bed83982c739de5c4… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-07-28 (Tue, 28 Jul 2026) Changed paths: M pom.xml Log Message: ----------- XWIKI-24633: Upgrade to Joda-Time 2.14.3 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] 515f37: XCOMMONS-3713: Upgrade to AWS SDK 2.49.4
by XWiki Notifications 28 Jul '26

28 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 515f37a1e13c8b559d426e58ee082c2d27ce8a4a https://github.com/xwiki/xwiki-commons/commit/515f37a1e13c8b559d426e58ee082… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-07-28 (Tue, 28 Jul 2026) Changed paths: M pom.xml Log Message: ----------- XCOMMONS-3713: Upgrade to AWS SDK 2.49.4 Commit: d7c9e697c3a655fe09d251a25306f0847bb482d4 https://github.com/xwiki/xwiki-commons/commit/d7c9e697c3a655fe09d251a25306f… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-07-28 (Tue, 28 Jul 2026) Changed paths: M pom.xml Log Message: ----------- XCOMMONS-3729: Upgrade to Eclipse Sisu 1.1.0 Commit: a8249105bce2541503c298cce62f9202d9285bf5 https://github.com/xwiki/xwiki-commons/commit/a8249105bce2541503c298cce62f9… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-07-28 (Tue, 28 Jul 2026) Changed paths: M pom.xml Log Message: ----------- XCOMMONS-3718: Upgrade to Checkstyle 13.9.0 Commit: ee406baf93ce423f4b3fde2245c1645d19215743 https://github.com/xwiki/xwiki-commons/commit/ee406baf93ce423f4b3fde2245c16… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-07-28 (Tue, 28 Jul 2026) Changed paths: M pom.xml Log Message: ----------- XCOMMONS-3722: Upgrade to Hibernate Validator 8.0.5 Commit: 58b9e48f27e1d9ba42cc29eb4835dfb7990c67c7 https://github.com/xwiki/xwiki-commons/commit/58b9e48f27e1d9ba42cc29eb4835d… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-07-28 (Tue, 28 Jul 2026) Changed paths: M pom.xml Log Message: ----------- XCOMMONS-3726: Upgrade to Logback 1.6.1 Commit: 2efd599f0128c01fed19abf5ae171c96380974e2 https://github.com/xwiki/xwiki-commons/commit/2efd599f0128c01fed19abf5ae171… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-07-28 (Tue, 28 Jul 2026) Changed paths: M pom.xml Log Message: ----------- XCOMMONS-3730: Upgrade to Clover Maven Plugin 5.1.0 Compare: https://github.com/xwiki/xwiki-commons/compare/5e3bbd943e62...2efd599f0128 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] 348c3e: XWIKI-24632: The MySQL/MariaDB table row format ca...
by XWiki Notifications 28 Jul '26

28 Jul '26
Branch: refs/heads/XWIKI-24632 Home: https://github.com/xwiki/xwiki-platform Commit: 348c3e4c6b560d8b9838d2c1e123a4eae945a85f https://github.com/xwiki/xwiki-platform/commit/348c3e4c6b560d8b9838d2c1e123… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-28 (Tue, 28 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/store/hibernate/internal/MySQLHibernateAdapter.java A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/org/xwiki/store/hibernate/internal/MySQLHibernateAdapterTest.java Log Message: ----------- XWIKI-24632: The MySQL/MariaDB table row format can be updated in the wrong database * Qualify the ALTER TABLE ... ROW_FORMAT statement with the database of the current wiki, so that it no longer depends on the database currently selected in the pooled JDBC connection * Add unit tests for MySQLHibernateAdapter#getAlterRowFormatString 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
[jira@xwiki.org][Issue] Updates for XWIKI-24632: The MySQL/MariaDB table row format can be updated in the wrong database
by XWiki Notifications 28 Jul '26

28 Jul '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XCOMMONS-3726: Upgrade to Logback 1.6.1
by XWiki Notifications 28 Jul '26

28 Jul '26
1 0
0 0
[xwiki-contrib/cristal] 32b168: [Misc] Update dependency @vue/devtools-api to v8.2...
by XWiki Notifications 28 Jul '26

28 Jul '26
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: 32b16820728743cb524c77b733c867eb24d4a33e https://github.com/xwiki-contrib/cristal/commit/32b16820728743cb524c77b733c… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-07-28 (Tue, 28 Jul 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency @vue/devtools-api to v8.2.1 (#1739) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] Updates for XCOMMONS-3713: Upgrade to AWS SDK 2.49.4
by XWiki Notifications 28 Jul '26

28 Jul '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XCOMMONS-3718: Upgrade to Checkstyle 13.9.0
by XWiki Notifications 28 Jul '26

28 Jul '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 343
  • 344
  • 345
  • 346
  • 347
  • 348
  • 349
  • ...
  • 5840
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.