This is an automated email from the ASF dual-hosted git repository.
gzurowski pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 19b805d0ade Prefix note file with underscore to prevent standalone
publication (#19243)
19b805d0ade is described below
commit 19b805d0ade98e792652057151cc07168cb6d55c
Author: Gregor Zurowski <[email protected]>
AuthorDate: Thu Sep 18 10:50:31 2025 +0200
Prefix note file with underscore to prevent standalone publication (#19243)
---
.../ROOT/pages/{migration-app-note.adoc => _migration-app-note.adoc} | 2 --
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_1.adoc | 2 +-
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc | 2 +-
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_11.adoc | 2 +-
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_12.adoc | 2 +-
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_13.adoc | 2 +-
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc | 2 +-
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_15.adoc | 2 +-
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc | 2 +-
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_3.adoc | 2 +-
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc | 2 +-
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc | 2 +-
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_6.adoc | 2 +-
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc | 2 +-
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc | 2 +-
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc | 2 +-
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide.adoc | 2 +-
17 files changed, 16 insertions(+), 18 deletions(-)
diff --git a/docs/user-manual/modules/ROOT/pages/migration-app-note.adoc
b/docs/user-manual/modules/ROOT/pages/_migration-app-note.adoc
similarity index 92%
rename from docs/user-manual/modules/ROOT/pages/migration-app-note.adoc
rename to docs/user-manual/modules/ROOT/pages/_migration-app-note.adoc
index a59ae75f70f..a4456e3034e 100644
--- a/docs/user-manual/modules/ROOT/pages/migration-app-note.adoc
+++ b/docs/user-manual/modules/ROOT/pages/_migration-app-note.adoc
@@ -1,5 +1,3 @@
-= Migration Note
-
[NOTE]
====
https://github.com/apache/camel-upgrade-recipes/[The Camel Upgrade Recipes
project] provides automated assistance for some common migration tasks.
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_1.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_1.adoc
index 32f08f5967c..4ead776dc46 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_1.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_1.adoc
@@ -4,7 +4,7 @@ This document is for helping you upgrade your Apache Camel
application
from Camel 4.x to 4.y. For example, if you are upgrading Camel 4.0 to 4.2,
then you should follow the guides
from both 4.0 to 4.1 and 4.1 to 4.2.
-include::migration-app-note.adoc[]
+include::_migration-app-note.adoc[]
== Upgrading Camel 4.0 to 4.1
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc
index 66cbb5eb83f..076267e88dd 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_10.adoc
@@ -4,7 +4,7 @@ This document is for helping you upgrade your Apache Camel
application
from Camel 4.x to 4.y. For example, if you are upgrading Camel 4.0 to 4.2,
then you should follow the guides
from both 4.0 to 4.1 and 4.1 to 4.2.
-include::migration-app-note.adoc[]
+include::_migration-app-note.adoc[]
== Upgrading from 4.10.5 to 4.10.7
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_11.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_11.adoc
index 091d5554f3c..e02f197b071 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_11.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_11.adoc
@@ -4,7 +4,7 @@ This document is for helping you upgrade your Apache Camel
application
from Camel 4.x to 4.y. For example, if you are upgrading Camel 4.0 to 4.2,
then you should follow the guides
from both 4.0 to 4.1 and 4.1 to 4.2.
-include::migration-app-note.adoc[]
+include::_migration-app-note.adoc[]
== Upgrading Camel 4.10 to 4.11
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_12.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_12.adoc
index 962ba12ac40..eb8fa248fce 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_12.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_12.adoc
@@ -4,7 +4,7 @@ This document is for helping you upgrade your Apache Camel
application
from Camel 4.x to 4.y. For example, if you are upgrading Camel 4.0 to 4.2,
then you should follow the guides
from both 4.0 to 4.1 and 4.1 to 4.2.
-include::migration-app-note.adoc[]
+include::_migration-app-note.adoc[]
== Upgrading Camel 4.11 to 4.12
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_13.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_13.adoc
index 87596708722..28044c6eb04 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_13.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_13.adoc
@@ -4,7 +4,7 @@ This document is for helping you upgrade your Apache Camel
application
from Camel 4.x to 4.y. For example, if you are upgrading Camel 4.0 to 4.2,
then you should follow the guides
from both 4.0 to 4.1 and 4.1 to 4.2.
-include::migration-app-note.adoc[]
+include::_migration-app-note.adoc[]
== Upgrading Camel 4.12 to 4.13
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc
index a9fef3503d9..9d970e3dcbc 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc
@@ -4,7 +4,7 @@ This document is for helping you upgrade your Apache Camel
application
from Camel 4.x to 4.y. For example, if you are upgrading Camel 4.0 to 4.2,
then you should follow the guides
from both 4.0 to 4.1 and 4.1 to 4.2.
-include::migration-app-note.adoc[]
+include::_migration-app-note.adoc[]
== Upgrading Camel 4.13 to 4.14
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_15.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_15.adoc
index e81cba1b934..362eefbdbe8 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_15.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_15.adoc
@@ -4,7 +4,7 @@ This document is for helping you upgrade your Apache Camel
application
from Camel 4.x to 4.y. For example, if you are upgrading Camel 4.0 to 4.2,
then you should follow the guides
from both 4.0 to 4.1 and 4.1 to 4.2.
-include::migration-app-note.adoc[]
+include::_migration-app-note.adoc[]
== Upgrading Camel 4.14 to 4.15
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc
index a039ae0e8fe..4cabc4dab10 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_2.adoc
@@ -4,7 +4,7 @@ This document is for helping you upgrade your Apache Camel
application
from Camel 4.x to 4.y. For example, if you are upgrading Camel 4.0 to 4.2,
then you should follow the guides
from both 4.0 to 4.1 and 4.1 to 4.2.
-include::migration-app-note.adoc[]
+include::_migration-app-note.adoc[]
== Upgrading Camel 4.1 to 4.2
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_3.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_3.adoc
index 86915841cfa..99195792d46 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_3.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_3.adoc
@@ -4,7 +4,7 @@ This document is for helping you upgrade your Apache Camel
application
from Camel 4.x to 4.y. For example, if you are upgrading Camel 4.0 to 4.2,
then you should follow the guides
from both 4.0 to 4.1 and 4.1 to 4.2.
-include::migration-app-note.adoc[]
+include::_migration-app-note.adoc[]
== Upgrading Camel 4.2 to 4.3
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
index d1e6e366538..d9dd68bf76e 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
@@ -4,7 +4,7 @@ This document is for helping you upgrade your Apache Camel
application
from Camel 4.x to 4.y. For example, if you are upgrading Camel 4.0 to 4.2,
then you should follow the guides
from both 4.0 to 4.1 and 4.1 to 4.2.
-include::migration-app-note.adoc[]
+include::_migration-app-note.adoc[]
== Upgrading from 4.4.4 to 4.4.5
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc
index 19fb822a257..ea8a555c83a 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc
@@ -4,7 +4,7 @@ This document is for helping you upgrade your Apache Camel
application
from Camel 4.x to 4.y. For example, if you are upgrading Camel 4.0 to 4.2,
then you should follow the guides
from both 4.0 to 4.1 and 4.1 to 4.2.
-include::migration-app-note.adoc[]
+include::_migration-app-note.adoc[]
== Upgrading Camel 4.4 to 4.5
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_6.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_6.adoc
index 497570ae381..cf917e7b781 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_6.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_6.adoc
@@ -4,7 +4,7 @@ This document is for helping you upgrade your Apache Camel
application
from Camel 4.x to 4.y. For example, if you are upgrading Camel 4.0 to 4.2,
then you should follow the guides
from both 4.0 to 4.1 and 4.1 to 4.2.
-include::migration-app-note.adoc[]
+include::_migration-app-note.adoc[]
== Upgrading Camel 4.5 to 4.6
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc
index cce762e53c0..da4e98d3965 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc
@@ -4,7 +4,7 @@ This document is for helping you upgrade your Apache Camel
application
from Camel 4.x to 4.y. For example, if you are upgrading Camel 4.0 to 4.2,
then you should follow the guides
from both 4.0 to 4.1 and 4.1 to 4.2.
-include::migration-app-note.adoc[]
+include::_migration-app-note.adoc[]
== Upgrading Camel 4.6 to 4.7
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc
index 0c4e87b53f1..82264ed6b40 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc
@@ -4,7 +4,7 @@ This document is for helping you upgrade your Apache Camel
application
from Camel 4.x to 4.y. For example, if you are upgrading Camel 4.0 to 4.2,
then you should follow the guides
from both 4.0 to 4.1 and 4.1 to 4.2.
-include::migration-app-note.adoc[]
+include::_migration-app-note.adoc[]
== Upgrading from 4.8.4 to 4.8.7
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc
index 7617de8e557..eb01171337e 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc
@@ -4,7 +4,7 @@ This document is for helping you upgrade your Apache Camel
application
from Camel 4.x to 4.y. For example, if you are upgrading Camel 4.0 to 4.2,
then you should follow the guides
from both 4.0 to 4.1 and 4.1 to 4.2.
-include::migration-app-note.adoc[]
+include::_migration-app-note.adoc[]
== Upgrading Camel 4.8 to 4.9
diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide.adoc
index 72ae481c339..b9da1f1e588 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide.adoc
@@ -25,5 +25,5 @@ You can find the upgrade guide for each release in the
following pages:
- xref:camel-4x-upgrade-guide-4_14.adoc[Upgrade guide 4.13 -> 4.14]
- xref:camel-4x-upgrade-guide-4_15.adoc[Upgrade guide 4.14 -> 4.15]
-include::migration-app-note.adoc[]
+include::_migration-app-note.adoc[]