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 2023/10/17 19:52:41 UTC

[camel] branch regen_bot updated (73db0391a6f -> fb21cbd87ac)

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 73db0391a6f CAMEL-19998: reduce coupling between CamelContext and the InternalRouteStartupManager
     add fb21cbd87ac CAMEL-19994: camel-platform-http-vertx - Allow access to vertx request object. Add support for pooled exchange like we have in other http components. (#11739)

No new revisions were added by this update.

Summary of changes:
 components/camel-platform-http-vertx/pom.xml       |   6 +
 .../src/main/docs/platform-http-vertx.adoc         |  20 ++++
 .../component/platform/http/vertx/HttpMessage.java |  66 +++++++++++
 .../http/vertx/VertxPlatformHttpConsumer.java      |  16 ++-
 .../http/vertx/VertxPlatformHttpEngineTest.java    |  30 +++++
 .../vertx/VertxPlatformHttpPooledExchangeTest.java | 126 +++++++++++++++++++++
 6 files changed, 259 insertions(+), 5 deletions(-)
 create mode 100644 components/camel-platform-http-vertx/src/main/java/org/apache/camel/component/platform/http/vertx/HttpMessage.java
 create mode 100644 components/camel-platform-http-vertx/src/test/java/org/apache/camel/component/platform/http/vertx/VertxPlatformHttpPooledExchangeTest.java