This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch release-2.2.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-2.2.x by this push:
new d0e06aef5 chore: changelog au
github-actions[bot] commented on issue #2927:
URL: https://github.com/apache/camel-quarkus/issues/2927#issuecomment-2067826832
The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main)
branch build has failed:
* Build ID: 8768670732-1355-ee2bfb41-1cdd-4137-9acf-a0dca7c
This is an automated email from the ASF dual-hosted git repository.
gzurowski pushed a change to annotated tag camel-4.4.2
in repository https://gitbox.apache.org/repos/asf/camel.git
at 9933d01d71e (tag)
tagging dd752315349e6cddcee1a90dc2ec9a3ad4640746 (commit)
replaces camel-4.4.1
davsclaus commented on PR #13866:
URL: https://github.com/apache/camel/pull/13866#issuecomment-2067610183
This test
```
Map.of("Authorization", "Bearer", "ApiSign", "12345");
```
What if you have many ApiSign, do you need to add each of them, or would you
just match if ApiSig
alexisgra commented on PR #13866:
URL: https://github.com/apache/camel/pull/13866#issuecomment-2067601582
Thanks for the review! @davsclaus
I also wondered about the Map. I'd seen maps in Uriparam before but it was
quite rare. No problem, I'll make the change! It will be easier to use.
davsclaus commented on PR #13866:
URL: https://github.com/apache/camel/pull/13866#issuecomment-2067588171
Using `Map` as UriParam is not soo tooling friendly. I wonder if it can be
made to just a plain `String` where entires are separated by comma.
Also I wonder should it match by ex