Skip to content

Commit

Permalink
Fixed nats - needs more investigation
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek committed Aug 29, 2023
1 parent 499d040 commit 119522b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions integration-tests/nats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@
<name>Camel Quarkus :: Integration Tests :: Nats</name>
<description>Integration tests for Camel Quarkus Nats extension</description>

<properties>
<!-- his is required for the native execution (probably also for JVM).
EdDSAEngine requires sun.security.x509.X509Ke, which is no longer part if the java (since J16)
(Similar approach was used in kudu extension) -->
<opens>java.base/sun.security.x509=ALL-UNNAMED</opens>
<argLine>--add-opens ${opens}</argLine>
<quarkus.native.additional-build-args>-J--add-opens=${opens}</quarkus.native.additional-build-args>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
Expand Down

0 comments on commit 119522b

Please sign in to comment.