atiaomar1978-hub opened a new pull request, #25102: URL: https://github.com/apache/camel/pull/25102
## Summary - Adds **camel-duckdb** (Preview): JDBC-based producer for embedded DuckDB with operations `execute`, `query`, `insert`, `copy`, and `ping`. - Adds **camel-test-infra-duckdb** with in-process embedded database (temp file or `:memory:`) and optional remote JDBC URL via system properties — no Docker required for default tests. - Documents the component and adds a **4.22** upgrade-guide entry; uses `org.duckdb:duckdb_jdbc` **1.3.1.0**. Implements [CAMEL-24255](https://issues.apache.org/jira/browse/CAMEL-24255). _AI-generated on behalf of atiaomar1978-hub_ ## Test plan - [ ] `./mvnw -pl test-infra/camel-test-infra-duckdb,components/camel-duckdb -am test` - [ ] `./mvnw -pl components/camel-duckdb -Psourcecheck` (regenerate catalog/docs metadata if the build updates generated files) - AssertJ coverage: `DuckDbComponentTest`, `DuckDbJdbcSupportTest`, `DuckDbProducerTest`, `DuckDbProducerIT` Made with [Cursor](https://cursor.com) -- 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]
