Skip to content

Commit

Permalink
ClassNotFoundException:
Browse files Browse the repository at this point in the history
com.aayushatharva.brotli4j.decoder.DecoderJNI$Wrapper in Google Storage,
PubSub and BigQuery test apache#2692

Fixed by the upgrade to Quarkus 2.0.0.CR3

This reverts commit ff1bf3a.
  • Loading branch information
ppalaga committed Jun 4, 2021
1 parent d0f2b87 commit 2b742ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions integration-tests/google-bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/google-pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/google-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2b742ee

Please sign in to comment.