[
https://issues.apache.org/jira/browse/AMQ-7442?focusedWorklogId=600290&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-600290
]
ASF GitHub Bot logged work on AMQ-7442:
---------------------------------------
Author: ASF GitHub Bot
Created on: 21/May/21 11:07
Start Date: 21/May/21 11:07
Worklog Time Spent: 10m
Work Description: cshannon commented on pull request #647:
URL: https://github.com/apache/activemq/pull/647#issuecomment-845873485
@jbonofre - Part of the the issue (at least for me) is the URLs not working
that are defined in the Javadoc plugin and that is causing errors. If I remove
the following links from the javadoc plugin config in the pom file it works:
<link>http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/</link>
<link>http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/</link>
<link>http://logging.apache.org/log4j/docs/api/</link>
I don't know if these have any replacements we can use or just leave them
out. There might be other problems as well once fixing that.
I would make sure to run through the different profiles (like the release
profile) locally to test everything out to make sure it still works with JDK 8
and JDK 11. With moving to JDK 11 and also updating a bunch of maven plugins
there could be other issues not easily seen as the default build may not have
those features enabled (like building javadocs)
--
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: 600290)
Time Spent: 4.5h (was: 4h 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: 4.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)