-
See, for example (for the moment), https://quarkus.io/extensions/io.quarkiverse.ironjacamar/quarkus-ironjacamar
I assume we're getting a 0 for the date, but we should turn that into an undefine…
-
We're a New Relic customer and are currently using the Java Agent with APM in the EU hosted New Relic.
We'd like to upgrade our web services to Quarkus, using Open Telemetry to publish metrics and…
-
### Describe the bug
I'm updating Quarkus from 3.8.4 to the latest version, 3.14.1. (using gradle, btw)
When doing this upgrade, some of our integration tests started failing, specifically some of…
-
### Describe the bug
When starting a Gradle project generated from http://quarkus.io, using only Quarkus platform extensions, the build warns about dependency overrides (mostly smallrye related).
…
kdubb updated
3 weeks ago
-
Hi,
can you please provide a basic example on how to use Quarkus and Camel OData/Olingo4. I was following [this tutorial](https://olingo.apache.org/doc/odata4/tutorials/read/tutorial_read.html) bu…
-
### Describe the feature here
https://github.com/apache/camel/blob/main/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsServiceLocationHelper.java
https://github.com/apache/…
-
### Description
I tried to upgrade a working example I had from Quarkus 3.4.0 and Quarkus JBeret 2.0.0 to the latest and greatest (3.9.5 and 2.3.0) but I started getting the error bellow.
I trie…
-
### Describe the bug
When using a custom `http.root-path` together with custom `http.non-application-root-path` and `http.access-log.enabled=true` starting a quarkus app fails with a `java.lang.Nul…
-
I tried running `mvn process-resources -Pformat` on the main branch of Camel Quarkus (commit: 880eed1d6b7849f9ff7eac87b2774277a078d834) and received the following error:
```
[ERROR] Failed to execu…
-
### Describe the bug
When a method returns a `jakarta.ws.rs.core.Response` object that does not explicitly set its mimetype, the method's `@Produces` annotation is ignored, potentially resulting in a…