Alexandre Gallice
Alexandre Gallice
### Describe the feature here Since https://issues.apache.org/jira/browse/HTTPCLIENT-2070, the BasicAuthCache is not using reflection anymore. So we should probably be able to remove this native alias: https://github.com/apache/camel-quarkus/blob/main/extensions-support/httpclient/runtime/src/main/java/org/apache/camel/quarkus/support/httpclient/graalvm/BasicAuthCacheAlias.java Some context could be...
### Describe the feature here The current perf-regression architecture is built on top of container build. It's quite handy when it comes to building the same native app with distinct...
### Describe the feature here In some cases, it could be relevant to use async-profiler during performance runs. The installation of async-profile is documented [here](https://github.com/async-profiler/async-profiler#download). The kernel configuration should be...
### Bug description While releasing Camel Quarkus 3.8.0, test below was failing: * org.apache.camel.quarkus.component.kubernetes.it.KubernetesTest.testKubernetesComponent ``` java.lang.RuntimeException: java.lang.NoSuchMethodError: 'void okhttp3.internal.Internal.initializeInstanceForTests()' at io.quarkus.test.junit.QuarkusTestExtension.throwBootFailureException(QuarkusTestExtension.java:638) at io.quarkus.test.junit.QuarkusTestExtension.interceptTestClassConstructor(QuarkusTestExtension.java:722) at java.base/java.util.Optional.orElseGet(Optional.java:364) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) Caused...
### Bug description The jms-jpa test could eventually fail sometime because a port is already bound. It might be good to check for simple solution. Like checking if ports have...
### Your current environment I'm trying to use a lora adapter along its base model on my CPUs only machine from a docker container. I first build a local cpu...
### Describe the feature here JDK17 support will probably be stopped at this point. So, it would be time to upgrade the hyperfoil-maven-plugin version in the perf-regression-tool. More detail in...