You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2017/05/09 19:05:04 UTC

[jira] [Commented] (MNG-6221) Maven cannot build with Java 1.8.0_131

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

Michael Osipov commented on MNG-6221:
-------------------------------------

Looking for to the example, I'd take a look.

> Maven cannot build with Java 1.8.0_131
> --------------------------------------
>
>                 Key: MNG-6221
>                 URL: https://issues.apache.org/jira/browse/MNG-6221
>             Project: Maven
>          Issue Type: Bug
>          Components: Bootstrap & Build
>    Affects Versions: 3.3.9, 3.5.0
>            Reporter: Erich Steiger
>            Priority: Blocker
>
> After upgrading from Oracle Java 1.8.0_102 to Oracle Java 1.8.0_131, it is not possible to build anymore with maven. Tested with maven 3.3.9 and 3.5.0.
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building com.example 0.0.1-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [WARNING] Error injecting: org.apache.maven.wagon.providers.http.HttpWagon
> java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SSLContextImpl$DefaultSSLContext
>         at java.lang.Class.forName0(Native Method)
>         at java.lang.Class.forName(Class.java:264)
>         at java.security.Provider$Service.getImplClass(Provider.java:1634)
>         at java.security.Provider$Service.newInstance(Provider.java:1592)
>         at sun.security.jca.GetInstance.getInstance(GetInstance.java:236)
>         at sun.security.jca.GetInstance.getInstance(GetInstance.java:164)
>         at javax.net.ssl.SSLContext.getInstance(SSLContext.java:156)
>         at javax.net.ssl.SSLContext.getDefault(SSLContext.java:96)
> ...



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)