chore(catalog): record the Spring Boot 3.x backfill (45 releases) - #72
Merged
Conversation
Registers boot-3.3.0 through boot-3.5.16 — 45 releases published by release.yml — in one commit instead of 45. Each catalog branch is cut from the default branch, so the 45 automatic pull requests all rewrote the same `projects` object and only the first could merge. Content is the published archives themselves: each was downloaded, checked against its `.sha256` asset, extracted and promoted, so the committed trees are byte-identical to what consumers fetch. `released_at` comes from each release's `publishedAt`.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This was referenced Sep 12, 2026
Not up to standards ⛔
|
This was referenced Sep 12, 2026
This was referenced Sep 12, 2026
amondnet
marked this pull request as ready for review
September 12, 2026 19:30
|
Too many files changed for review (3000 files, 100 file limit). |
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.



Summary
Registers the 45 Spring Boot 3.x releases published by
release.ymltoday —boot-3.3.0throughboot-3.5.16— incatalog.jsonandmarkdown/boot/<version>/.One pull request instead of 45. Every catalog branch the release workflow cuts is based on the
default branch, so the 45 automatic pull requests each rewrote the same
projectsobject and onlythe first could have merged; the rest would have needed a conflict resolution or a re-run apiece.
Provenance
Content is the published archives, not a local rebuild. For each version:
gh release download boot-<v> --pattern 'boot-<v>.tar.gz*'shasum -a 256 -c boot-<v>.tar.gz.sha256— the checksum asset published beside itscripts/promote-markdown.tson the extracted treescripts/update-catalog.ts --released-at <the release's publishedAt>So the committed trees are byte-identical to what consumers fetch, and
released_atis eachrelease's actual publication time.
bun run validate-catalogpasses: 1 project, 47 versions.Notes
auto-configuration listings and configuration-property tables — is a Gradle build output with no
published equivalent. The prose corpus is complete. See ADR-0004.
catalog/boot-3.*pull requests are superseded by this one and will be closedwith their branches.
The socket connection was closed unexpectedlywhile ~30 runs probed Maven Central at once; both passed on re-run. Addingretry/backoff to
artifact-availability.tsis filed as follow-up in ci(release): add a workflow_dispatch recovery path for an existing tag #61.Summary by cubic
Registers the 45 Spring Boot 3.x releases (
boot-3.3.0throughboot-3.5.16) in the catalog as one PR, replacing the 45 automatic PRs that each rewrote the samecatalog.jsonand could not all merge.Content provenance
.sha256asset, extracted, and promoted.released_atcomes from each release's actualpublishedAttime.bun run validate-catalogpasses: 1 project, 47 versions.Rollout notes
catalog/boot-3.*PRs are superseded and will be closed with their branches.The socket connection was closed unexpectedly; both passed on re-run. Retry/backoff is filed as follow-up in ci(release): add a workflow_dispatch recovery path for an existing tag #61.Written for commit c0c5e1c. Summary will update on new commits.