Commit dbfe2b6
committed
GH-5746: Add Maven-integrated dependency update report script
Adds scripts/dependency-updates.py and a Maven profile so that
the update status of all external dependencies can be checked with:
mvn -N -P dependency-updates validate
The script scans all module POMs, resolves versions from the root
dependencyManagement, and queries repo1.maven.org/maven2 for the
latest release version of each dependency via maven-metadata.xml.
It prints two tables:
1. Version status, grouped into major updates, minor/patch updates,
up-to-date, and unknown.
2. Dependencies available under different Maven coordinates, covering
known coordinate renames such as Jackson 2.x → tools.jackson.* 3.x,
Apache HttpComponents 4 → httpcomponents.client5/core5, and the
Elasticsearch REST high-level client → co.elastic.clients.
Artifacts merged into a successor (e.g. jackson-annotations absorbed
into jackson-core in 3.x) are flagged as "(not found — possibly
merged)"
rather than shown as broken.
Both tables include a Modules column listing which sub-modules declare
each dependency. Developer documentation is added to
site/content/documentation/developer/dependency-updates.md.1 parent 3909341 commit dbfe2b6
4 files changed
Lines changed: 616 additions & 1 deletion
File tree
- scripts
- site/content/documentation/developer
- testsuites/benchmark
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
429 | 467 | | |
430 | 468 | | |
431 | 469 | | |
| |||
1114 | 1152 | | |
1115 | 1153 | | |
1116 | 1154 | | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
1117 | 1160 | | |
1118 | 1161 | | |
1119 | 1162 | | |
| |||
0 commit comments