diff --git a/docs/recipes/org/apache/camel/upgrade/camel45/README.md b/docs/recipes/org/apache/camel/upgrade/camel45/README.md index ef2dccc90..dfd028d46 100644 --- a/docs/recipes/org/apache/camel/upgrade/camel45/README.md +++ b/docs/recipes/org/apache/camel/upgrade/camel45/README.md @@ -6,7 +6,7 @@ _Recipes that include further recipes, often including the individual recipes be * [Migrates `camel 4.4` application to `camel 4.5`](./camelmigrationrecipe.md) * [Renamed classes for elasticsearch,opensearch and spring regis](./renamedclasses.md) -* [Replace context.${method}(*) with context.getCamelContextExtension().${method}(*)](./useextendedcamelcontextgetters.md) +* [Replace context.{method}(*) with context.getCamelContextExtension().{method}(*)](./useextendedcamelcontextgetters.md) ## Recipes diff --git a/docs/recipes/org/apache/camel/upgrade/camel45/camelmigrationrecipe.md b/docs/recipes/org/apache/camel/upgrade/camel45/camelmigrationrecipe.md index f8381f23b..310afabd4 100644 --- a/docs/recipes/org/apache/camel/upgrade/camel45/camelmigrationrecipe.md +++ b/docs/recipes/org/apache/camel/upgrade/camel45/camelmigrationrecipe.md @@ -27,7 +27,7 @@ This recipe is composed of more than one recipe. If you want to customize the se -* [Replace context.${method}(*) with context.getCamelContextExtension().${method}(*)](../../../../../org/apache/camel/upgrade/camel45/useextendedcamelcontextgetters) +* [Replace context.{method}(*) with context.getCamelContextExtension().{method}(*)](../../../../../org/apache/camel/upgrade/camel45/useextendedcamelcontextgetters) * [Replace 'camel.main.backlogTracing' with `camel.trace.enabled'](../../../../../org/apache/camel/upgrade/camel45/traceproperties) * [Renamed classes for elasticsearch,opensearch and spring regis](../../../../../org/apache/camel/upgrade/camel45/renamedclasses) diff --git a/docs/recipes/org/apache/camel/upgrade/camel45/useextendedcamelcontextgetters.md b/docs/recipes/org/apache/camel/upgrade/camel45/useextendedcamelcontextgetters.md index 66aa58c4f..720c6bbaf 100644 --- a/docs/recipes/org/apache/camel/upgrade/camel45/useextendedcamelcontextgetters.md +++ b/docs/recipes/org/apache/camel/upgrade/camel45/useextendedcamelcontextgetters.md @@ -1,11 +1,11 @@ --- -sidebar_label: "Replace context.${method}(*) with context.getCamelContextExtension().${method}(*)" +sidebar_label: "Replace context.{method}(*) with context.getCamelContextExtension().{method}(*)" --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -# Replace context.${method}(*) with context.getCamelContextExtension().${method}(*) +# Replace context.{method}(*) with context.getCamelContextExtension().{method}(*) **org.apache.camel.upgrade.camel45.UseExtendedCamelContextGetters** @@ -71,7 +71,7 @@ This recipe is composed of more than one recipe. If you want to customize the se --- type: specs.openrewrite.org/v1beta/recipe name: org.apache.camel.upgrade.camel45.UseExtendedCamelContextGetters -displayName: Replace context.${method}(*) with context.getCamelContextExtension().${method}(*) +displayName: Replace context.{method}(*) with context.getCamelContextExtension().{method}(*) description: recipeList: - org.apache.camel.upgrade.customRecipes.MoveGetterToExtendedCamelContext: