Update docs for OpenRewrite 8.88.0 - #524
Conversation
|
While we appreciate that you're attempting to improve the docs, please be aware that all files in the Please make changes to the recipes themselves rather than to these files. When the next release happens, these files will be updated accordingly. |
|
While we appreciate that you're attempting to improve the docs, please be aware that all files in the Please make changes to the recipes themselves rather than to these files. When the next release happens, these files will be updated accordingly. |
f1f1cf5 to
d944390
Compare
|
While we appreciate that you're attempting to improve the docs, please be aware that all files in the Please make changes to the recipes themselves rather than to these files. When the next release happens, these files will be updated accordingly. |
Regenerated recipe docs with rewrite-recipe-markdown-generator following the 8.88.0 release.
What's here
docs/recipes/regeneration, reference lists,static/recipes/redirects, andsrc/plugins/latest-versions.jsdocs/changelog/8-88-0-Release.mdsidebars.ts: added8-88-0-Releaseand8-87-0-Release— the 8.87.0 entry was never added when that changelog landed, so the page was unreachableRegenerated against rewrite-react 0.4.1
An earlier revision of this PR was generated while
@openrewrite/recipes-react@0.4.0was broken against 8.88.0 (javascript_1.UpgradeDependencyVersion is not a constructor), which silently dropped every non-Java React recipe. That is fixed in rewrite-react#18 / v0.4.1, and this PR has been fully regenerated against it — React installs cleanly (49 recipes) and all pages are genuine generator output.Removed recipes
Zero deletions. The only removals are three genuine renames, which git pairs with their replacements:
apache/camel/upgrade/camel419/{xml,yaml}dsl419sagarecipe→camel418_1/{xml,yaml}dsl418_1sagarecipejava/testing/assertj/simplifyassertjnullrelatedassertion→simplifyassertjequalityassertionPlus one proprietary redirect rename under
static/recipes/:springbootproperties_4_1→springbootproperties_4_1-moderne-edition.Note on
check-file-types.jsThe lint script rejected
.html, but the generator emitsstatic/recipes/**/index.htmland master already contains ~3,700 of them. It never fired because the nightlyupdate-docs.ymlpushes straight to master, bypassing PR validation — so any PR-based full regeneration failed. Added a carve-out scoped tostatic/recipes/;.htmlanywhere else is still rejected. Happy to split this into its own PR if preferred.Verification
yarn typecheckpassesyarn buildpasses withCI_STRICT_LINKS=1— no broken links