You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Mat Booth (JIRA)" <ji...@codehaus.org> on 2013/04/03 13:52:52 UTC

[jira] (MJAVADOC-363) [Patch] Port maven-javadoc-plugin from httpclient 3 to httpclient 4

Mat Booth created MJAVADOC-363:
----------------------------------

             Summary: [Patch] Port maven-javadoc-plugin from httpclient 3 to httpclient 4
                 Key: MJAVADOC-363
                 URL: https://jira.codehaus.org/browse/MJAVADOC-363
             Project: Maven 2.x Javadoc Plugin
          Issue Type: Improvement
    Affects Versions: 2.9
            Reporter: Mat Booth
         Attachments: port-to-httpclient-4.2.patch

As can be seen at http://hc.apache.org/httpclient-3.x/ the old commons-httpclient project is now end of life, and is no longer being actively developed. It has been deprecated in favour of the HttpComponents http://hc.apache.org/ httpclient library for many years now.

The attached patch ports maven-javadoc-plugin to use org.apache.httpcomponents:httpclient instead of commons-httpclient:commons-httpclient

All tests still pass with this patch applied.

The rationale for this patch is that in Fedora Linux we are trying to retire the old jakarta-commons-httpclient library from the distribution. We want to lower our maintenance burden and susceptibility to bugs by only having the latest (and actively developed) version of the library in Fedora. Here is the Fedora bug report: https://bugzilla.redhat.com/show_bug.cgi?id=717238

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira