From fdcaeaff1b85c93846881c037b2ac4cdbd1f951e Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 6 Feb 2018 16:12:18 -0800 Subject: [PATCH] Rename spring-boot-starter-data-gemfire module to gemfire-spring-boot-starter. Rename spring-boot-starter-data-geode module to geode-spring-boot-starter. --- .../gemfire-spring-boot-starter.gradle | 2 +- .../geode-spring-boot-starter.gradle | 0 .../autoconfigure/GeodeCachingProviderAutoConfiguration.java | 0 .../geode/autoconfigure/GeodeClientCacheAutoConfiguration.java | 0 .../autoconfigure/GeodeContinuousQueryAutoConfiguration.java | 0 .../autoconfigure/GeodeFunctionExecutionAutoConfiguration.java | 0 .../geode/autoconfigure/GeodeRepositoriesAutoConfiguration.java | 0 .../GeodeRepositoriesAutoConfigurationRegistrar.java | 0 .../boot/data/geode/autoconfigure/package-info.java | 0 .../src/main/resources/META-INF/spring.factories | 0 .../SpringBootApacheGeodeCacheClientApplicationTests.java | 0 11 files changed, 1 insertion(+), 1 deletion(-) rename spring-boot-starter-data-gemfire/spring-boot-starter-data-gemfire.gradle => gemfire-spring-boot-starter/gemfire-spring-boot-starter.gradle (83%) rename spring-boot-starter-data-geode/spring-boot-starter-data-geode.gradle => geode-spring-boot-starter/geode-spring-boot-starter.gradle (100%) rename {spring-boot-starter-data-geode => geode-spring-boot-starter}/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeCachingProviderAutoConfiguration.java (100%) rename {spring-boot-starter-data-geode => geode-spring-boot-starter}/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeClientCacheAutoConfiguration.java (100%) rename {spring-boot-starter-data-geode => geode-spring-boot-starter}/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeContinuousQueryAutoConfiguration.java (100%) rename {spring-boot-starter-data-geode => geode-spring-boot-starter}/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeFunctionExecutionAutoConfiguration.java (100%) rename {spring-boot-starter-data-geode => geode-spring-boot-starter}/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeRepositoriesAutoConfiguration.java (100%) rename {spring-boot-starter-data-geode => geode-spring-boot-starter}/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeRepositoriesAutoConfigurationRegistrar.java (100%) rename {spring-boot-starter-data-geode => geode-spring-boot-starter}/src/main/java/org/springframework/boot/data/geode/autoconfigure/package-info.java (100%) rename {spring-boot-starter-data-geode => geode-spring-boot-starter}/src/main/resources/META-INF/spring.factories (100%) rename {spring-boot-starter-data-geode => geode-spring-boot-starter}/src/test/java/org/springframework/boot/data/geode/cache/client/SpringBootApacheGeodeCacheClientApplicationTests.java (100%) diff --git a/spring-boot-starter-data-gemfire/spring-boot-starter-data-gemfire.gradle b/gemfire-spring-boot-starter/gemfire-spring-boot-starter.gradle similarity index 83% rename from spring-boot-starter-data-gemfire/spring-boot-starter-data-gemfire.gradle rename to gemfire-spring-boot-starter/gemfire-spring-boot-starter.gradle index 751761eb..b725bae4 100644 --- a/spring-boot-starter-data-gemfire/spring-boot-starter-data-gemfire.gradle +++ b/gemfire-spring-boot-starter/gemfire-spring-boot-starter.gradle @@ -6,7 +6,7 @@ description = "Spring Boot for Pivotal GemFire" dependencies { - compile(project(':spring-boot-starter-data-geode')) { + compile(project(':geode-spring-boot-starter')) { exclude group: "org.springframework.data", module: "spring-data-geode" } diff --git a/spring-boot-starter-data-geode/spring-boot-starter-data-geode.gradle b/geode-spring-boot-starter/geode-spring-boot-starter.gradle similarity index 100% rename from spring-boot-starter-data-geode/spring-boot-starter-data-geode.gradle rename to geode-spring-boot-starter/geode-spring-boot-starter.gradle diff --git a/spring-boot-starter-data-geode/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeCachingProviderAutoConfiguration.java b/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeCachingProviderAutoConfiguration.java similarity index 100% rename from spring-boot-starter-data-geode/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeCachingProviderAutoConfiguration.java rename to geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeCachingProviderAutoConfiguration.java diff --git a/spring-boot-starter-data-geode/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeClientCacheAutoConfiguration.java b/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeClientCacheAutoConfiguration.java similarity index 100% rename from spring-boot-starter-data-geode/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeClientCacheAutoConfiguration.java rename to geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeClientCacheAutoConfiguration.java diff --git a/spring-boot-starter-data-geode/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeContinuousQueryAutoConfiguration.java b/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeContinuousQueryAutoConfiguration.java similarity index 100% rename from spring-boot-starter-data-geode/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeContinuousQueryAutoConfiguration.java rename to geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeContinuousQueryAutoConfiguration.java diff --git a/spring-boot-starter-data-geode/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeFunctionExecutionAutoConfiguration.java b/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeFunctionExecutionAutoConfiguration.java similarity index 100% rename from spring-boot-starter-data-geode/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeFunctionExecutionAutoConfiguration.java rename to geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeFunctionExecutionAutoConfiguration.java diff --git a/spring-boot-starter-data-geode/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeRepositoriesAutoConfiguration.java b/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeRepositoriesAutoConfiguration.java similarity index 100% rename from spring-boot-starter-data-geode/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeRepositoriesAutoConfiguration.java rename to geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeRepositoriesAutoConfiguration.java diff --git a/spring-boot-starter-data-geode/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeRepositoriesAutoConfigurationRegistrar.java b/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeRepositoriesAutoConfigurationRegistrar.java similarity index 100% rename from spring-boot-starter-data-geode/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeRepositoriesAutoConfigurationRegistrar.java rename to geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/autoconfigure/GeodeRepositoriesAutoConfigurationRegistrar.java diff --git a/spring-boot-starter-data-geode/src/main/java/org/springframework/boot/data/geode/autoconfigure/package-info.java b/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/autoconfigure/package-info.java similarity index 100% rename from spring-boot-starter-data-geode/src/main/java/org/springframework/boot/data/geode/autoconfigure/package-info.java rename to geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/autoconfigure/package-info.java diff --git a/spring-boot-starter-data-geode/src/main/resources/META-INF/spring.factories b/geode-spring-boot-starter/src/main/resources/META-INF/spring.factories similarity index 100% rename from spring-boot-starter-data-geode/src/main/resources/META-INF/spring.factories rename to geode-spring-boot-starter/src/main/resources/META-INF/spring.factories diff --git a/spring-boot-starter-data-geode/src/test/java/org/springframework/boot/data/geode/cache/client/SpringBootApacheGeodeCacheClientApplicationTests.java b/geode-spring-boot-starter/src/test/java/org/springframework/boot/data/geode/cache/client/SpringBootApacheGeodeCacheClientApplicationTests.java similarity index 100% rename from spring-boot-starter-data-geode/src/test/java/org/springframework/boot/data/geode/cache/client/SpringBootApacheGeodeCacheClientApplicationTests.java rename to geode-spring-boot-starter/src/test/java/org/springframework/boot/data/geode/cache/client/SpringBootApacheGeodeCacheClientApplicationTests.java