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.hazelcast.actuate.health.autoconfigure;
|
||||
package org.springframework.boot.hazelcast.autoconfigure.health;
|
||||
|
||||
import com.hazelcast.core.HazelcastInstance;
|
||||
|
||||
@@ -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;
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user