[
https://issues.apache.org/jira/browse/AMQ-7442?focusedWorklogId=600478&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-600478
]
ASF GitHub Bot logged work on AMQ-7442:
---------------------------------------
Author: ASF GitHub Bot
Created on: 21/May/21 16:21
Start Date: 21/May/21 16:21
Worklog Time Spent: 10m
Work Description: mattrpav commented 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 errors (still running)
Several look like the minor test setup errors due to JDK changes.
`[INFO] Running org.apache.activemq.bugs.AMQ3537Test
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
0.096 s <<< FAILURE! - in org.apache.activemq.bugs.AMQ3537Test
[ERROR] testDeserializeProxy(org.apache.activemq.bugs.AMQ3537Test) Time
elapsed: 0.071 s <<< ERROR!
java.lang.ClassNotFoundException: Forbidden class com.sun.proxy.$Proxy8!
This class is not trusted to be serialized as ObjectMessage payload. Please
take a look at http://activemq.apache.org/objectmessage.html for more
information on how to configure trusted classes.
at
org.apache.activemq.bugs.AMQ3537Test.testDeserializeProxy(AMQ3537Test.java:92)`
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: 600478)
Time Spent: 7h 20m (was: 7h 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: 7h 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)