This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from ffe353a CAMEL-13734 - Fixed CS new edb2d90 CAMEL-13707: The path should not be empty in combination with http query new 6094648 CAMEL-13707: checkstyle The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../component/netty4/http/NettyHttpHelper.java | 36 +++++----- .../netty4/http/NettyHttpGetWithParamTest.java | 1 - .../netty4/http/NettyHttpProducerHeadersTest.java | 84 ++++++++++++++++++++++ 3 files changed, 104 insertions(+), 17 deletions(-) create mode 100644 components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpProducerHeadersTest.java