• Vedran Pavic's avatar
    Improve LDAP auto-configuration · f81f50c1
    Vedran Pavic authored
    Auto-configuration of LDAP's `LdapTemplate` is currently a part of
    `LdapDataAutoConfiguration` which is conditional of presence of
    `LdapRepository` (i.e. Spring Data LDAP). This arrangement isn't ideal
    since the `LdapTemplate` is a part of Spring LDAP project, and therefore
    should not be tied to Spring Data LDAP.
    
    This commit improves and simplifies LDAP auto-configuration by moving
    `LdapTemplate` configuration to `LdapAutoConfiguration`. Consequently,
    `LdapDataAutoConfiguration` is not needed anymore and is removed.
    
    See gh-13136
    f81f50c1
Name
Last commit
Last update
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...