[jboss-jira] [JBoss JIRA] (ELY-437) Elytron compilation fails with IBM JDK

Darran Lofthouse (JIRA) issues at jboss.org
Wed Mar 9 08:16:00 EST 2016


    [ https://issues.jboss.org/browse/ELY-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13174210#comment-13174210 ] 

Darran Lofthouse commented on ELY-437:
--------------------------------------

Double checking it appears you are correct.

{code:java}
        if (HAS_X500_NAME && principal instanceof X500Name) {
            return ((X500Name) principal).asX500Principal();
        }
{code}


> Elytron compilation fails with IBM JDK
> --------------------------------------
>
>                 Key: ELY-437
>                 URL: https://issues.jboss.org/browse/ELY-437
>             Project: WildFly Elytron
>          Issue Type: Bug
>    Affects Versions: 1.1.0.Beta4
>            Reporter: Ondrej Lukas
>            Assignee: Darran Lofthouse
>            Priority: Critical
>             Fix For: 1.1.0.CR1
>
>
> Compilation of wildfly-elytron project with IBM JDK 1.8 fails with:
> {code}
> wildfly-elytron/src/main/java/org/wildfly/security/x500/X500PrincipalUtil.java:[31,25] cannot find symbol
>   symbol:   class X500Name
>   location: package sun.security.x509
> {code}
> Class X500PrincipalUtil using sun.security.x509.X500Name which comes from internal API and leads to mentioned above issue.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list