You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2024/01/26 15:37:56 UTC

(camel-quarkus) branch main updated: Fix Jasypt docs indentation level

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new f2bb571927 Fix Jasypt docs indentation level
f2bb571927 is described below

commit f2bb571927a7a277789dbeaa240db1b7e23e228b
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Jan 26 15:33:31 2024 +0000

    Fix Jasypt docs indentation level
---
 docs/modules/ROOT/pages/reference/extensions/jasypt.adoc | 2 +-
 extensions/jasypt/runtime/src/main/doc/usage.adoc        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/jasypt.adoc b/docs/modules/ROOT/pages/reference/extensions/jasypt.adoc
index 79148f51ef..c314cec097 100644
--- a/docs/modules/ROOT/pages/reference/extensions/jasypt.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/jasypt.adoc
@@ -89,7 +89,7 @@ TIP: You can use the ability to mask security sensitive configuration in Camel b
 You can also disable the startup configuration summary with the configuration `camel.main.autoConfigurationLogSummary = false`.
 
 [id="extensions-jasypt-usage-injecting-encrypted-configuration"]
-==== Injecting encrypted configuration
+=== Injecting encrypted configuration
 
 You can use the `@ConfigProperty` annotation to inject encrypted configuration into your Camel routes or CDI beans.
 
diff --git a/extensions/jasypt/runtime/src/main/doc/usage.adoc b/extensions/jasypt/runtime/src/main/doc/usage.adoc
index 3595bb06f5..ff0fc83d14 100644
--- a/extensions/jasypt/runtime/src/main/doc/usage.adoc
+++ b/extensions/jasypt/runtime/src/main/doc/usage.adoc
@@ -40,7 +40,7 @@ public class MySecureRoute extends RouteBuilder {
 TIP: You can use the ability to mask security sensitive configuration in Camel by suffixing property values with `.secret`.
 You can also disable the startup configuration summary with the configuration `camel.main.autoConfigurationLogSummary = false`.
 
-==== Injecting encrypted configuration
+=== Injecting encrypted configuration
 
 You can use the `@ConfigProperty` annotation to inject encrypted configuration into your Camel routes or CDI beans.