Skip to content

Commit

Permalink
Revert "Fix AsciiDoc attribute substitution in MapStruct and Jasypt d…
Browse files Browse the repository at this point in the history
…ocumentation"

This reverts commit 9be20b7.
  • Loading branch information
jamesnetherton committed Apr 25, 2024
1 parent 0c59613 commit ba27863
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/reference/extensions/jasypt.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ By default, you do not need to write custom code to configure the Camel `JasyptP
Any Camel configuration property added to `application.properties` can be secured with Jasypt.
To encrypt a value, there is a utility that can be run with https://www.jbang.dev/[JBang].

[source,shell,subs="attributes"]
[source]
----
jbang org.apache.camel:camel-jasypt:{camel-version} -c encrypt -p secret-password -i "Some secret content"
----
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/reference/extensions/mapstruct.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To use MapStruct, you must configure your build to use an annotation processor.
[id="extensions-mapstruct-usage-maven"]
==== Maven

[source,xml,subs="attributes"]
[source,xml]
----
<plugins>
<plugin>
Expand All @@ -76,7 +76,7 @@ To use MapStruct, you must configure your build to use an annotation processor.
[id="extensions-mapstruct-usage-gradle"]
==== Gradle

[source,gradle,subs="attributes"]
[source,gradle]
----
dependencies {
annotationProcessor 'org.mapstruct:mapstruct-processor:{mapstruct-version}'
Expand Down
2 changes: 1 addition & 1 deletion extensions/jasypt/runtime/src/main/doc/usage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ By default, you do not need to write custom code to configure the Camel `JasyptP
Any Camel configuration property added to `application.properties` can be secured with Jasypt.
To encrypt a value, there is a utility that can be run with https://www.jbang.dev/[JBang].

[source,shell,subs="attributes"]
[source]
----
jbang org.apache.camel:camel-jasypt:{camel-version} -c encrypt -p secret-password -i "Some secret content"
----
Expand Down
4 changes: 2 additions & 2 deletions extensions/mapstruct/runtime/src/main/doc/usage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To use MapStruct, you must configure your build to use an annotation processor.

==== Maven

[source,xml,subs="attributes"]
[source,xml]
----
<plugins>
<plugin>
Expand All @@ -25,7 +25,7 @@ To use MapStruct, you must configure your build to use an annotation processor.

==== Gradle

[source,gradle,subs="attributes"]
[source,gradle]
----
dependencies {
annotationProcessor 'org.mapstruct:mapstruct-processor:{mapstruct-version}'
Expand Down

0 comments on commit ba27863

Please sign in to comment.