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 25b2bc5 Regen for commit b2d175d9d7527cf1477bd4533a705f119cd549d1
add 9825f64 CAMEL-16906: Platform-http components fail when using
unmarshal. Adding back some of the work from Pasquale Congiusti in
platform-http-vertx as we can use that. And for json you need to turn on
jackson type converter.
No new revisions were added by this update.
Summary of changes:
components/camel-platform-http-vertx/pom.xml | 5 +
.../http/vertx/VertxPlatformHttpSupport.java | 39 +++--
.../http/vertx/VertxPlatformHttpEngineTest.java | 4 +-
...rtxPlatformHttpEngineWithTypeConverterTest.java | 158 +++++++++++++++++++++
.../http/vertx/VertxPlatformHttpJacksonTest.java | 35 +++--
5 files changed, 215 insertions(+), 26 deletions(-)
create mode 100644
components/camel-platform-http-vertx/src/test/java/org/apache/camel/component/platform/http/vertx/VertxPlatformHttpEngineWithTypeConverterTest.java
copy
core/camel-core/src/test/java/org/apache/camel/impl/RouteSetRouteIdTwoTimesTest.java
=>
components/camel-platform-http-vertx/src/test/java/org/apache/camel/component/platform/http/vertx/VertxPlatformHttpJacksonTest.java
(53%)