davsclaus opened a new pull request, #24979: URL: https://github.com/apache/camel/pull/24979
_Claude Code on behalf of davsclaus_ ## Summary Migrate the `camel-wasm` component from Chicory (`com.dylibso.chicory`) to its successor Endive (`run.endive`), now hosted under the Bytecode Alliance. - Rename version property `chicory-version` → `endive-version` (1.7.5 → 1.0.1) in `parent/pom.xml` - Update Maven coordinates from `com.dylibso.chicory:runtime` to `run.endive:runtime` - Update Java package imports from `com.dylibso.chicory.*` to `run.endive.*` The API is identical — same class names and method signatures — so this is a pure find-and-replace migration with no behavioral changes. Reference: https://endive.run/blog/endive-1.0/ ## Test plan - [x] `mvn verify` passes in `components/camel-wasm` (all existing tests pass unchanged) - [x] Full reactor build passes (`mvn clean install -DskipTests`) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.6 <[email protected]> -- 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]
