[ https://issues.apache.org/jira/browse/WAGON-576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025010#comment-17025010 ]
Michael Osipov commented on WAGON-576: -------------------------------------- The shaded version has been there before I engaged with the project. I assume it was to encapsulate the component not to be interfered from outside and easy be replaceable with the original ones. Similar to the reshading Tomcat does for several Apache Commons components. > Retry handler docs are possibly wrong > ------------------------------------- > > Key: WAGON-576 > URL: https://issues.apache.org/jira/browse/WAGON-576 > Project: Maven Wagon > Issue Type: Bug > Components: wagon-http > Affects Versions: 3.3.4 > Reporter: Michael Medin > Priority: Minor > > The documentation for retry > [https://maven.apache.org/wagon/wagon-providers/wagon-http/] says that a > custom retry handler should implement org.apache.http.client.Interface > HttpRequestRetryHandler. > This is may not be true as at least the wagon-http used by Maven has packaged > (forked) a custom version of common-httpclient inside so the interface which > should be implemented in the case of Maven is actually > org.apache.maven.wagon.providers.http.httpclient.client.HttpRequestRetryHandler. > > The reason I dont submit a PR fixing this is that I am unsure whether this is > just an issue for how Maven uses wagon or if is an issue with wagon it self. -- This message was sent by Atlassian Jira (v8.3.4#803005)