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.couchbase.actuate.health.autoconfigure;
package org.springframework.boot.couchbase.autoconfigure.health;
import com.couchbase.client.java.Cluster;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.couchbase.actuate.health.autoconfigure;
package org.springframework.boot.couchbase.autoconfigure.health;
import com.couchbase.client.java.Cluster;
import reactor.core.publisher.Flux;

View File

@@ -15,6 +15,6 @@
*/
/**
* Auto-configuration for actuator Couchbase concerns.
* Auto-configuration for Couchbase health.
*/
package org.springframework.boot.couchbase.actuate.health.autoconfigure;
package org.springframework.boot.couchbase.autoconfigure.health;

View File

@@ -1,3 +1,3 @@
org.springframework.boot.couchbase.actuate.health.autoconfigure.CouchbaseHealthContributorAutoConfiguration
org.springframework.boot.couchbase.actuate.health.autoconfigure.CouchbaseReactiveHealthContributorAutoConfiguration
org.springframework.boot.couchbase.autoconfigure.CouchbaseAutoConfiguration
org.springframework.boot.couchbase.autoconfigure.health.CouchbaseHealthContributorAutoConfiguration
org.springframework.boot.couchbase.autoconfigure.health.CouchbaseReactiveHealthContributorAutoConfiguration

View File

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

View File

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