Skip to content

Commit 8ef29be

Browse files
committed
typos
1 parent e110a38 commit 8ef29be

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

documentation/modules/ROOT/nav.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
* xref:index.adoc[{counter:module}. Home page]
22
** xref:index.adoc#use-cases[{module}.{counter:submodule1} Use cases]
3-
** xref:index.adoc#_the_story_behind_this_solution_pattern[{module}.{counter:submodule1} The story behind this solution pattern]
4-
** xref:index-pattern#_the_solution[{module}.{counter:submodule1} The solution]
3+
** xref:index.adoc#_the_solution[{module}.{counter:submodule1} The solution]
54
65
* xref:02-architecture.adoc[{counter:module}. Architecture]
76
** xref:02-architecture.adoc#tech_stack[{module}.{counter:submodule2}. Technology stack]

documentation/modules/ROOT/pages/02-architecture.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
= Architecture
77

8-
The solution pattern leverages preconfigured, ready-to-use Quarkus and Springboot templates.
8+
The solution pattern leverages preconfigured, ready-to-use Quarkus and Spring Boot templates.
99
Those templates contains placeholders where code and configration just need to be copy-pasted from the legacy application.
1010

1111

@@ -55,13 +55,13 @@ In general, the following migration strategy should be considered:
5555

5656
* *Runtime*
5757

58-
** If you are already on Fuse 7 springboot, migrate toward springboot
58+
** If you are already on Fuse 7 Spring Boot, migrate toward Spring Boot
5959
** In any other cases, you could target Quarkus
6060

6161
* *Target*
6262

6363
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" springboot or quarkus applications, and there will be one extra demo to showcase a migration from that result to Camel K.
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.
6565

6666

6767
[#more_tech]

documentation/modules/ROOT/pages/03-demo.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
You can see a migration based on the templates in action here.
1414

15-
* https://drive.google.com/file/d/11CBxNI_2QI77uFeD7Dxqf32uDnAt9cKX/view?usp=drive_link[Migration toward Camel for Springboot and Camel extension for Quarkus^]
15+
* https://drive.google.com/file/d/11CBxNI_2QI77uFeD7Dxqf32uDnAt9cKX/view?usp=drive_link[Migration toward Camel for Spring Boot and Camel extension for Quarkus^]
1616
* https://drive.google.com/file/d/1DqTrlydgvJiKTe7y6oxuvY8K-SAve9xc/view?usp=drive_link[Running the migrated application on Openshift^]
1717
* https://drive.google.com/file/d/11CBxNI_2QI77uFeD7Dxqf32uDnAt9cKX/view?usp=drive_link[Running the migrated application as a Camel K serverless function^]
1818

@@ -29,7 +29,7 @@ image:repo-branch.png[width=60%]
2929
* The "templates" directory itself contains multiple subdirectories. +
3030
* The breakdown is done on a per-component and per-runtime basis. +
3131

32-
So, there is a subdirectory for each of the most used Camel components (REST API, SOAP, JMS...) further divided per runtime (Quarkus and Springboot).
32+
So, there is a subdirectory for each of the most used Camel components (REST API, SOAP, JMS...) further divided per runtime (Quarkus and Spring Boot).
3333

3434

3535
image:repo-templates.png[]

documentation/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Contributors: _Michael Thirion (Red Hat)_
2323
Common use cases that can be address with this solution are:
2424

2525
- Migrate Fuse 6.x (Blueprint XML, Spring XML or Java) applications to the Red Hat Build of Camel, targeting either Springoot 3, Quarkus or the Camel K Serverless runtime.
26-
- Migrate Fuse 7 (Karaf or Springboot) applications to the Red Hat Build of Camel, targeting either Springboot 3, Quarkus or the Camel K Serverless runtime.
26+
- Migrate Fuse 7 (Karaf or Spring Boot) applications to the Red Hat Build of Camel, targeting either Spring Boot 3, Quarkus or the Camel K Serverless runtime.
2727
- Start writing Camel 3.x or 4.x applications right away with no effort
2828
2929

0 commit comments

Comments
 (0)