Upgrade Maven plugins and test dependencies to latest stable#226
Merged
Conversation
Bump to latest stable releases (verified against repo1.maven.org), superseding the open dependabot PRs and going further where they are stale: - junit-bom 6.0.2 -> 6.1.1 (dependabot #222 targets 6.0.3) - assertj-core 3.26.3 -> 3.27.7 (dependabot #219/#220) - maven-surefire 3.5.4 -> 3.5.6 (dependabot #223 targets 3.5.5) - maven-compiler 3.14.1 -> 3.15.0 (dependabot #221) - maven-resources 3.4.0 -> 3.5.0 (dependabot #225) - maven-shade 3.6.1 -> 3.6.2 (dependabot #224) - maven-enforcer 3.6.2 -> 3.6.3 - maven-invoker 3.9.1 -> 3.10.1 Core 'packed' module builds green: 163 tests pass (0 failures/errors). Pre-existing packed-modulepath-tests compile break is unrelated.
…d.extension The Sidehandle* API (SidehandleBinding, SidehandleTargetKind, SidehandleContext) was moved from package app.packed.component to app.packed.extension, but the modulepath test fixtures still imported the old package, breaking compilation of the module. Repointed the 9 stale imports across 5 files; the referenced types, nested Kind enum constants, and installSidebeanIfAbsent signature are otherwise unchanged. Full reactor build is now green (BUILD SUCCESS, all tests pass).
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.
Bumps all actively-used Maven plugins and test dependencies to their latest stable releases — junit-bom 6.0.2→6.1.1, assertj-core 3.26.3→3.27.7, surefire 3.5.4→3.5.6, compiler 3.14.1→3.15.0, resources 3.4.0→3.5.0, shade 3.6.1→3.6.2, enforcer 3.6.2→3.6.3, and invoker 3.9.1→3.10.1. This supersedes the open dependabot PRs (#219–#225), going further than several of them which had gone stale (e.g. JUnit's targeted 6.0.3 and surefire's 3.5.5). It also fixes a pre-existing compile break in
packed-modulepath-testsby repointing theSidehandle*imports (SidehandleBinding,SidehandleTargetKind,SidehandleContext) fromapp.packed.componenttoapp.packed.extension, where those types now live. The referenced types, nestedKindenum constants, andinstallSidebeanIfAbsentsignature are otherwise unchanged. Full reactormvn clean packageis green — all modules build and all tests pass.