Skip to content

Commit 6c41efc

Browse files
committed
Migrates to new AutoConfiguration.imports
Fixes gh-301
1 parent 46d1c2a commit 6c41efc

File tree

6 files changed

+14
-22
lines changed

6 files changed

+14
-22
lines changed

spring-cloud-zookeeper-config/src/main/resources/META-INF/spring.factories

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# Auto Configuration
2-
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
3-
org.springframework.cloud.zookeeper.config.ZookeeperConfigAutoConfiguration
4-
51
# Bootstrap Configuration
62
org.springframework.cloud.bootstrap.BootstrapConfiguration=\
73
org.springframework.cloud.zookeeper.config.ZookeeperConfigBootstrapConfiguration
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.springframework.cloud.zookeeper.config.ZookeeperConfigAutoConfiguration

spring-cloud-zookeeper-core/src/main/resources/META-INF/spring.factories

Lines changed: 0 additions & 4 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
org.springframework.cloud.zookeeper.ZookeeperAutoConfiguration
2+
org.springframework.cloud.zookeeper.ZookeeperHealthAutoConfiguration

spring-cloud-zookeeper-discovery/src/main/resources/META-INF/spring.factories

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
# Auto Configuration
2-
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
3-
org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryAutoConfiguration,\
4-
org.springframework.cloud.zookeeper.discovery.dependency.DependencyFeignClientAutoConfiguration,\
5-
org.springframework.cloud.zookeeper.discovery.dependency.DependencyRestTemplateAutoConfiguration,\
6-
org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependenciesAutoConfiguration,\
7-
org.springframework.cloud.zookeeper.discovery.watcher.DependencyWatcherAutoConfiguration,\
8-
org.springframework.cloud.zookeeper.serviceregistry.ZookeeperAutoServiceRegistrationAutoConfiguration,\
9-
org.springframework.cloud.zookeeper.serviceregistry.ZookeeperServiceRegistryAutoConfiguration,\
10-
org.springframework.cloud.zookeeper.support.CuratorServiceDiscoveryAutoConfiguration,\
11-
org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClientConfiguration, \
12-
org.springframework.cloud.zookeeper.discovery.LoadBalancerZookeeperAutoConfiguration, \
13-
org.springframework.cloud.zookeeper.discovery.reactive.ZookeeperReactiveDiscoveryClientConfiguration
14-
151
# Environment Post Processors
162
org.springframework.boot.env.EnvironmentPostProcessor=\
173
org.springframework.cloud.zookeeper.discovery.dependency.DependencyEnvironmentPostProcessor
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryAutoConfiguration
2+
org.springframework.cloud.zookeeper.discovery.dependency.DependencyFeignClientAutoConfiguration
3+
org.springframework.cloud.zookeeper.discovery.dependency.DependencyRestTemplateAutoConfiguration
4+
org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependenciesAutoConfiguration
5+
org.springframework.cloud.zookeeper.discovery.watcher.DependencyWatcherAutoConfiguration
6+
org.springframework.cloud.zookeeper.serviceregistry.ZookeeperAutoServiceRegistrationAutoConfiguration
7+
org.springframework.cloud.zookeeper.serviceregistry.ZookeeperServiceRegistryAutoConfiguration
8+
org.springframework.cloud.zookeeper.support.CuratorServiceDiscoveryAutoConfiguration
9+
org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClientConfiguration
10+
org.springframework.cloud.zookeeper.discovery.LoadBalancerZookeeperAutoConfiguration
11+
org.springframework.cloud.zookeeper.discovery.reactive.ZookeeperReactiveDiscoveryClientConfiguration

0 commit comments

Comments
 (0)