LDAP Module Issue with Bindings

0
When trying to implement the new LDAP module I'm experiencing an issue with inaccessible code, specifically the function: LdapTemplate.search() in the spring-ldap-core-2.4.1.jar I'm receiving the below errors: SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier. SLF4J: Ignoring binding found at [jar:file:/C:/Users/3452136/Documents/Mendix/LDAP%20Client-main/deployment/model/lib/userlib/slf4j-simple-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See https://www.slf4j.org/codes.html#ignoredBindings for an explanation. I’m worried about simply slapping one of the recommended jar files into the userlib folder, but I’m not sure how else to address this. Any chance anyone else has run into this before?
asked
0 answers