Closed
Description
ApacheDS is not compatible with JDK 11, and the reason is that one of its classes imports sun.reflect.Reflection
in order to formulate one of its log messages.
In Spring Security's LDAP tests, the ApacheDS class can be overridden to remove this log statement and make it so that those tests can run under JDK 11.