[
https://issues.jboss.org/browse/ELY-437?page=com.atlassian.jira.plugin.sy...
]
David Lloyd commented on ELY-437:
---------------------------------
The only real fix for this is to bundle a "stub" version of this class. I can
look into it - however I dispute that the issue is critical. We don't have to be able
to build on IBM - only test with it.
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)