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 2021/02/16 17:04:04 UTC

[camel] branch regen_bot updated (2a47682 -> 056c97d)

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 2a47682  camel-http - Little optimize and load tests to reuse template to avoid creating garbage objects.
     add 056c97d  CAMEL-16220: camel-http - optimize producer when sending to uri without any change

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/http/base/HttpHelper.java     | 10 ++--
 .../apache/camel/component/http/HttpProducer.java  | 54 +++++++++++++++++++---
 .../camel/component/http/HeaderFilteringTest.java  |  9 +++-
 .../camel/component/http/HttpProducerLoadTest.java |  6 +--
 ...eadersTest.java => HttpQueryParameterTest.java} | 30 +++++++-----
 ...ndler.java => DrinkQueryValidationHandler.java} | 10 ++--
 6 files changed, 86 insertions(+), 33 deletions(-)
 copy components/camel-http/src/test/java/org/apache/camel/component/http/{HttpSendDynamicAwareHeadersTest.java => HttpQueryParameterTest.java} (68%)
 copy components/camel-http/src/test/java/org/apache/camel/component/http/handler/{DrinkValidationHandler.java => DrinkQueryValidationHandler.java} (76%)