chore: upgrade toolchain, jetty-ee10 plugin, and pinned actions#73
Merged
Conversation
Fact-checked against authoritative sources (mise ls-remote, Maven Central metadata, GitHub release notes). Real upgrades only: - .mise.toml: maven 3.9.11 -> 3.9.16, act 0.2.87 -> 0.2.89 - pom.xml: jetty-ee10-maven-plugin 12.1.8 -> 12.1.10 (tomcat11, patch) - ci.yml: actions/checkout -> v6.0.3; dorny/paths-filter v3 -> v4.0.1; actions/cache v4 -> v5.0.5 (both majors are Node 20->24 runtime bumps only, no input/output changes; GH-hosted runners satisfy cache v5's runner-version floor) Left unchanged (already latest-stable / intentionally pinned): java 21.0.11, node 24.16.0, trivy 0.71.1, gitleaks 8.30.1, maven-war-plugin 3.5.1, jakarta.servlet-api 6.1.0 (6.2.0-M2 is a milestone), jakarta.servlet.jsp.jstl 3.0.1, jetty 9.4.58 / 11.0.26, javax.servlet-api 4.0.1 + jstl 1.2 (final, tied to tomcat9). Verified: mvn 3.9.16 active, verify-all compiles all 3 profiles, static-check green, actionlint clean.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fact-checked upgrade sweep (/upgrade-analysis). Real upgrades only, each verified against its authoritative source.
Applied
The two major action bumps are safe — release notes confirm both are pure Node 20→24 runtime upgrades with no input/output/API changes; GitHub-hosted
ubuntu-latestexceeds cache v5's runner-version floor (2.327.1).Left unchanged (fact-checked reasons)
Verification
mvn -v→ 3.9.16 ·make verify-all→ all 3 profiles compile (incl jetty-ee10 12.1.10)make static-check→ exit 0 ·actionlint→ clean