Adapt to API changes in Spring Data for Apache Geode (SDG) 3.0.
This commit is contained in:
@@ -26,8 +26,8 @@ import org.springframework.beans.factory.config.BeanFactoryPostProcessor;
|
||||
import org.springframework.beans.factory.config.ConfigurableListableBeanFactory;
|
||||
import org.springframework.core.annotation.AnnotationAttributes;
|
||||
import org.springframework.core.annotation.AnnotationUtils;
|
||||
import org.springframework.data.gemfire.tests.util.SpringUtils;
|
||||
import org.springframework.data.gemfire.util.ArrayUtils;
|
||||
import org.springframework.data.gemfire.util.SpringUtils;
|
||||
import org.springframework.lang.NonNull;
|
||||
import org.springframework.lang.Nullable;
|
||||
|
||||
|
||||
@@ -45,8 +45,8 @@ import org.springframework.data.gemfire.config.annotation.EnablePdx;
|
||||
import org.springframework.data.gemfire.tests.integration.config.ClientServerIntegrationTestsConfiguration;
|
||||
import org.springframework.data.gemfire.tests.process.JavaProcessRunner;
|
||||
import org.springframework.data.gemfire.tests.process.ProcessWrapper;
|
||||
import org.springframework.data.gemfire.tests.util.SpringUtils;
|
||||
import org.springframework.data.gemfire.util.ArrayUtils;
|
||||
import org.springframework.data.gemfire.util.SpringUtils;
|
||||
import org.springframework.lang.NonNull;
|
||||
import org.springframework.lang.Nullable;
|
||||
|
||||
@@ -241,13 +241,13 @@ public abstract class ForkingClientServerIntegrationTestsSupport extends ClientS
|
||||
}
|
||||
|
||||
@EnablePdx
|
||||
@ClientCacheApplication(logLevel = GEMFIRE_LOG_LEVEL)
|
||||
@ClientCacheApplication
|
||||
public static class BaseGemFireClientConfiguration extends ClientServerIntegrationTestsConfiguration {
|
||||
|
||||
}
|
||||
|
||||
@EnablePdx
|
||||
@CacheServerApplication(name = "ForkingClientServerIntegrationTestsSupport", logLevel = GEMFIRE_LOG_LEVEL)
|
||||
@CacheServerApplication(name = "ForkingClientServerIntegrationTestsSupport")
|
||||
public static class BaseGemFireServerConfiguration extends ClientServerIntegrationTestsConfiguration {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
@@ -29,11 +29,11 @@ import org.springframework.lang.Nullable;
|
||||
* @see java.util.function.Function
|
||||
* @see org.springframework.context.ApplicationContext
|
||||
* @see org.springframework.context.ConfigurableApplicationContext
|
||||
* @see org.springframework.data.gemfire.util.SpringUtils
|
||||
* @see org.springframework.data.gemfire.util.SpringExtensions
|
||||
* @since 1.0.0
|
||||
*/
|
||||
@SuppressWarnings("unused")
|
||||
public abstract class SpringUtils extends org.springframework.data.gemfire.util.SpringUtils {
|
||||
public abstract class SpringUtils extends org.springframework.data.gemfire.util.SpringExtensions {
|
||||
|
||||
public static final Function<ConfigurableApplicationContext, Boolean> APPLICATION_CONTEXT_CLOSING_FUNCTION =
|
||||
applicationContext -> {
|
||||
|
||||
Reference in New Issue
Block a user