Skip to content

fix: missing jquery#418

Merged
janisz merged 1 commit intomasterfrom
fix_missing_js_files
Apr 1, 2025
Merged

fix: missing jquery#418
janisz merged 1 commit intomasterfrom
fix_missing_js_files

Conversation

@janisz
Copy link
Copy Markdown
Contributor

@janisz janisz commented Mar 31, 2025

Description

We previously hardcoded the paths to webjars, including their versions. When Dependabot updated dependencies, these hardcoded paths were not updated, leading to missing JS and CSS files.

To prevent this issue, this PR moves the versioning to a property, ensuring paths are dynamically updated. Since webjar changes affect the UI and we do not have visual regression tests in place, this PR also excludes webjars from Dependabot updates. Additionally, as there might be breaking changes in JS/CSS, this PR reverts the recent webjar upgrades.

This PR reverts changes from:

Fixes:

Signed-off-by: Tomasz Janiszewski <tomek@redhat.com>
@janisz janisz requested a review from rhybrillou as a code owner March 31, 2025 15:15
Comment thread stackrox-container-image-scanner/pom.xml
@janisz janisz merged commit cadec8c into master Apr 1, 2025
4 checks passed
@janisz janisz deleted the fix_missing_js_files branch April 1, 2025 14:18
@janisz janisz mentioned this pull request Sep 5, 2025
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.

2 participants