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
  • 2207 discussions
[xwiki/xwiki-platform] 1d4c09: XWIKI-24809: Upgrade to Metaeffekt Core 0.157.0
by XWiki Notifications 04 Sep '26

04 Sep '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 1d4c09512b9c7cf9bae5e3ee7b60181837803604 https://github.com/xwiki/xwiki-platform/commit/1d4c09512b9c7cf9bae5e3ee7b60… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M pom.xml Log Message: ----------- XWIKI-24809: Upgrade to Metaeffekt Core 0.157.0 Commit: 1e3c34254244c51de29c2839f02a3a22c9654142 https://github.com/xwiki/xwiki-platform/commit/1e3c34254244c51de29c2839f02a… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M pom.xml Log Message: ----------- XWIKI-24810: Upgrade to Junrar 8.1.1 Commit: de6889079899f4f3fe1fd51112bb1ddab3b2a265 https://github.com/xwiki/xwiki-platform/commit/de6889079899f4f3fe1fd51112bb… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M pom.xml Log Message: ----------- XWIKI-24811: Upgrade to JSoup 1.23.2 Commit: 137de7859ebb986d9ba426940d7500de1fea9cd3 https://github.com/xwiki/xwiki-platform/commit/137de7859ebb986d9ba426940d75… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M pom.xml Log Message: ----------- XWIKI-24812: Upgrade to Greenmail 2.1.13 Commit: ac543a94bb99895db32d0bca3f7039f2776d0ba6 https://github.com/xwiki/xwiki-platform/commit/ac543a94bb99895db32d0bca3f70… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M pom.xml Log Message: ----------- XWIKI-24813: Upgrade to JNR POSIX 3.2.2 Commit: 17bd48096b9d661b200ff935a2d7cd42ba7c506c https://github.com/xwiki/xwiki-platform/commit/17bd48096b9d661b200ff935a2d7… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M pom.xml Log Message: ----------- XWIKI-24814: Upgrade to JNR FFI 2.3.1 Commit: 536b5dcb41cd1b0eac083aac2110bb7ff9857bc4 https://github.com/xwiki/xwiki-platform/commit/536b5dcb41cd1b0eac083aac2110… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-core-search/pom.xml Log Message: ----------- XWIKI-24816: Upgrade Ukrainian Morfologik dictionaries to 6.8.5 Commit: b3ae6bfa10d97c010798eab2fe8823549c2f8b1e https://github.com/xwiki/xwiki-platform/commit/b3ae6bfa10d97c010798eab2fe88… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-test/pom.xml Log Message: ----------- XWIKI-24817: Upgrade to Selenium 4.48.0 Compare: https://github.com/xwiki/xwiki-platform/compare/e9ba1c2ccdb6...b3ae6bfa10d9 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 716a8d: XWIKI-24748: DBListClass#displayView override is u...
by XWiki Notifications 04 Sep '26

04 Sep '26
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 716a8d81b6d49cbbec3081fd59a5f3c101c209c1 https://github.com/xwiki/xwiki-platform/commit/716a8d81b6d49cbbec3081fd59a5… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/DBListClass.java Log Message: ----------- XWIKI-24748: DBListClass#displayView override is useless * Removed the DBListClass#displayView override: investigation confirmed it was superfluous, with two intentional behavior changes from now using ListClass#displayView instead * View-mode values are now XML-escaped (XMLUtils.escapeElementText), which DBListClass's override was missing since XWIKI-17374 added that escaping to ListClass#displayView without updating this override * The database list query (DBListClass#getDBList, via getMap) is no longer executed when the property value is unset, since the null check now runs before the map is computed (cherry picked from commit e9ba1c2ccdb6a0f2f41a96647bdebf3553c11de6) 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-24810: Upgrade to Junrar 8.1.1
by XWiki Notifications 04 Sep '26

04 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24809: Upgrade to Metaeffekt Core 0.157.0
by XWiki Notifications 04 Sep '26

04 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24812: Upgrade to Greenmail 2.1.13
by XWiki Notifications 04 Sep '26

04 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24811: Upgrade to JSoup 1.23.2
by XWiki Notifications 04 Sep '26

04 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24814: Upgrade to JNR FFI 2.3.1
by XWiki Notifications 04 Sep '26

04 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24813: Upgrade to JNR POSIX 3.2.2
by XWiki Notifications 04 Sep '26

04 Sep '26
1 0
0 0
[xwiki/xwiki-platform] 96a737: XWIKI-24748: DBListClass#displayView override is u...
by XWiki Notifications 04 Sep '26

04 Sep '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 96a737959f9d70a94b5ccebd5b804d65ee93329c https://github.com/xwiki/xwiki-platform/commit/96a737959f9d70a94b5ccebd5b80… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/DBListClass.java Log Message: ----------- XWIKI-24748: DBListClass#displayView override is useless * Removed the DBListClass#displayView override: investigation confirmed it was superfluous, with two intentional behavior changes from now using ListClass#displayView instead * View-mode values are now XML-escaped (XMLUtils.escapeElementText), which DBListClass's override was missing since XWIKI-17374 added that escaping to ListClass#displayView without updating this override * The database list query (DBListClass#getDBList, via getMap) is no longer executed when the property value is unset, since the null check now runs before the map is computed (cherry picked from commit e9ba1c2ccdb6a0f2f41a96647bdebf3553c11de6) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 07b5be: XWIKI-24748: DBListClass#displayView override is u...
by XWiki Notifications 04 Sep '26

04 Sep '26
Branch: refs/heads/stable-18.4.x Home: https://github.com/xwiki/xwiki-platform Commit: 07b5beb859f3ab231bf22b8dbc2eb733e88a22c2 https://github.com/xwiki/xwiki-platform/commit/07b5beb859f3ab231bf22b8dbc2e… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/DBListClass.java Log Message: ----------- XWIKI-24748: DBListClass#displayView override is useless * Removed the DBListClass#displayView override: investigation confirmed it was superfluous, with two intentional behavior changes from now using ListClass#displayView instead * View-mode values are now XML-escaped (XMLUtils.escapeElementText), which DBListClass's override was missing since XWIKI-17374 added that escaping to ListClass#displayView without updating this override * The database list query (DBListClass#getDBList, via getMap) is no longer executed when the property value is unset, since the null check now runs before the map is computed (cherry picked from commit e9ba1c2ccdb6a0f2f41a96647bdebf3553c11de6) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • ...
  • 221
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.