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.hazelcast.actuate.health.autoconfigure;
package org.springframework.boot.hazelcast.autoconfigure.health;
import com.hazelcast.core.HazelcastInstance;

View File

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

View File

@@ -1,3 +1,3 @@
org.springframework.boot.hazelcast.actuate.health.autoconfigure.HazelcastHealthContributorAutoConfiguration
org.springframework.boot.hazelcast.autoconfigure.HazelcastAutoConfiguration
org.springframework.boot.hazelcast.autoconfigure.HazelcastJpaDependencyAutoConfiguration
org.springframework.boot.hazelcast.autoconfigure.health.HazelcastHealthContributorAutoConfiguration

View File

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

View File

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