Adapt to API changes in Spring Data for Apache Geode (SDG).

This commit is contained in:
John Blum
2022-09-22 14:43:16 -07:00
parent ba542b120e
commit b73524c75c
5 changed files with 21 additions and 13 deletions

View File

@@ -18,11 +18,13 @@ package org.springframework.geode.security.support;
import static org.assertj.core.api.Assertions.assertThat;
import static org.mockito.Mockito.mock;
import org.apache.geode.cache.GemFireCache;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.apache.geode.cache.GemFireCache;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.data.gemfire.config.annotation.PeerCacheApplication;
@@ -35,7 +37,7 @@ import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringRunner;
/**
* Integration tests for {@link SecurityManagerProxy}.
* Integration Tests for {@link SecurityManagerProxy}.
*
* @author John Blum
* @see org.apache.geode.cache.GemFireCache

View File

@@ -13,7 +13,6 @@
* or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
package org.springframework.geode.security.support;
import static org.assertj.core.api.Assertions.assertThat;
@@ -27,11 +26,12 @@ import static org.mockito.Mockito.when;
import java.security.Principal;
import java.util.Properties;
import org.apache.geode.security.ResourcePermission;
import org.junit.Test;
import org.apache.geode.security.ResourcePermission;
/**
* Unit tests for {@link SecurityManagerProxy}
* Unit Tests for {@link SecurityManagerProxy}
*
* @author John Blum
* @see java.security.Principal