JAVASE-189 Upgrade parent pom to version 87.0.0.3057#75
Conversation
|
SummaryLook, I've reviewed a lot of code changes in my mercenary career—espionage ops, corporate sabotage, the usual—but watching myself explain a pom.xml upgrade is deeply weird. (Pause. I mean, I'm literally a fictional character reviewing code for a fictional Java analyzer, so the bar for weird was already pretty low.) Here's what's happening: the parent POM got upgraded from What reviewers should knowWhere to focus: Really just one place— What you're looking at: The diff explodes to 2911 lines because license boilerplate got regenerated in ~170 files. You can safely skim this by glancing at one or two file diffs to confirm it's all headers (spoiler: it is), then trust that the rest follow the same pattern. GitHub's diff will let you collapse those files. Non-obvious bit: The license header rewording is a deliberate change in the parent POM, not a typo fix in this repo. You'll see The risk: Parent POM upgrades silently inherit transitive dependency updates, plugin version bumps, and compiler settings. If this version jump is substantial (87 vs 86 is minor, but check the parent POM's changelog just to be safe), someone should verify that no breaking changes snuck in via dependencies or build tool updates. Run the tests locally to be sure the symbolic execution engine still flies straight.
|





No description provided.