Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: maven-javadoc-plugin uses old httpclient library
https://bugzilla.redhat.com/show_bug.cgi?id=717238
Summary: maven-javadoc-plugin uses old httpclient library Product: Fedora Version: rawhide Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: maven-javadoc-plugin AssignedTo: fedora@matbooth.co.uk ReportedBy: sochotni@redhat.com QAContact: extras-qa@fedoraproject.org CC: fedora@matbooth.co.uk, sochotni@redhat.com, java-sig-commits@lists.fedoraproject.org Classification: Fedora Story Points: ---
Upstream of jakarta-commons-httpclient deprecated it long time ago. Currently all libraries should use httpcomponents-client/server dependencies. Work with upstream to update dependency to new version.
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=717238
--- Comment #1 from Mat Booth fedora@matbooth.co.uk --- maven-javadoc-plugin does not seem to depend on jakarta-commons-httpclient
$ sudo repoquery --whatrequires jakarta-commons-httpclient | grep maven maven-changes-plugin-0:2.7.1-2.fc18.noarch maven-wagon-0:1.0-6.fc18.noarch
Is this bug still relevant?
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=717238
Mat Booth fedora@matbooth.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(sochotni@redhat.c | |om)
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=717238
Stanislav Ochotnicky sochotni@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(sochotni@redhat.c | |om) |
--- Comment #2 from Stanislav Ochotnicky sochotni@redhat.com --- It's again (build)required in rawhide: $ repoquery --repoid=rawhide --whatrequires jakarta-commons-httpclient | grep maven maven-changes-plugin-0:2.8-4.fc19.noarch maven-javadoc-plugin-0:2.9-5.fc19.noarch maven-wagon-0:1.0-6.fc18.noarch
We need a tracking bug...it seems we have more and more packages pulling in old dependencies.
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=717238
Mat Booth fedora@matbooth.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #3 from Mat Booth fedora@matbooth.co.uk --- You are correct of course. I have written a patch and submitted it upstream for consideration:
http://jira.codehaus.org/browse/MJAVADOC-363
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=717238
Mat Booth fedora@matbooth.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution|--- |UPSTREAM Last Closed| |2013-04-03 08:55:17
--- Comment #4 from Mat Booth fedora@matbooth.co.uk --- Closing as fixed upstream. Path was committed to upstream's source control in r1463966. This change will be available in the next release of maven-javadoc-plugin.
java-sig-commits@lists.stg.fedoraproject.org