jamesnetherton commented on code in PR #4680: URL: https://github.com/apache/camel-quarkus/pull/4680#discussion_r1143532470
########## docs/modules/ROOT/pages/migration-guide/3.0.0.adoc: ########## @@ -0,0 +1,32 @@ += Camel Quarkus 3.0.0 Migration Guide + +The following guide outlines how to adapt your code to changes that were made in Camel Quarkus 3.0.0. + +== Changes in Quarkus + +Please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.0[Quarkus 3.0.0 Migration Guide]. + +== Changes in Camel + +Pleaser refer to https://camel.apache.org/manual/camel-4-migration-guide.html[Apache Camel 3.x to 4.0 Migration guide]. Review Comment: Typo `Pleaser`. Also nitpick - could use `xref` for the link. ########## docs/modules/ROOT/pages/migration-guide/3.0.0.adoc: ########## @@ -0,0 +1,32 @@ += Camel Quarkus 3.0.0 Migration Guide + +The following guide outlines how to adapt your code to changes that were made in Camel Quarkus 3.0.0. + +== Changes in Quarkus + +Please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.0[Quarkus 3.0.0 Migration Guide]. + +== Changes in Camel + +Pleaser refer to https://camel.apache.org/manual/camel-4-migration-guide.html[Apache Camel 3.x to 4.0 Migration guide]. + +== Removed extensions + +The following extensions has been removed. + +[options="header"] +|=== +| Component | Alternative component(s) | Status of removal Review Comment: Do we need the `Status of removal` column? It's making the table render a bit weird: https://github.com/apache/camel-quarkus/blob/6e87568aca7445f0a522c8a01b19298876e49c4d/docs/modules/ROOT/pages/migration-guide/3.0.0.adoc -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org