You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2024/01/31 09:24:59 UTC

(camel) branch regen_bot updated (c872e8656b1 -> aaaed57fa10)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from c872e8656b1 CAMEL-20379: Camel CLI infra, add maven repos config (#12955)
     add aaaed57fa10 CAMEL-20237: camel-platform-http-main - Make it possible to configure http auth (#12943)

No new revisions were added by this update.

Summary of changes:
 components/camel-platform-http-vertx/pom.xml       |  11 +-
 .../src/main/docs/platform-http-vertx.adoc         |  43 +++
 .../http/vertx/VertxPlatformHttpServer.java        |  28 ++
 .../VertxPlatformHttpServerConfiguration.java      |  10 +
 .../http/vertx/auth/AuthenticationConfig.java      | 104 +++++++
 .../vertx/VertxPlatformHttpAuthenticationTest.java | 336 +++++++++++++++++++++
 ...s => camel-platform-http-vertx-auth.properties} |   2 +-
 7 files changed, 527 insertions(+), 7 deletions(-)
 create mode 100644 components/camel-platform-http-vertx/src/main/java/org/apache/camel/component/platform/http/vertx/auth/AuthenticationConfig.java
 create mode 100644 components/camel-platform-http-vertx/src/test/java/org/apache/camel/component/platform/http/vertx/VertxPlatformHttpAuthenticationTest.java
 copy components/camel-platform-http-vertx/src/test/resources/{authentication/auth.properties => camel-platform-http-vertx-auth.properties} (96%)