camel-matrix
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCamel Spring Boot Compatibility Matrix
Camel Spring Boot兼容性矩阵
Run (bundled in this skill) to generate relative to the current project directory. The directory is created automatically if it does not exist.
scripts/camel-springboot-matrix.shtarget/camel-springboot-matrix.adoctarget/运行(随本skill捆绑提供)以在当前项目目录下生成。若目录不存在,会自动创建。
scripts/camel-springboot-matrix.shtarget/camel-springboot-matrix.adoctarget/Arguments
参数
The user may provide an optional version range:
$ARGUMENTS- No arguments: use the default range to latest (see below)
4.14.0 - Two arguments (e.g. ): only versions in that range are processed
4.0.0 4.15.0
用户可提供可选的版本范围:
$ARGUMENTS- 无参数:使用默认范围至最新版本(见下文)
4.14.0 - 两个参数(例如):仅处理该范围内的版本
4.0.0 4.15.0
Steps
步骤
- Run the script. If no version range is given by the user, default to as minimum and omit the max argument (so the script fetches up to the latest available version):
4.14.0
bash
bash "${CLAUDE_PLUGIN_ROOT}/scripts/camel-springboot-matrix.sh" ${ARGUMENTS:-4.14.0}- After completion, report:
- How many Camel versions were processed
- That was created/updated in the current project directory
target/camel-springboot-matrix.adoc - The last 5 rows of the generated table so the user can verify the output
- 运行脚本。若用户未提供版本范围,则默认以为最小值,且不指定最大值参数(如此脚本将获取所有可用的最新版本):
4.14.0
bash
bash "${CLAUDE_PLUGIN_ROOT}/scripts/camel-springboot-matrix.sh" ${ARGUMENTS:-4.14.0}- 完成后,报告以下内容:
- 已处理的Camel版本数量
- 当前项目目录下已创建/更新
target/camel-springboot-matrix.adoc - 生成表格的最后5行,以便用户验证输出