You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: