oscerd opened a new pull request, #24476: URL: https://github.com/apache/camel/pull/24476
## Regenerate stale generated resources on `camel-4.18.x` The `camel-4.18.x` branch was bumped to `4.18.4-SNAPSHOT`, but the generated catalog and component metadata (component `*.json` descriptors, `component.properties`, and the `camel-catalog` / `camel-catalog-console` resources) still embed the previous `4.18.3-SNAPSHOT` version. Every PR that runs a full build therefore regenerates these files and trips the **"Fail if there are uncommitted changes"** CI gate — the two `build (17)` / `build (21)` jobs go red on unrelated PRs (e.g. #24454 hit exactly this). This commit regenerates all version-stamped generated resources to `4.18.4-SNAPSHOT` so the committed state matches a clean build. - **2047 files, version string only** (`4.18.3-SNAPSHOT` → `4.18.4-SNAPSHOT`); no functional change. - Produced by a full reactor `mvn clean install -DskipTests`; verified every changed line is the version bump and nothing else. After this merges, the uncommitted-changes gate should be green again for `camel-4.18.x` PRs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) on behalf of Andrea Cosentino -- 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]
