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


The following commit(s) were added to refs/heads/main by this push:
     new b24512c649 Remove workaround for quarkus.http.test-ssl-port being 
ignored by REST Assured
b24512c649 is described below

commit b24512c6498ab7b2072aa6fb7b122b11c8971f19
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Mon Feb 27 11:41:44 2023 +0000

    Remove workaround for quarkus.http.test-ssl-port being ignored by REST 
Assured
---
 poms/build-parent-it/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/poms/build-parent-it/pom.xml b/poms/build-parent-it/pom.xml
index 042539efc0..4a0722b061 100644
--- a/poms/build-parent-it/pom.xml
+++ b/poms/build-parent-it/pom.xml
@@ -90,8 +90,6 @@
                                 <systemProperties>
                                     
<quarkus.http.test-port>${test.http.port.native}</quarkus.http.test-port>
                                     
<quarkus.http.test-ssl-port>${test.https.port.native}</quarkus.http.test-ssl-port>
-                                    <!-- 
https://github.com/quarkusio/quarkus/issues/20228  -->
-                                    
<quarkus.https.test-port>${test.https.port.native}</quarkus.https.test-port>
                                 </systemProperties>
                             </configuration>
                         </execution>
@@ -186,8 +184,6 @@
                                     <systemProperties>
                                         
<quarkus.http.test-port>${test.http.port.jvm}</quarkus.http.test-port>
                                         
<quarkus.http.test-ssl-port>${test.https.port.jvm}</quarkus.http.test-ssl-port>
-                                        <!-- 
https://github.com/quarkusio/quarkus/issues/20228  -->
-                                        
<quarkus.https.test-port>${test.https.port.jvm}</quarkus.https.test-port>
                                     </systemProperties>
                                 </configuration>
                             </execution>

Reply via email to