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
Spring Boot supports importing an LDIF file into an embedded LDAP server via spring.ldap.embedded.ldif.
When running the application natively, it fails with a NullPointerException because the resource is not added to the generated binary. It works when doing hints.resources().registerPattern("*.ldif");
Uh oh!
There was an error while loading. Please reload this page.
Spring Boot supports importing an LDIF file into an embedded LDAP server via
spring.ldap.embedded.ldif
.When running the application natively, it fails with a NullPointerException because the resource is not added to the generated binary. It works when doing
hints.resources().registerPattern("*.ldif");
spring-boot/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/ldap/embedded/EmbeddedLdapAutoConfiguration.java
Line 128 in a8ae7a1
The text was updated successfully, but these errors were encountered: