Adapt to API changes STDG 0.0.26.
This commit is contained in:
@@ -275,11 +275,6 @@ public abstract class AbstractGemFireIntegrationTests extends ForkingClientServe
|
||||
return processControl;
|
||||
}
|
||||
|
||||
@Nullable @SuppressWarnings("unchecked")
|
||||
protected <T extends ApplicationContext> T getApplicationContext() {
|
||||
return (T) this.applicationContext;
|
||||
}
|
||||
|
||||
@Nullable @SuppressWarnings("unchecked")
|
||||
protected <T extends GemFireCache> T getGemFireCache() {
|
||||
return (T) this.gemfireCache;
|
||||
@@ -371,7 +366,7 @@ public abstract class AbstractGemFireIntegrationTests extends ForkingClientServe
|
||||
@SuppressWarnings("unchecked")
|
||||
protected <T extends Session> T createSession(String principalName) {
|
||||
|
||||
GemFireOperationsSessionRepository.GemFireSession session = createSession();
|
||||
GemFireOperationsSessionRepository.GemFireSession<?> session = createSession();
|
||||
|
||||
session.setPrincipalName(principalName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user