This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-3.18.x in repository https://gitbox.apache.org/repos/asf/camel.git
from c91ff359a14 CAMEL-18388: camel-jbang - add directory option to init to save to this folder new 5dcf4a1d385 HttpSendDynamicAware not optimizing for http:hostname[:port][/resourceUri][?options] new 59ef5950a17 HttpSendDynamicAware not optimizing for http:hostname\[:port\]\[/resourceUri\]\[\?options\] 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: .../camel/http/base/HttpSendDynamicAware.java | 10 ++ .../HttpSendDynamicAwareUriWithoutSlashTest.java | 108 +++++++++++++++++++++ 2 files changed, 118 insertions(+) create mode 100644 components/camel-http/src/test/java/org/apache/camel/component/http/HttpSendDynamicAwareUriWithoutSlashTest.java