This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
from 0223c2b Determine the Camel version at build time new 6bec185 Use application.properties rather than pom.xml for addAllCharsets new 7f9ec9c Fix #599 Document the need to set quarkus.native.add-all-charsets = true in HTTP extensions The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: docs/modules/ROOT/nav.adoc | 1 + docs/modules/ROOT/pages/extensions/ahc.adoc | 28 ++++++++++++++++++++++ docs/modules/ROOT/pages/extensions/http.adoc | 27 +++++++++++++++++++++ docs/modules/ROOT/pages/extensions/netty-http.adoc | 4 ++++ .../ROOT/pages/extensions/platform-http.adoc | 6 +++++ .../pages/list-of-camel-quarkus-extensions.adoc | 4 ++-- docs/modules/ROOT/pages/native-mode.adoc | 25 +++++++++++++++++++ extensions/readme.adoc | 4 ++-- integration-tests/platform-http/pom.xml | 1 - .../src/main/resources/application.properties | 3 +++ 10 files changed, 98 insertions(+), 5 deletions(-) create mode 100644 docs/modules/ROOT/pages/extensions/ahc.adoc create mode 100644 docs/modules/ROOT/pages/extensions/http.adoc create mode 100644 docs/modules/ROOT/pages/native-mode.adoc