[
https://issues.jboss.org/browse/ELY-437?page=com.atlassian.jira.plugin.sy...
]
Darran Lofthouse commented on ELY-437:
--------------------------------------
I have suggested we start at Critical for this as even though this is reported as a
compilation issue even if we compile with a different JVM it looks like this will cause an
error at runtime in an environment we need to support.
But I agree if we can compile and then run on IBM without error the severity could be
lower.
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)