[
https://issues.apache.org/jira/browse/AMQ-7442?focusedWorklogId=600610&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-600610
]
ASF GitHub Bot logged work on AMQ-7442:
---------------------------------------
Author: ASF GitHub Bot
Created on: 21/May/21 19:47
Start Date: 21/May/21 19:47
Worklog Time Spent: 10m
Work Description: mattrpav edited a comment on pull request #647:
URL: https://github.com/apache/activemq/pull/647#issuecomment-846078976
[PASSED] ran mvn clean install without any issues on CentOS 8.x with JDK
11.0.9 and Maven 3.6.3
[fails] mvn -Pfull.test has a few errors
`
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
0.097 s <<< FAILURE! - in org.apache.activemq.bugs.AMQ3537Test
[ERROR] testDeserializeProxy(org.apache.activemq.bugs.AMQ3537Test) Time
elapsed: 0.071 s <<< ERROR!
[ERROR] Tests run: 14, Failures: 3, Errors: 0, Skipped: 0, Time elapsed:
92.153 s <<< FAILURE! - in
org.apache.activemq.network.DurableFiveBrokerNetworkBridgeTest
[ERROR]
testDurablePropagationBrokerRestart(org.apache.activemq.network.DurableFiveBrokerNetworkBridgeTest)
Time elapsed: 16.566 s <<< FAILURE!
[ERROR]
testForceDurablePropagationDuplex(org.apache.activemq.network.DurableFiveBrokerNetworkBridgeTest)
Time elapsed: 13.232 s <<< FAILURE!
[ERROR]
testForceDurablePropagationOneWay(org.apache.activemq.network.DurableFiveBrokerNetworkBridgeTest)
Time elapsed: 13.217 s <<< FAILURE!
[ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
6.709 s <<< FAILURE! - in
org.apache.activemq.transport.tcp.TcpTransportCloseSocketNoWarnTest
[ERROR]
testWarn(org.apache.activemq.transport.tcp.TcpTransportCloseSocketNoWarnTest)
Time elapsed: 3.607 s <<< FAILURE!
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
10.659 s <<< FAILURE! - in
org.apache.activemq.transport.tcp.TcpTransportInactiveDuringHandshakeTest
[ERROR]
testInactivityMonitorThreadCompletesWhenFiringDuringStart(org.apache.activemq.transport.tcp.TcpTransportInactiveDuringHandshakeTest)
Time elapsed: 10.628 s <<< FAILURE!
[ERROR] Failures:
[ERROR]
DurableFiveBrokerNetworkBridgeTest>CombinationTestSupport.runBare:107->testDurablePropagationBrokerRestart:146->assertNCDurableSubsCount:608
[ERROR]
DurableFiveBrokerNetworkBridgeTest>CombinationTestSupport.runBare:107->testForceDurablePropagationDuplex:429->testForceDurablePropagation:457->assertNCDurableSubsCount:608
[ERROR]
DurableFiveBrokerNetworkBridgeTest>CombinationTestSupport.runBare:107->testForceDurablePropagationOneWay:434->testForceDurablePropagation:457->assertNCDurableSubsCount:608
[ERROR] TcpTransportCloseSocketNoWarnTest.testWarn:103->doTest:139 warn|no
warn in log expected:<true> but was:<false>
[ERROR]
TcpTransportInactiveDuringHandshakeTest.testInactivityMonitorThreadCompletesWhenFiringDuringStart:158
inactivity fired
[ERROR] Errors:
[ERROR] AMQ3537Test.testDeserializeProxy:92 » ClassNotFound Forbidden
class com.sun.pr...
[ERROR] Tests run: 4700, Failures: 5, Errors: 1, Skipped: 236
`
The full test suite makes for a long run-fix-run cycle. I'm thinking might
be best to merge and clean these up as follow-on tasks. Thoughts?
--
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: 600610)
Time Spent: 7.5h (was: 7h 20m)
> 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: 7.5h
> 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)