camel-matrix

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Camel Spring Boot Compatibility Matrix

Camel Spring Boot兼容性矩阵

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.
运行
scripts/camel-springboot-matrix.sh
(随本skill捆绑提供)以在当前项目目录下生成
target/camel-springboot-matrix.adoc
。若
target/
目录不存在,会自动创建。

Arguments

参数

The user may provide an optional version range:
$ARGUMENTS
  • No arguments: use the default range
    4.14.0
    to latest (see below)
  • Two arguments (e.g.
    4.0.0 4.15.0
    ): only versions in that range are processed
用户可提供可选的版本范围:
$ARGUMENTS
  • 无参数:使用默认范围
    4.14.0
    至最新版本(见下文)
  • 两个参数(例如
    4.0.0 4.15.0
    ):仅处理该范围内的版本

Steps

步骤

  1. Run the script. If no version range is given by the user, default to
    4.14.0
    as minimum and omit the max argument (so the script fetches up to the latest available version):
bash
bash "${CLAUDE_PLUGIN_ROOT}/scripts/camel-springboot-matrix.sh" ${ARGUMENTS:-4.14.0}
  1. After completion, report:
    • How many Camel versions were processed
    • That
      target/camel-springboot-matrix.adoc
      was created/updated in the current project directory
    • The last 5 rows of the generated table so the user can verify the output
  1. 运行脚本。若用户未提供版本范围,则默认以
    4.14.0
    为最小值,且不指定最大值参数(如此脚本将获取所有可用的最新版本):
bash
bash "${CLAUDE_PLUGIN_ROOT}/scripts/camel-springboot-matrix.sh" ${ARGUMENTS:-4.14.0}
  1. 完成后,报告以下内容:
    • 已处理的Camel版本数量
    • 当前项目目录下已创建/更新
      target/camel-springboot-matrix.adoc
    • 生成表格的最后5行,以便用户验证输出