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]

August 2026

  • 1 participants
  • 2045 discussions
[[email protected]][Issue] Updates for XCOMMONS-3163: Upgrade to Maven Javadoc plugin 3.12.0
by XWiki Notifications 06 Aug '26

06 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24662: "Wiki part of XClass reference is wrong" warning when an email notifications job is triggered on a subwiki
by XWiki Notifications 06 Aug '26

06 Aug '26
1 0
0 0
[xwiki/xwiki-commons] b0592f: XCOMMONS-3163: Upgrade to Maven Javadoc plugin 3.12.0
by XWiki Notifications 06 Aug '26

06 Aug '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: b0592f659061d946005d8b25c892d2977b085c6e https://github.com/xwiki/xwiki-commons/commit/b0592f659061d946005d8b25c892d… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-08-06 (Thu, 06 Aug 2026) Changed paths: M pom.xml Log Message: ----------- XCOMMONS-3163: Upgrade to Maven Javadoc plugin 3.12.0 Since 3.10.1 the Javadoc plugin only builds the Javadoc JAR when the directory it archives (<outputDirectory>/apidocs) exists, while it used to archive it unconditionally. The modules having all their classes in an internal package have nothing to document, so they lost the Javadoc JAR that the Maven Central Repository requires for every deployed artifact. The workaround pre-creating that directory was targeting ${project.build.directory}/apidocs while the plugin looks it up in <outputDirectory>, which defaults to ${project.build.directory}/reports, so it had no effect. Pin <outputDirectory> to a location shared with the directory creation so that both cannot disagree anymore. 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
[[email protected]][Issue] Updates for XWIKI-24665: Apply the logging best practices across commons, rendering and platform
by XWiki Notifications 06 Aug '26

06 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24662: "Wiki part of XClass reference is wrong" warning when an email notifications job is triggered on a subwiki
by XWiki Notifications 06 Aug '26

06 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-21286: Upgrade to JSqlParser 5.3
by XWiki Notifications 06 Aug '26

06 Aug '26
1 0
0 0
[xwiki/xwiki-platform] f3f925: XWIKI-21286: Upgrade to JSqlParser 5.3
by XWiki Notifications 06 Aug '26

06 Aug '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: f3f9259ef52c608e7f078743701b0a624114d0cd https://github.com/xwiki/xwiki-platform/commit/f3f9259ef52c608e7f078743701b… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-08-06 (Thu, 06 Aug 2026) Changed paths: M pom.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/StandardHQLCompleteStatementValidator.java M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-manager/src/main/java/org/xwiki/query/internal/EscapeLikeParametersQuery.java Log Message: ----------- XWIKI-21286: Upgrade to JSqlParser 5.3 * adapt to the removal of SelectBody: PlainSelect now extends Select directly * adapt to Statements and ExpressionList exposing the List API, making getStatements() and getExpressions() obsolete * adapt to SelectItem becoming a generic class, replacing SelectExpressionItem * adapt to the reworked visitors, taking a context and returning a result * return early when a function is called without any parameter, since Function#getParameters() is null in that case 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-24664: Upgrade the standalone packaging to Jetty 12.1.12
by XWiki Notifications 06 Aug '26

06 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24597: Upgrade to Simple Java Mail 9.1.5
by XWiki Notifications 06 Aug '26

06 Aug '26
1 0
0 0
[xwiki/xwiki-platform] da7b5d: XWIKI-24605: Upgrade to Greenmail 2.1.12
by XWiki Notifications 06 Aug '26

06 Aug '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: da7b5df9e217765f2d96049cac6df2ba9138fde5 https://github.com/xwiki/xwiki-platform/commit/da7b5df9e217765f2d96049cac6d… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-08-06 (Thu, 06 Aug 2026) Changed paths: M pom.xml Log Message: ----------- XWIKI-24605: Upgrade to Greenmail 2.1.12 Commit: 97693b99ab62a50f43c2cfc3e70b382be67980b5 https://github.com/xwiki/xwiki-platform/commit/97693b99ab62a50f43c2cfc3e70b… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-08-06 (Thu, 06 Aug 2026) Changed paths: M pom.xml Log Message: ----------- XWIKI-24664: Upgrade the standalone packaging to Jetty 12.1.12 Commit: c61e8fd62fa8d78bf5c03c15b466f918470e32c6 https://github.com/xwiki/xwiki-platform/commit/c61e8fd62fa8d78bf5c03c15b466… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-08-06 (Thu, 06 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/pom.xml Log Message: ----------- XWIKI-24597: Upgrade to Simple Java Mail 9.1.5 Compare: https://github.com/xwiki/xwiki-platform/compare/137b7a01db05...c61e8fd62fa8 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • ...
  • 205
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.