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/03/07 13:51:07 UTC

[camel] branch regen_bot_3x updated (4ed89beee88 -> cfe27d0cbf0)

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

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


    from 4ed89beee88 CAMEL-19122: camel-jbang - Export java code with existing package name
     add 81d229d83b7 camel-jbang - Upgrade to quarkus 2.16.4
     add cfe27d0cbf0 CAMEL-19113 Platform-http-vertx: consume with comma separated does not work (#9473)

No new revisions were added by this update.

Summary of changes:
 .../http/vertx/VertxPlatformHttpConsumer.java      |  10 +-
 .../VertxPlatformMultipleContentTypeTest.java      | 205 +++++++++++++++++++++
 .../dsl/jbang/core/commands/ExportBaseCommand.java |   4 +-
 .../core/commands/catalog/CatalogBaseCommand.java  |   2 +-
 4 files changed, 216 insertions(+), 5 deletions(-)
 create mode 100644 components/camel-platform-http-vertx/src/test/java/org/apache/camel/component/platform/http/vertx/VertxPlatformMultipleContentTypeTest.java