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 2022/10/19 13:35:28 UTC

[camel] branch regen_bot updated (7d3c863d20f -> c34a9b6be2d)

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 7d3c863d20f (chores) Remove useless assignments
     add c34a9b6be2d CAMEL-18593: Platform-http : add reverse proxy feature (#8574)

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/platform-http.json    |   2 +-
 components/camel-platform-http-vertx/pom.xml       |   6 +
 .../src/main/docs/platform-http-vertx.adoc         |  14 +++
 .../http/vertx/VertxPlatformHttpConsumer.java      |   8 ++
 .../http/vertx/VertxPlatformHttpProxyTest.java     |  91 ++++++++++++++
 .../http/vertx/VertxPlatformHttpsProxyTest.java    | 135 +++++++++++++++++++++
 .../src/test/resources/proxy/keystore.p12          | Bin 0 -> 2716 bytes
 components/camel-platform-http/pom.xml             |   6 +-
 .../component/platform/http/platform-http.json     |   2 +-
 .../src/main/docs/platform-http-component.adoc     |   6 +
 .../platform/http/PlatformHttpEndpoint.java        |  10 +-
 .../http/JettyCustomPlatformHttpConsumer.java      |  37 +++++-
 ...urationTest.java => PlatformHttpProxyTest.java} |  44 +++----
 .../builder/endpoint/StaticEndpointBuilders.java   |   6 +-
 .../dsl/PlatformHttpEndpointBuilderFactory.java    |   6 +-
 15 files changed, 336 insertions(+), 37 deletions(-)
 create mode 100644 components/camel-platform-http-vertx/src/test/java/org/apache/camel/component/platform/http/vertx/VertxPlatformHttpProxyTest.java
 create mode 100644 components/camel-platform-http-vertx/src/test/java/org/apache/camel/component/platform/http/vertx/VertxPlatformHttpsProxyTest.java
 create mode 100644 components/camel-platform-http-vertx/src/test/resources/proxy/keystore.p12
 copy components/camel-platform-http/src/test/java/org/apache/camel/component/platform/http/{RestPlatformHttpContextPathConfigurationTest.java => PlatformHttpProxyTest.java} (53%)