You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The templates are available in the following repository: https://github.com/mthirion/fuse-to-camel3-camelk[https://github.com/mthirion/fuse-to-camel3-camelk ^]
24
+
The templates are available in the following repository: https://github.com/mthirion/fuse-to-camel3-camelk[https://github.com/mthirion/fuse-to-camel3-camelk/tree/4.0 ^]
25
25
26
26
27
-
* The repository has a dedicated branch for each target version: currently *Camel 3.18* or *Camel 3.20*
27
+
* The repository has a branch specific to the current Red Hat Build of Apache Camel 4.
28
28
+
29
29
image:repo-branch.png[width=60%]
30
30
@@ -55,10 +55,10 @@ First, clone the repository: +
@@ -155,7 +155,7 @@ Therefore, add the below annotation to that Java class:
155
155
+
156
156
[NOTE]
157
157
====
158
-
The Camel CXFRS component has been removed from Camel 3. Camel 3 now relies on the Camel REST component for the implementation of REST API endpoints. This provides separation of concerns between th REST interface and the REST implementation. It's recommended to generate the REST interface from an OpenAPI specification. +
158
+
The Camel CXFRS component has been removed from Camel since v3. Camel now relies on the Camel REST component for the implementation of REST API endpoints. This provides separation of concerns between th REST interface and the REST implementation. It's recommended to generate the REST interface from an OpenAPI specification. +
159
159
Camel ships a Maven plugin to automate th creation of the required code from the openAPI document. +
0 commit comments