(camel-k) branch release-2.2.x updated: chore: changelog automatic update

2024-04-20 Thread github-bot
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

Re: [I] [CI] - Camel Main Branch Build Failure [camel-quarkus]

2024-04-20 Thread via GitHub
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:

(camel) annotated tag camel-4.4.2 created (now 9933d01d71e)

2024-04-20 Thread gzurowski
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

Re: [PR] Add handshakeHeaders uri param in vertx-websocket component [camel]

2024-04-20 Thread via GitHub
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

Re: [PR] Add handshakeHeaders uri param in vertx-websocket component [camel]

2024-04-20 Thread via GitHub
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.

Re: [PR] Add handshakeHeaders uri param in vertx-websocket component [camel]

2024-04-20 Thread via GitHub
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