Skip to content

Conversation

@manuelleduc
Copy link
Contributor

Jira URL

Changes

Description

  • check for wellformedness of importmap declarations

Clarifications

Screenshots & Video

N/A

Executed Tests

Expected merging strategy

  • Prefers squash: Yes
  • Backport on branches:
    • N/A

@manuelleduc manuelleduc self-assigned this Nov 10, 2025
if (isSelf) {
continue;
}
if (dependencies.stream().noneMatch(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: also add a check that the path is corresponding to an existing file in the jar.

@manuelleduc manuelleduc marked this pull request as ready for review November 13, 2025 12:49
{
@Inject
private MavenProject project;
protected MavenProject project;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Visibility change to be able to call project.getArtifacts() on JavascriptImportMapCheck

See https://github.com/xwiki/xwiki-platform/pull/4737/files#diff-880fc955a2bcf44189297c6906e53c8cd0e485593ef9ead9b0bb22038a99d8cbR127

@manuelleduc manuelleduc merged commit 642297b into xwiki:master Nov 21, 2025
2 checks passed
@manuelleduc manuelleduc deleted the XCOMMONS-3470 branch November 21, 2025 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant