Maxim Solodovnik created DIR-341:
------------------------------------
Summary: Error under java17
Key: DIR-341
URL: https://issues.apache.org/jira/browse/DIR-341
Project: Directory
Issue Type: Improvement
Reporter: Maxim Solodovnik
Assignee: Emmanuel Lécharny
Everything works as expected under java 8/11
but I'm trying latest LTS right now :)
and got following error:
{code}
[ERROR] TestLdap » IllegalAccess class
org.apache.directory.server.core.security.CertificateUtil (in unnamed module
@0x4de8b406) cannot access class sun.security.x509.X500Name (in module
java.base) because module java.base does not export sun.security.x509 to
unnamed module @0x4de8b406
{code}
CertificateUtil is located in apacheds-core-2.0.0.AM26
As workaround these 2 opens can be added:
{code}
--add-opens=java.base/sun.security.util=ALL-UNNAMED
--add-opens=java.base/sun.security.x509=ALL-UNNAMED
{code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]