Repoints all 47 published Boot entries at their `+rebuild.1` tag and updates the
committed tree, closing #141.
Three conversion fixes land in these archives:
- `{version-spring-boot}` / `{version-graal}` in dependency snippets (#140).
Listings were read from `getSource()`, the one text where AsciiDoc's own
substitutions have not run, and Boot writes every "add the dependency" snippet
as `[source,xml,subs="verbatim,attributes"]`.
- `version-testcontainers-*`, never ported from `addTestcontainersDependencyVersion`
(#199). Affected 3.3.6-3.3.12, 3.4.0-3.4.6 and 3.5.0, 18 occurrences each.
- `version-<spring-data-module>-docs` / `-javadoc`, emitted publicly by 3.3.4 and
3.3.5 only (#199).
`grep -ro '{version-' markdown/boot` now returns 94 — exactly two per version,
both upstream's own: a `[source,shell]` block in `tutorial/first-application` and
in `native-image/developing-your-first-application` omits `subs="attributes"`,
which docs.spring.io renders literally too.
Recorded from the published archives rather than a local rebuild: each was
downloaded, checked against its `.sha256` asset, extracted, and dated from the
release's own `publishedAt` — the same provenance chain as #72, #136 and #198.
Closes #141.
Repoints all 47 published Boot entries at their
+rebuild.1tag and updates the committed tree undermarkdown/boot/. One pull request rather than 47: every catalog branch is cut from the default branch, so the automatic ones conflict with each other — same shape as #72, #136 and #198.What the rebuilt archives fix
{version-spring-boot},{version-graal}getSource()— the one text where AsciiDoc's substitutions have not run — while Boot writes every "add the dependency" snippet as[source,xml,subs="verbatim,attributes"](#140){version-testcontainers-*}addTestcontainersDependencyVersionwas never ported into the synthesized era (#199){version-<spring-data-module>-docs/-javadoc}antoraversion-/dotxversion-names (#199)Done-when
Exactly two per version, and both are upstream's own, not ours: the last of four otherwise identical
[source,shell]blocks intutorial/first-applicationand innative-image/developing-your-first-applicationomitssubs="verbatim,attributes", so docs.spring.io renders it literally too. Verified against the published HTML:The issue's original "empty" criterion is therefore unreachable; #141 carries the corrected one.
Provenance
Recorded from the published archives rather than from a local rebuild — each downloaded, checked against its
.sha256asset, extracted, promoted, and dated from the release's ownpublishedAt. All 47 releases published green; four (3.3.6,3.3.7,3.5.6,3.5.7) stalled in their first run's Build step and were re-dispatched through theworkflow_dispatchrecovery path, succeeding in 10–12s like the rest.Supersedes the 47 automatic catalog pull requests, which are closed with their branches.
Summary by cubic
Repoints all 47 published Boot entries at their
+rebuild.1tags and updates the committed markdown to replace unresolved version placeholders with actual values from the rebuilt archives, closing #141.Details
{version-spring-boot}and{version-graal}in dependency snippets that were not substituted because ofsubs="verbatim,attributes"..sha256assets.Written for commit 231644b. Summary will update on new commits.