Renderizado do repositório de origem, preservando títulos, exemplos, código, tabelas, links e imagens.
Camel Spring Boot Compatibility Matrix
Run scripts/camel-springboot-matrix.sh (bundled in this skill) to generate target/camel-springboot-matrix.adoc relative to the current project directory. The target/ directory is created automatically if it does not exist.
Arguments
The user may provide an optional version range: $ARGUMENTS
- No arguments: use the default range
4.14.0to latest (see below) - Two arguments (e.g.
4.0.0 4.15.0): only versions in that range are processed
Steps
- Run the script. If no version range is given by the user, default to
4.14.0as minimum and omit the max argument (so the script fetches up to the latest available version):
bash "${CLAUDE_PLUGIN_ROOT}/scripts/camel-springboot-matrix.sh" ${ARGUMENTS:-4.14.0}- After completion, report:
- How many Camel versions were processed
- That
target/camel-springboot-matrix.adocwas created/updated in the current project directory - The last 5 rows of the generated table so the user can verify the output

