This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit f9bdc9e1e7beed5e958e60ff5793b854290f9615 Author: Antonin Stefanutti <[email protected]> AuthorDate: Mon Oct 28 15:11:02 2019 +0100 feat(quarkus): Add Quarkus trait documentation --- docs/modules/ROOT/pages/traits.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/modules/ROOT/pages/traits.adoc b/docs/modules/ROOT/pages/traits.adoc index 2b825ba..b694679 100644 --- a/docs/modules/ROOT/pages/traits.adoc +++ b/docs/modules/ROOT/pages/traits.adoc @@ -394,6 +394,24 @@ It's disabled by default. !=== +| quarkus +| All +| Activates the Quarkus runtime + + + + +It's disabled by default. + +[cols="m,"] +!=== + +! quarkus.camel-quarkus-version +! The Camel Quarkus version to use for the integration + +! quarkus.quarkus-version +! The Quarkus version to use for the integration + +!=== + |=======================
