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/03/24 07:10:59 UTC

[camel] branch regen_bot updated (b59a96d -> 14cafe1)

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 b59a96d  CAMEL-16389 - Remove json-smart
     add 53ae925  CAMEL-16389 - Upgrade Chunk to version 3.6.1
     add 5db99a8  Sync deps
     add 14cafe1  CAMEL-13092: camel-servlet/camel-http when returning gzip response in streamning mode should not set Content-Length header.

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         |   2 +-
 .../camel/http/common/DefaultHttpBinding.java      |  37 ++++----
 .../camel-servlet/src/test/data/big-payload.json   |   0
 .../servlet/ServletStreamingGzipChunkedTest.java   | 105 +++++++++++++++++++++
 parent/pom.xml                                     |   2 +-
 5 files changed, 128 insertions(+), 18 deletions(-)
 copy core/camel-main/src/generated/resources/META-INF/camel-main-configuration-metadata.json => components/camel-servlet/src/test/data/big-payload.json (100%)
 create mode 100644 components/camel-servlet/src/test/java/org/apache/camel/component/servlet/ServletStreamingGzipChunkedTest.java