You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "davsclaus (via GitHub)" <gi...@apache.org> on 2023/02/17 17:11:54 UTC

[GitHub] [camel] davsclaus commented on a diff in pull request #9373: Update camel-4-migration-guide.adoc

davsclaus commented on code in PR #9373:
URL: https://github.com/apache/camel/pull/9373#discussion_r1110096885


##########
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                 |        |                                                        
+|===

Review Comment:
   microprofile-metrics => open-telemetry
   zipkin -> open-telemtry
   opentracing -> open-telemtry



-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org