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 2023/12/04 09:29:00 UTC

(camel) branch regen_bot updated (d20997575a6 -> da0909075af)

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 d20997575a6 Bump maven-version from 3.9.5 to 3.9.6 (#12302)
     add 780b54611ec CAMEL-20182: camel-http - Allow http/https protocol to be in httpUri option that makes it tooling friendly, and also avoids problems with copy url from web browser to be used. And let this url determine the protocol to use (plain vs secure) if http or https is present. (#12304)
     add da0909075af Upgrade to maven wrapper 3.9.6

No new revisions were added by this update.

Summary of changes:
 .mvn/wrapper/maven-wrapper.properties              |  2 +-
 .../apache/camel/component/http/HttpComponent.java | 28 +++++-----
 .../apache/camel/component/http/HttpEndpoint.java  |  1 -
 .../apache/camel/component/http/HttpProducer.java  |  1 -
 .../org/apache/camel/component/http/HttpUtil.java  | 13 +++++
 .../camel/component/http/HttpEndpointURLTest.java  | 21 +++----
 .../http/HttpInvalidConfigurationTest.java         | 64 ----------------------
 .../camel/component/http/HttpRedirectTest.java     |  2 -
 8 files changed, 39 insertions(+), 93 deletions(-)
 delete mode 100644 components/camel-http/src/test/java/org/apache/camel/component/http/HttpInvalidConfigurationTest.java