This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new a37d6d630f3 (chores) camel-pulsar: fixes some errors shown in logs
a37d6d630f3 is described below

commit a37d6d630f3c277d387878147ddf1d218a711dc3
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Fri Jan 20 10:58:56 2023 +0100

    (chores) camel-pulsar: fixes some errors shown in logs
---
 components/camel-pulsar/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/camel-pulsar/pom.xml b/components/camel-pulsar/pom.xml
index 91fce9f1dc1..ad9a7a3c67f 100644
--- a/components/camel-pulsar/pom.xml
+++ b/components/camel-pulsar/pom.xml
@@ -82,6 +82,7 @@
        </dependency>
     </dependencies>
 
+
     <build>
         <plugins>
             <plugin>
@@ -95,6 +96,7 @@
                     <systemProperties>
                         
<pulsar.container>apachepulsar/pulsar:${pulsar-version}</pulsar.container>
                     </systemProperties>
+                    <argLine>--add-opens java.base/java.nio=ALL-UNNAMED 
--add-opens java.base/java.util=ALL-UNNAMED --add-opens 
java.base/java.lang=ALL-UNNAMED 
--add-exports=java.base/sun.net=ALL-UNNAMED</argLine>
                 </configuration>
             </plugin>
             <plugin>

Reply via email to