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 4aab307 Make the local Antora build produce .htaccess file with redirects based on :page-aliases: attributes in the AsciiDoc pages the content of that file can by copied to https://github.com/apache/camel-website/blob/master/static/.htaccess new 7ca801a Ensure Quarkus Vertx instance is set on the camel component when not using camel-quarkus-main new cbbce7e Add documentation for vertx configuration 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/pages/extensions/vertx.adoc | 6 ++++++ .../component/vertx/deployment/VertxProcessor.java | 11 ++++++++--- .../vertx/runtime/src/main/doc/configuration.adoc | 2 ++ .../quarkus/component/vertx/CamelVertxRecorder.java | 14 ++++++++------ .../quarkus/component/vertx/it/VertxResource.java | 18 ++++++++++++++++++ .../camel/quarkus/component/vertx/it/VertxTest.java | 8 ++++++++ 6 files changed, 50 insertions(+), 9 deletions(-) create mode 100644 extensions/vertx/runtime/src/main/doc/configuration.adoc copy extensions-core/xml-io/runtime/src/main/java/org/apache/camel/quarkus/component/xml/io/XmlIoRecorder.java => extensions/vertx/runtime/src/main/java/org/apache/camel/quarkus/component/vertx/CamelVertxRecorder.java (69%)