Commit 71c59a5
authored
docs(release): prep v1.6.7 — transitive cleanup summary + migration table (PR-1.6.7) (#114)
Replaces the placeholder "Scope being assembled" intro on the
v1.6.7 — Planned CHANGELOG entry with the actual release summary:
- Three-paragraph prose summary (what shipped, zero-breaking status,
migration). Mirrors the structure used for v1.6.6 — Planned at
cut time (bfaa839 in PR-1.6.6).
- Migration table listing every transitive dependency consumers
must now declare explicitly: kotlin-stdlib-jdk8, the relevant
flexmark-ext-* modules, jackson-dataformat-yaml (YAML configs),
jackson-module-jsonSchema, and commons-logging (rare — PDFBox
routes via jcl-over-slf4j now, only callers who want the
commons-logging API beyond SLF4J need an explicit declaration).
- Pulls in the japicmp verdict (semver PATCH, compatible bug fix)
so reviewers see at a glance that the I3 NodeRegistry-non-final
change is the only surface delta and it's a fix, not a break.
README release-status block + install snippets are intentionally
not touched here — the post-release-of-1.6.6 commit (6eb4694)
already flipped them to the right pre-1.6.7-cut shape (latest
stable v1.6.6 / in develop v1.6.7 / planned v1.7.0). The version
flip in the install snippets is part of cut-release.ps1 at
release time, not this PR.
Verification: ./mvnw test -pl .
-Dtest=VersionConsistencyGuardTest,DocumentationCoverageTest,DocumentationExamplesTest
- 22 tests, 0 failures. The full ./mvnw verify -P japicmp suite
was green at b4720c6 (the I3 merge) and this PR touches only
CHANGELOG prose.1 parent b4720c6 commit 71c59a5
1 file changed
Lines changed: 43 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
12 | 51 | | |
13 | 52 | | |
14 | 53 | | |
| |||
0 commit comments