Restructure autoconfigure packages
Restructure modules packages so that all auto-configuration is organized under single top-level autoconfigure package.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user