Restructure autoconfigure packages

Restructure modules packages so that all auto-configuration is
organized under single top-level autoconfigure package.
This commit is contained in:
Phillip Webb
2025-06-11 16:29:17 -07:00
parent e60af6a8c7
commit 3de1e27b64
499 changed files with 1133 additions and 1464 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.ldap.actuate.health.autoconfigure;
package org.springframework.boot.ldap.autoconfigure.health;
import org.springframework.beans.factory.config.ConfigurableListableBeanFactory;
import org.springframework.boot.actuate.autoconfigure.health.CompositeHealthContributorConfiguration;

View File

@@ -15,6 +15,6 @@
*/
/**
* Auto-configuration for LDAP health integration.
* Auto-configuration for LDAP health.
*/
package org.springframework.boot.ldap.actuate.health.autoconfigure;
package org.springframework.boot.ldap.autoconfigure.health;

View File

@@ -1,3 +1,3 @@
org.springframework.boot.ldap.actuate.health.autoconfigure.LdapHealthContributorAutoConfiguration
org.springframework.boot.ldap.autoconfigure.LdapAutoConfiguration
org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapAutoConfiguration
org.springframework.boot.ldap.autoconfigure.health.LdapHealthContributorAutoConfiguration

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.ldap.actuate.health.autoconfigure;
package org.springframework.boot.ldap.autoconfigure.health;
import org.junit.jupiter.api.Test;