Peter Palaga
Peter Palaga
+1, thanks for suggesting it, I did not know those options even exist. There is even an example in the Platform POM: https://github.com/quarkusio/quarkus-platform/blob/4419cececb8ff48e475e122ac83162b9b4692905/pom.xml#L244-L250
@davsclaus @oscerd is this by any chance a known issue in Camel 4.0.0?
> Upgrading from camel quarkus 2.16.x to 3.2.6. Those sound like Quarkus Platform versions. The underlying CQ in Platform 3.2.6 would be 3.2.0 (Camel 4.0.0)
I worked on something similar in recent days. I took @franz1981 's fabulous [quarkus-profiling-workshop](https://github.com/franz1981/quarkus-profiling-workshop) as a base. The biggest challenge for me was to overcome the unability of wrk/wrk2 to...
> how do we ensure that generated codestarts can run at each version without manual testing ? There is a test called `KotlinCodestartTest` in this PR https://github.com/apache/camel-quarkus/pull/5020/files#diff-93ae7fb045df527f7bf6084da75695a312f6665471fe730534b8286594b96211 > There is...
I discussed this idea with the Quarkus team and they seemed to be open to it. So I have filed this issue: https://github.com/quarkusio/quarkus/issues/35404
https://github.com/FasterXML/woodstox/issues/179 is a Woodstox issue after all - see https://github.com/FasterXML/woodstox/issues/179#issuecomment-1879372276
A fix for https://github.com/FasterXML/woodstox/issues/179 is underway: https://github.com/FasterXML/woodstox/pull/187
Sorry for the delay, https://github.com/FasterXML/woodstox/pull/187 got stuck due to legal issues with the CLA. I hope those get resolved soonish.
Great idea! I have filed a [new issue](https://github.com/quarkiverse/quarkus-cxf/issues/1411) for that.