Mark an initial set of recipes as usable for JavaScript#6485
Merged
Conversation
Adds an integration test, which tests that a JS recipe can call a Java recipe loaded via marketplace.
jkschneider
approved these changes
Jan 7, 2026
2 tasks
timtebeek
added a commit
that referenced
this pull request
Apr 28, 2026
…7510) These cross-ecosystem rows were inadvertently removed in #6991 when recipes.csv was regenerated by `MavenRecipeMarketplaceGenerator`, which overwrites the file from a pure classpath scan and does not preserve the manually-added rows that advertise these Java recipes to the JavaScript (#6485), Python (#6593), and C# (#6678) ecosystems. Restores `ChangeMethodName`, `ChangePackage`, `ChangeType`, `DeleteMethodArgument`, `ReorderMethodArguments`, `search.FindMethods`, and `search.FindTypes` for each of those three ecosystems, derived from the current Java rows so they stay in sync with the latest option and data table metadata.
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.
Couple quick questions from my side: