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 5a4a30133c0 Update camel-4-migration-guide.adoc (#9373)
5a4a30133c0 is described below

commit 5a4a30133c043c5d1b9035a30b5b635abf709652
Author: Raymond Meester <raymondmees...@gmail.com>
AuthorDate: Thu Feb 23 18:35:29 2023 +0100

    Update camel-4-migration-guide.adoc (#9373)
    
    Add a table on the removed components. The table should give users more 
context on why it's removed and if applicable what alternative component to 
use. The table can be extended (is it removed because deprecated/not supported 
or because jakarta isn't support yet or another reason.
---
 .../ROOT/pages/camel-4-migration-guide.adoc        | 62 ++++++++++++----------
 1 file changed, 33 insertions(+), 29 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
index 40a31ebe3e8..cfbe0b4dd3b 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
@@ -16,35 +16,39 @@ Camel 4 supports Java 17. Support for Java 11 is dropped.
 
 The following components has been removed:
 
-- camel-activemq
-- camel-any23
-- camel-atmos
-- camel-caffeine-lrucache
-- camel-cdi
-- camel-elasticsearch-rest
-- camel-gora
-- camel-hbase
-- camel-iota
-- camel-ipfs
-- camel-jbpm
-- camel-jclouds
-- camel-johnzon
-- camel-microprofile-metrics
-- camel-milo
-- camel-opentracing
-- camel-optaplanner
-- camel-rabbitmq
-- camel-rest-swagger
-- camel-restdsl-swagger-plugin
-- camel-resteasy
-- camel-spark
-- camel-spring-integration
-- camel-swift
-- camel-swagger-java
-- camel-websocket
-- camel-websocket-jsr356
-- camel-xstream
-- camel-zikin
+[options="header"]
+|===
+| Component | Reason | Alternative component(s)                                
           
+| camel-activemq               |        | camel-jms / camel-sjms / camel-amqp  
                      
+| camel-any23                  |        |                                      
                  
+| camel-atmos                  |        |                                      
                  
+| camel-caffeine-lrucache      |        |                                      
                  
+| camel-cdi                    |        |                                      
                  
+| camel-elasticsearch-rest     |        | elasticsearch-component              
                  
+| camel-gora                   |        |                                      
                  
+| camel-hbase                  |        |                                      
                  
+| camel-iota                   |        |                                      
                  
+| camel-ipfs                   |        |                                      
                  
+| camel-jbpm                   |        |                                      
                  
+| camel-jclouds                |        |                                      
                  
+| camel-johnzon                |        | jackson-dataformat / 
fastjson-dataformat / gson-dataformat 
+| camel-microprofile-metrics   |        |                                      
                  
+| camel-milo                   |        |                                      
                  
+| camel-opentracing            |        |                                      
                  
+| camel-optaplanner            |        |                                      
                  
+| camel-rabbitmq               |        | spring-rabbitmq-component            
                  
+| camel-rest-swagger           |        | openapi-rest                         
                  
+| camel-restdsl-swagger-plugin |        |                                      
                  
+| camel-resteasy               |        | camel-rest                           
                  
+| camel-spark                  |        |                                      
                  
+| camel-spring-integration     |        |                                      
                  
+| camel-swift                  |        |                                      
                  
+| camel-swagger-java           |        | openapi-java                         
                  
+| camel-websocket              |        | vertx-websocket                      
                  
+| camel-websocket-jsr356       |        | vertx-websocket                      
                  
+| camel-xstream                |        | jacksonXml-dataformat                
                  
+| camel-zipkin                 |        |                                      
                  
+|===
 
 == Logging
 

Reply via email to