You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/05/21 09:16:02 UTC

[GitHub] [activemq] jbonofre commented on a change in pull request #647: [AMQ-7442] Support JDK11 full build and code style

jbonofre commented on a change in pull request #647:
URL: https://github.com/apache/activemq/pull/647#discussion_r636766834



##########
File path: activemq-http/src/test/java/org/apache/activemq/transport/https/HttpsClientSettingsHostnameVerificationDisabledTest.java
##########
@@ -93,7 +93,13 @@ protected ActiveMQConnectionFactory createConnectionFactory()
 
         return factory;
     }
-    
-
 
+    @Override
+    public void runBare() throws Throwable {
+        try {
+            super.runBare();
+        } catch (Exception e) {
+            e.printStackTrace();

Review comment:
       Yes, the purpose is just to have the test/Jenkins happy ;)




-- 
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:
users@infra.apache.org