This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit f27404b16946a778bbe74d1ff6c3147a291b913c Author: Peter Palaga <[email protected]> AuthorDate: Fri Jun 4 14:01:04 2021 +0200 ClassNotFoundException: com.aayushatharva.brotli4j.decoder.DecoderJNI$Wrapper in Google Storage, PubSub and BigQuery test #2692 Fixed by the upgrade to Quarkus 2.0.0.CR3 This reverts commit ff1bf3a191db256a7a3835715a615dd8e5467d5c. --- integration-tests/google-bigquery/pom.xml | 4 ++-- integration-tests/google-pubsub/pom.xml | 4 ++-- integration-tests/google-storage/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/integration-tests/google-bigquery/pom.xml b/integration-tests/google-bigquery/pom.xml index ab12119..09f8b0e 100644 --- a/integration-tests/google-bigquery/pom.xml +++ b/integration-tests/google-bigquery/pom.xml @@ -77,10 +77,10 @@ <profiles> <profile> - <id>native-off</id><!-- Disabled because of https://github.com/apache/camel-quarkus/issues/2692 --> + <id>native</id> <activation> <property> - <name>native-off</name> + <name>native</name> </property> </activation> <properties> diff --git a/integration-tests/google-pubsub/pom.xml b/integration-tests/google-pubsub/pom.xml index 4968b58..b088878 100644 --- a/integration-tests/google-pubsub/pom.xml +++ b/integration-tests/google-pubsub/pom.xml @@ -74,10 +74,10 @@ <profiles> <profile> - <id>native-off</id><!-- Disabled because of https://github.com/apache/camel-quarkus/issues/2692 --> + <id>native</id> <activation> <property> - <name>native-off</name> + <name>native</name> </property> </activation> <properties> diff --git a/integration-tests/google-storage/pom.xml b/integration-tests/google-storage/pom.xml index e877063..f534a8c 100644 --- a/integration-tests/google-storage/pom.xml +++ b/integration-tests/google-storage/pom.xml @@ -112,10 +112,10 @@ <profiles> <profile> - <id>native-off</id><!-- Disabled because of https://github.com/apache/camel-quarkus/issues/2692 --> + <id>native</id> <activation> <property> - <name>native-off</name> + <name>native</name> </property> </activation> <properties>
