zbendhiba commented on a change in pull request #2026:
URL: https://github.com/apache/camel-quarkus/pull/2026#discussion_r531471243



##########
File path: integration-tests/solr/pom.xml
##########
@@ -80,4 +98,52 @@
         </dependency>
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <systemPropertyVariables>
+                        <!-- force the locale as we want to explicitly test 
message interpolation -->
+                        
<javax.net.ssl.trustStore>${solr.trust-store}</javax.net.ssl.trustStore>

Review comment:
       @ppalaga I can't tell if the error comes from this
   ```
    :+1: Caused by: 
io.quarkus.bootstrap.resolver.maven.DeploymentInjectionException: 
io.quarkus.bootstrap.resolver.maven.BootstrapMavenException: Failed to read 
descriptor of io.quarkus:quarkus-resteasy-jackson-deployment:jar:1.10.0.Final
   ....
   Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not 
transfer artifact 
io.quarkus:quarkus-resteasy-jackson-deployment:pom:1.10.0.Final from/to central 
(https://repo.maven.apache.org/maven2): Transfer failed for 
https://repo.maven.apache.org/maven2/io/quarkus/quarkus-resteasy-jackson-deployment/1.10.0.Final/quarkus-resteasy-jackson-deployment-1.10.0.Final.pom
   ```
   or from the code. 
   If those variables `javax.net.ssl.trustStore`, 
`javax.net.ssl.trustStorePassword` set on pom.xml are not recognized, we can 
have the same exception on SSL handshake. But we should have first the logs of 
the app starting, and 7/20 tests failing.
   




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to