JiriOndrusek opened a new pull request, #102:
URL: https://github.com/apache/camel-upgrade-recipes/pull/102

   fixes https://github.com/apache/camel-upgrade-recipes/issues/96
   
   Adds LatestRecipeTest to ensure the latest.yaml recipe always references the 
highest version recipe. This prevents forgetting to update latest.yaml when 
adding a new version recipe (e.g., when adding 4.21.yaml, latest.yaml must be 
updated to reference camel421.CamelSpringBootMigrationRecipe).
   
   The test:
   - Scans META-INF/rewrite/ for all version YAML files (pattern: X.Y.yaml)
   - Identifies the highest version number
   - Verifies latest.yaml contains a reference to that version's recipe
   - Fails with a clear message if latest.yaml is out of sync
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to