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
Copy file name to clipboardExpand all lines: README.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Application Development is evolving as the modern Hybrid Cloud and cloud-native
3
3
4
4
As Red Hat Fuse approaches product End of Life (EOL) on June 30, 2024, Red Hat build of Apache Camel is the natural go-forward solution for integrations built around Red Hat Fuse which is based on an older version of Apache Camel. Fuse will remain in the https://access.redhat.com/support/policy/updates/jboss_notes#phases[maintenance life cycle^] until its EOL.
5
5
6
-
The https://developers.redhat.com/products/redhat-build-of-apache-camel/overview[Red Hat build of Apache Camel^] is the evolution for Red Hat Fuse, and is a powerful, versatile framework for application integration. It also includes running Camel on Quarkus and Spring Boot runtimes in both on-premise and cloud environments, including the Camel K operator which streamlines building, deploying and operating Camel integrations on OpenShift.
6
+
The https://developers.redhat.com/products/redhat-build-of-apache-camel/overview[Red Hat build of Apache Camel^] is the evolution for Red Hat Fuse, and is a powerful, versatile framework for application integration. It also includes running Camel on Quarkus and Spring Boot runtimes in both on-premise and cloud environments.
7
7
8
8
Performing such a migration can be scary as the effort is not just limited to migrating the high level Camel routes. Indeed, many other underlying technical components (JDK version, Runtime type, XML format etc.) are involved in the migration.
Copy file name to clipboardExpand all lines: documentation/modules/ROOT/pages/02-architecture.adoc
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,10 @@ As a migration does not bring immediate new business value, it's important that
36
36
== An in-depth look at the solution's architecture
37
37
38
38
The Red Hat build of Apache Camel is an Cloud-native, multi-language and a multi-runtime integration stack.
39
-
Camel-based integration logic can be written in XML or Java, and can behave as a Spring Boot, a Quarkus, or a Serverless artifact.
39
+
Camel-based integration logic can be written in YAML, XML or Java, and can behave as a Spring Bootor Quarkus.
40
40
41
41
The present demo will take a legacy API developed in JBoss Fuse 6.2 on Karaf, in Blueprint XML.
42
42
It's suggested that such an application targets the Quarkus runtime.
43
-
The provided Quarkus template is 100% compatible with Camel K, so the resulting migrated application is immediately ready to be added to a serverless stack.
44
43
45
44
The material can be used to migrate any Fuse 6 or 7 distribution to the Red Hat build of Apache Camel.
46
45
The demos will however focus on migrating a Fuse 6 application, and more concretely a Camel v2.17 one, in Blueprint XML format, running on Karaf 2. The XML format will be converted to the optimized IO XML one.
@@ -60,8 +59,8 @@ In general, the following migration strategy should be considered:
60
59
61
60
* *Target*
62
61
63
-
Probably, the target should remain a "standard" container application, ready for Serverless but not mandatorily a Function. +
64
-
Thus, the demos will showcase several migrations to "plain" Spring Boot or quarkus applications, and there will be one extra demo to showcase a migration from that result to Camel K.
62
+
Probably, the target should remain a "standard" container application. +
63
+
The demos will showcase several migrations to "plain" Spring Boot or quarkus applications.
Copy file name to clipboardExpand all lines: documentation/modules/ROOT/pages/03-demo.adoc
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@
5
5
6
6
= See the Solution in Action
7
7
8
+
[IMPORTANT]
9
+
--
10
+
The solution and examples in this chapter utilize integrations based on _Apache Camel K_. While _Camel K_ is still active within upstream _Apache Camel_, Red Hat has shifted its support to a cloud-native approach, focusing on https://camel.apache.org/manual/camel-jbang.html[_Camel JBang_^] and https://kaoto.io[_Kaoto_^] as primary development tools.
11
+
12
+
As a result, all Camel K instances in this Solution Pattern will transition to the https://developers.redhat.com/products/redhat-build-of-apache-camel/overview[Red Hat build of Apache Camel^], aligning with Red Hat's new strategic direction.
Copy file name to clipboardExpand all lines: documentation/modules/ROOT/pages/index.adoc
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Application Development is evolving as the modern Hybrid Cloud and cloud-native
8
8
9
9
As Red Hat Fuse approaches product End of Life (EOL) on June 30, 2024, Red Hat build of Apache Camel is the natural go-forward solution for integrations built around Red Hat Fuse which is based on an older version of Apache Camel. Fuse will remain in the https://access.redhat.com/support/policy/updates/jboss_notes#phases[maintenance life cycle^] until its EOL.
10
10
11
-
The https://developers.redhat.com/products/redhat-build-of-apache-camel/overview[Red Hat build of Apache Camel^] is the evolution for Red Hat Fuse, and is a powerful, versatile framework for application integration. It also includes running Camel on Quarkus and Spring Boot runtimes in both on-premise and cloud environments, including the Camel K operator which streamlines building, deploying and operating Camel integrations on OpenShift.
11
+
The https://developers.redhat.com/products/redhat-build-of-apache-camel/overview[Red Hat build of Apache Camel^] is the evolution for Red Hat Fuse, and is a powerful, versatile framework for application integration. It also includes running Camel on Quarkus and Spring Boot runtimes in both on-premise and cloud environments.
12
12
13
13
Performing such a migration can be scary as the effort is not just limited to migrating the high level Camel routes. Indeed, many other underlying technical components (JDK version, Runtime type, XML format etc.) are involved in the migration.
Common use cases that can be address with this solution are:
24
24
25
-
- Migrate Fuse 6.x (Blueprint XML, Spring XML or Java) applications to the Red Hat build of Apache Camel, targeting either Sprin Boot 3, Quarkus or Camel K.
26
-
- Migrate Fuse 7 (Karaf or Spring Boot) applications to the Red Hat build of Apache Camel, targeting either Spring Boot 3, Quarkus or Camel K.
25
+
- Migrate Fuse 6.x (Blueprint XML, Spring XML or Java) applications to the Red Hat build of Apache Camel, targeting either Sprin Boot 3, Quarkus.
26
+
- Migrate Fuse 7 (Karaf or Spring Boot) applications to the Red Hat build of Apache Camel, targeting either Spring Boot 3, Quarkus.
27
27
- Start writing Camel 4.x applications right away with no effort
0 commit comments