Alexandre Gallice

Results 84 comments of Alexandre Gallice

The filter and idempotent tests have been rewritten from scratch in a new test harness: https://github.com/apache/camel-quarkus/commit/c3ee20ad11ef7771246a0595042cfc4dd9e52bac Let's give some time to check whether they are still flaky. If not, maybe...

On July 20th, the rewritten file tests are not flaky for more than a month. The next step would be to rewrite all tests with the new approach.

2 monthes without flakiness. Time to migrate more tests to the new test harness.

Every tests have been migrated to the new harness and no more flakiness on ci. Let's see how it behaves on quarkus platform ci on next release.

The new harness is also fixing issues on the quarkus-platform as shown in this [pr](https://github.com/quarkusio/quarkus-platform/pull/1169).

hbase has been partly deprecated in camel-quarkus commit https://github.com/apache/camel-quarkus/commit/bbbee804a215072c217912ffbf922a2438453c52

It's possible to reproduce locally at this [commit](https://github.com/quarkusio/quarkus-platform/pull/1129/commits/1b017664919f18c600a35dd62a37a07fef6be7c7) level from the [pr](https://github.com/quarkusio/quarkus-platform/pull/1129) [branch](https://github.com/aldettinger/quarkus-platform/tree/main) The captured output [gbq-qplatform-issue-reproduced.txt](https://github.com/apache/camel-quarkus/files/14404354/gbq-qplatform-issue-reproduced.txt) mention a missing method `boolean com.google.cloud.bigquery.BigQueryOptions.hasValidUniverseDomain()`

It looks good. So we configure openssl with the `.cnf` configuration file. Is it need for fips purpose ? Or something else please ?

@jamesnetherton would it be more accurate to transfer the ticket ownership to you as you have found the solution ?

``` Camel Quarkus Throughput Performance Increase Compared to Previous Version Camel Quarkus version | Duration | JVM req/s [%increase] | Native req/s [%increase] | Status | ---------------------------------------------------------------------------------------------------------- 2.13.0 | 10m...