You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sylwester Lachiewicz (Jira)" <ji...@apache.org> on 2020/02/10 08:31:00 UTC

[jira] [Commented] (MCHANGES-402) Upgrade Maven Wagon to 2.4 and httpcomponents (sync with 3.0.5)

    [ https://issues.apache.org/jira/browse/MCHANGES-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17033432#comment-17033432 ] 

Sylwester Lachiewicz commented on MCHANGES-402:
-----------------------------------------------

{quote}
h4. Error
Couldn't resolve the skin.
h4. Stacktrace
org.apache.maven.plugin.MojoExecutionException: Couldn't resolve the skin.
 at org.apache.maven.plugins.jira.JiraUnicodeTestCase.testUnicodeReport(JiraUnicodeTestCase.java:75)
Caused by: org.apache.maven.shared.artifact.resolve.ArtifactResolverException: Failed to read artifact descriptor for org.apache.maven.skins:maven-default-skin:jar:1.0
 at org.apache.maven.plugins.jira.JiraUnicodeTestCase.testUnicodeReport(JiraUnicodeTestCase.java:75)
Caused by: org.sonatype.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for org.apache.maven.skins:maven-default-skin:jar:1.0
 at org.apache.maven.plugins.jira.JiraUnicodeTestCase.testUnicodeReport(JiraUnicodeTestCase.java:75)
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not transfer artifact org.apache.maven.skins:maven-default-skin:pom:1.0 from central (https://repo.maven.apache.org/maven2): Received fatal alert: protocol_version
 at org.apache.maven.plugins.jira.JiraUnicodeTestCase.testUnicodeReport(JiraUnicodeTestCase.java:75)
Caused by: org.sonatype.aether.transfer.ArtifactTransferException: Could not transfer artifact org.apache.maven.skins:maven-default-skin:pom:1.0 from central (https://repo.maven.apache.org/maven2): Received fatal alert: protocol_version
 at org.apache.maven.plugins.jira.JiraUnicodeTestCase.testUnicodeReport(JiraUnicodeTestCase.java:75)
Caused by: org.apache.maven.wagon.TransferFailedException: Received fatal alert: protocol_version
Caused by: javax.net.ssl.SSLException: Received fatal alert: protocol_version
h4. Standard Error
{quote}
{quote}Feb 09, 2020 4:21:24 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (javax.net.ssl.SSLException) caught when processing request: Received fatal alert: protocol_version
Feb 09, 2020 4:21:24 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Feb 09, 2020 4:21:24 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (javax.net.ssl.SSLException) caught when processing request: Received fatal alert: protocol_version
Feb 09, 2020 4:21:24 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Feb 09, 2020 4:21:25 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (javax.net.ssl.SSLException) caught when processing request: Received fatal alert: protocol_version
Feb 09, 2020 4:21:25 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request{quote}

> Upgrade Maven Wagon to 2.4 and httpcomponents (sync with 3.0.5)
> ---------------------------------------------------------------
>
>                 Key: MCHANGES-402
>                 URL: https://issues.apache.org/jira/browse/MCHANGES-402
>             Project: Maven Changes Plugin
>          Issue Type: Dependency upgrade
>            Reporter: Sylwester Lachiewicz
>            Assignee: Sylwester Lachiewicz
>            Priority: Major
>
> Upgrade HTTP commons components to version with functionality to use TLS 1.2 for connections to Maven Central, to fetch Skin in tests
> Upgrades:
>  * maven-artifact-transfer to 0.12.0
>  * commons-httpclient to 3.1
>  * httpcomponents to 4.2.3
>  * aether-connector-wagon 1.13.1 (version from Maven 3.0.5)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)