[
https://issues.apache.org/jira/browse/AMQ-7442?focusedWorklogId=601672&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-601672
]
ASF GitHub Bot logged work on AMQ-7442:
---------------------------------------
Author: ASF GitHub Bot
Created on: 25/May/21 12:21
Start Date: 25/May/21 12:21
Worklog Time Spent: 10m
Work Description: gemmellr commented on a change in pull request #647:
URL: https://github.com/apache/activemq/pull/647#discussion_r638735781
##########
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:
I think the point being made was that doing that means this TLS config
related test is now pretty much useless, if it wont fail even while it is
throwing, and you might as well have ignored it or deleted it for all the good
it will now do most of the time.
--
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 601672)
Time Spent: 9h 20m (was: 9h 10m)
> Add JDK 11 build support
> ------------------------
>
> Key: AMQ-7442
> URL: https://issues.apache.org/jira/browse/AMQ-7442
> Project: ActiveMQ
> Issue Type: New Feature
> Components: Broker
> Reporter: Christopher L. Shannon
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: 5.17.0
>
> Time Spent: 9h 20m
> Remaining Estimate: 0h
>
> 5.16.0 has been updated to be runtime compatible with Java 8+ including Java
> 11 and this is the Jira to allow build compatibility with JDK 11 as well.
> I'm targeting 5.17.0 for this as it will make it easier if we remove Scala
> and LevelDB support.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)