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

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

commit edec6989ceacbd29aa7dfd9d7399c16e9dac5995
Author: lburgazzoli <lburgazz...@gmail.com>
AuthorDate: Fri Oct 25 01:40:03 2019 +0200

    fhir: update doc doc
---
 docs/modules/ROOT/pages/extensions/fhir.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/modules/ROOT/pages/extensions/fhir.adoc 
b/docs/modules/ROOT/pages/extensions/fhir.adoc
index 871f3b7..d6aac97 100644
--- a/docs/modules/ROOT/pages/extensions/fhir.adoc
+++ b/docs/modules/ROOT/pages/extensions/fhir.adoc
@@ -25,9 +25,9 @@ The extension supports the Camel 
https://camel.apache.org/components/latest/fhir
 
 The https://hapifhir.io/download.html[hapi-fhir] library, on which camel-fhir 
depends on, heavily uses reflection which affects performance in Quarkus 
(memory footprint, build time, CPU resources etc...). The following options are 
provided to improve on this:
 
-* `camel.fhir.enable-dstu2`: enables dstu2 resources, default `true`
-* `camel.fhir.enable-dstu3`: enables dstu3 resources, default `true`
-* `camel.fhir.enable-r4`: : enables r4 resources, default `true`
+* `quarkus.camel.fhir.enable-dstu2`: enables dstu2 resources, default `true`
+* `quarkus.camel.fhir.enable-dstu3`: enables dstu3 resources, default `true`
+* `quarkus.camel.fhir.enable-r4`: : enables r4 resources, default `true`
 
 which can be configured within the `application.properties` configuration file.
 

Reply via email to