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 6959b2e986a Polished add f79496b51dc CAMEL-20019: camel-platform-http-vertx implement session handler (#12530) No new revisions were added by this update. Summary of changes: .../http/vertx/VertxPlatformHttpServer.java | 5 + .../VertxPlatformHttpServerConfiguration.java | 137 +++++++++++ .../http/vertx/VertxPlatformHttpSessionTest.java | 256 +++++++++++++++++++++ .../ROOT/pages/camel-4x-upgrade-guide-4_4.adoc | 10 + 4 files changed, 408 insertions(+) create mode 100644 components/camel-platform-http-vertx/src/test/java/org/apache/camel/component/platform/http/vertx/VertxPlatformHttpSessionTest.java