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
  • 2205 discussions
[[email protected]][Issue] Updates for XWIKI-24993: The anchor of a link to another page is dropped from the URL unless a query string is also set
by XWiki Notifications 18 Sep '26

18 Sep '26
1 0
0 0
[xwiki/xwiki-dev-llm] dde37d: [Misc] Point the pull request skill at the org lev...
by XWiki Notifications 18 Sep '26

18 Sep '26
Branch: refs/heads/pr-template-location Home: https://github.com/xwiki/xwiki-dev-llm Commit: dde37d6d4a0d8a543849dd62f0808f2602d45013 https://github.com/xwiki/xwiki-dev-llm/commit/dde37d6d4a0d8a543849dd62f0808… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-18 (Fri, 18 Sep 2026) Changed paths: M xwiki/skills/xwiki-pull-request/SKILL.md Log Message: ----------- [Misc] Point the pull request skill at the org level PR template * xwiki-platform, xwiki-commons and xwiki-rendering carry no .github/pull_request_template.md: the template GitHub applies comes from the org level xwiki/.github repository, and gh pr create --body-file does not insert it * give the gh command which fetches it, and state that its headings and their levels must be kept * mention the "Backport on branches:" bullet the template actually has 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-dev-llm/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] dbfcf5: XCOMMONS-3799: The artifact id of a core extension...
by XWiki Notifications 18 Sep '26

18 Sep '26
Branch: refs/heads/XCOMMONS-3799 Home: https://github.com/xwiki/xwiki-commons Commit: dbfcf5ced28209337a1d0f18efdee9d060a3af1d https://github.com/xwiki/xwiki-commons/commit/dbfcf5ced28209337a1d0f18efdee… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-18 (Fri, 18 Sep 2026) Changed paths: M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-maven/pom.xml M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-maven/src/main/java/org/xwiki/extension/maven/internal/MavenUtils.java M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-maven/src/test/java/org/xwiki/extension/maven/internal/converter/MavenUtilsTest.java M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/pom.xml M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/main/java/org/xwiki/extension/repository/maven/internal/MavenExtensionScanner.java A xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/test/java/org/xwiki/extension/repository/maven/internal/MavenExtensionScannerTest.java A xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/test/resources/rawpom/META-INF/maven/rawgroupid/rawartifactid/pom.xml Log Message: ----------- XCOMMONS-3799: The artifact id of a core extension found from a pom.xml embedded in a JAR is not resolved * Resolve the group id and the artifact id of a core extension from the location of the descriptor when the pom.xml embedded in the JAR does not provide usable ones * Ignore a Maven descriptor whose identifier cannot be resolved, instead of registering a core extension with an identifier which can never be resolved on a remote repository * Stop looping forever when the version of a model is a reference to the version of the project itself * Only parse a value as a Maven property reference when it's a well formed "${...}" * Raise the JaCoCo ratios following the new tests 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-24993: The anchor of a link to another page is dropped from the URL unless a query string is also set
by XWiki Notifications 18 Sep '26

18 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3799: The artifact id of a core extension found from a pom.xml embedded in a JAR is not resolved
by XWiki Notifications 18 Sep '26

18 Sep '26
1 0
0 0
[xwiki/xwiki-commons] 8e3506: XCOMMONS-3799: The artifact id of a core extension...
by XWiki Notifications 18 Sep '26

18 Sep '26
Branch: refs/heads/XCOMMONS-3799 Home: https://github.com/xwiki/xwiki-commons Commit: 8e3506e885cfb765d1348fb8e2d70d3d9457520d https://github.com/xwiki/xwiki-commons/commit/8e3506e885cfb765d1348fb8e2d70… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-18 (Fri, 18 Sep 2026) Changed paths: M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-maven/pom.xml M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-maven/src/main/java/org/xwiki/extension/maven/internal/MavenUtils.java M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-maven/src/test/java/org/xwiki/extension/maven/internal/converter/MavenUtilsTest.java M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/pom.xml M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/main/java/org/xwiki/extension/repository/maven/internal/MavenExtensionScanner.java A xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/test/java/org/xwiki/extension/repository/maven/internal/MavenExtensionScannerTest.java A xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/test/resources/rawpom/META-INF/maven/rawgroupid/rawartifactid/pom.xml Log Message: ----------- XCOMMONS-3799: The artifact id of a core extension found from a pom.xml embedded in a JAR is not resolved * Resolve the group id and the artifact id of a core extension from the location of the descriptor when the pom.xml embedded in the JAR does not provide usable ones * Ignore a Maven descriptor whose identifier cannot be resolved, instead of registering a core extension with an identifier which can never be resolved on a remote repository * Stop looping forever when the version of a model is a reference to the version of the project itself * Only parse a value as a Maven property reference when it's a well formed "${...}" * Raise the JaCoCo ratios following the new tests 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 XCOMMONS-3799: The artifact id of a core extension found from a pom.xml embedded in a JAR is not resolved
by XWiki Notifications 18 Sep '26

18 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-25011: XWiki is trying to resolve "io.netty:${project.artifactId}/2.0.81.Final" when building xwiki-platform-image-lightbox-test-docker
by XWiki Notifications 18 Sep '26

18 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24871: A scheduler job can generate URLs based on a previously captured HTTP request instead of the wiki descriptor
by XWiki Notifications 18 Sep '26

18 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-25020: The extension descriptors generated by the Docker test framework don't contain the JAR classifier
by XWiki Notifications 18 Sep '26

18 Sep '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • ...
  • 221
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.