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 2020/09/30 16:18:08 UTC

[camel] branch regen_bot updated (1e4c6be -> 57fb955)

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 1e4c6be  [CAMEL-15601] Upgrade to JAXB impl 2.3.3
     add 068cc05  Contains ignore case works with more types
     add 57fb955  camel-platform-http-vertx: handle requests using a thread from the worker pool

No new revisions were added by this update.

Summary of changes:
 .../http/vertx/VertxPlatformHttpConsumer.java      |  82 ++++++++++++----
 .../http/vertx/VertxPlatformHttpSupport.java       |  23 ++---
 .../http/vertx/VertxPlatformHttpEngineTest.java    | 105 ++++++++++++++++++++-
 .../org/apache/camel/util/ObjectHelperTest.java    |  43 +++++----
 .../org/apache/camel/support/ObjectHelper.java     |  55 ++++-------
 .../camel/support/builder/PredicateBuilder.java    |   4 +-
 6 files changed, 216 insertions(+), 96 deletions(-)