This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 6735da150cc4 chore: Remove new component announcements from upgrade 
guide
6735da150cc4 is described below

commit 6735da150cc4e94cf66e4bba5ccfc1fe40512bbe
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Aug 7 07:52:17 2026 +0200

    chore: Remove new component announcements from upgrade guide
    
    The upgrade guide is for migration/breaking changes, not for announcing
    new components. Moved camel-clickhouse and camel-duckdb entries out as
    they belong in release notes instead.
    
    Co-Authored-By: Claude <[email protected]>
    Signed-off-by: Claus Ibsen <[email protected]>
---
 .../ROOT/pages/camel-4x-upgrade-guide-4_22.adoc    | 34 ----------------------
 1 file changed, 34 deletions(-)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_22.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_22.adoc
index 8a05e7b290b1..5a33f71296dc 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_22.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_22.adoc
@@ -1389,40 +1389,6 @@ This change is necessary for IBM MQ 10.0 compatibility 
but applies to all JMS pr
 exceptions from vendor-specific property failures propagating through 
`JmsBinding.appendJmsProperty()`, be
 aware that they are now caught and logged at `WARN` level for `JMS_`-prefixed 
properties only.
 
-=== camel-clickhouse (new component)
-
-A new `camel-clickhouse` producer component has been added. It integrates with
-https://clickhouse.com/[ClickHouse], the high-performance columnar OLAP 
database, using the official
-ClickHouse Java client (client-v2). It exposes ClickHouse's native 
capabilities as first-class endpoint
-options: native format streaming inserts (`RowBinary`, `JSONEachRow`, `CSV`, 
`TSV`, `Parquet`),
-server-side asynchronous inserts, OLAP queries and health checks.
-
-[source,java]
-----
-from("direct:events")
-    .to("clickhouse://analytics.events?operation=insert&format=JSONEachRow");
-----
-
-The component supports the `insert` (default), `query` and `ping` operations, 
and can either use a shared
-autowired `com.clickhouse.client.api.Client` bean or build its own client from 
the `serverUrl`, `username`,
-`password` and `ssl` endpoint options. See the 
xref:next@components::clickhouse-component.adoc[ClickHouse component]
-documentation for details.
-
-=== camel-duckdb (new component)
-
-A new `camel-duckdb` producer component integrates with 
https://duckdb.org/[DuckDB] using the
-official JDBC driver. It targets embedded analytics: in-memory or file-backed 
databases, SQL
-`execute` and `query`, batch `insert`, bulk file `copy` (CSV, Parquet, JSON), 
and `ping`.
-
-[source,java]
-----
-from("direct:events")
-    .to("duckdb:analytics.db?operation=insert&table=events&batchSize=1000");
-----
-
-See the xref:next@components::duckdb-component.adoc[DuckDB component] 
documentation for details.
-Test support is provided by the `camel-test-infra-duckdb` module (in-process 
embedded database).
-
 === camel-minio - Upgraded to minio 9.0.3 - Breaking Changes
 
 The underlying `io.minio:minio` library has been upgraded from 8.x to 9.0.3.

Reply via email to