JiriOndrusek opened a new issue, #119:
URL: https://github.com/apache/camel-upgrade-recipes/issues/119
The camel-upgrade-recipes module has comprehensive test suites for its
aggregate recipes (latest.yaml, 4.18LTS.yaml, 4.10LTS.yaml), including:
- CamelUpdateLatestTestSuite — runs all tests against CamelMigrationRecipe
- CamelUpdate418LtsTestSuite — runs relevant tests against
Camel418LTSMigrationRecipe
- CamelUpdateLatestVersionTest / CamelUpdate418LtsVersionTest — verify POM
version upgrades
The camel-spring-boot-upgrade-recipes module has no equivalent test
suites. Its existing LatestRecipeTest only validates recipe references (not
actual transformations),
and there is no test coverage for the 4.18LTS.yaml recipe being added by
PR #118.
Suggested scope:
1. Add CamelSpringBootUpdateLatestTestSuite — run existing Spring Boot
tests against CamelSpringBootMigrationRecipe (from latest.yaml)
2. Add CamelSpringBootUpdate418LtsTestSuite — run relevant Spring Boot
tests against the 4.18 LTS recipe (from 4.18LTS.yaml)
3. Add CamelSpringBootUpdateLatestVersionTest — verify POM version upgrade
to latest Camel Spring Boot version
4. Add CamelSpringBootUpdate418LtsVersionTest — verify POM version upgrade
to 4.18 LTS version
Related: https://github.com/apache/camel-upgrade-recipes/pull/118
--
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]