Lukas Lowinger
Lukas Lowinger
Following https://quarkus.io/guides/websockets#run-the-application we can see on image eg. `User Neo joined`, but such message is not printed anymore with the actual [index.html](https://github.com/quarkusio/quarkus-quickstarts/blob/main/websockets-quickstart/src/main/resources/META-INF/resources/index.html).
It would be nice to have opentelemetry tested against external jaeger/opentelemetry in docker container (avoiding the opentelemetry testing SDK). It could be based on "Jaeger-all-in-one" from https://quarkus.io/guides/opentelemetry#run-the-application or https://github.com/apache/camel-quarkus-examples/blob/main/observability/docker-compose.yml.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Lets say i create secret named `Secret1` and `Secret2`. I then...
### Proposal POST request like follows `POST https://services.odata.org/TripPinRESTierService/(S(qd3suq1kaun0ogtkdheuopyw))/$batch HTTP/1.1` with headers ``` [Content-Type: multipart/mixed;boundary=batch_aa96da82-183d-442f-a8ae-0757155dff7f, Accept-Charset: utf-8, OData-Version: 4.0, OData-MaxVersion: 4.0] ``` and with HTTP Entity as follows: HTTP Entity --batch_aa96da82-183d-442f-a8ae-0757155dff7f...
### Module LocalStack ### Testcontainers version 1.21.3 ### Using the latest Testcontainers version? Yes ### Host OS MacOS ### Host Arch ARM ### Docker version ```shell Client: Docker Engine -...
### Bug description Having route as follows: ``` from("platform-http:/foo") .setBody().constant("Foo"); ``` and invoking it with `curl http://localhost:8080/foo` gives different user experience as for **camel-quarkus-opentelemetry2** it results in two separated/disconnected traces...
### Bug description Running https://github.com/apache/camel-quarkus-examples/tree/main/observability with Jaeger can produce similar traces flow: We can see there are duplicates (like `camel-quarkus-observabilty POST`). It is probably similar issue the opentelemetry had and...
### Bug description In this run https://github.com/apache/camel-quarkus/actions/runs/17657311248 the test `GroupedAws2KinesisTest#failingDefaultCredentialsProviderTest` failed in Alternative JDK 21 with: ``` org.opentest4j.AssertionFailedError: Expected java.lang.AssertionError to be thrown, but nothing was thrown. at org.apache.camel.quarkus.test.support.aws2.BaseAWs2TestSupport.failingDefaultCredentialsProviderTest(BaseAWs2TestSupport.java:99) at...