You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2018/04/06 15:47:10 UTC

[geode] branch develop updated: GEODE-4819: Separating authorization out from protobuf handlers

This is an automated email from the ASF dual-hosted git repository.

bschuchardt pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 85c67b2  GEODE-4819: Separating authorization out from protobuf handlers
85c67b2 is described below

commit 85c67b2294c7e24534e2a2b4c68fecef812b4199
Author: Bruce Schuchardt <bs...@pivotal.io>
AuthorDate: Fri Apr 6 08:46:16 2018 -0700

    GEODE-4819: Separating authorization out from protobuf handlers
    
    Removed unused imports that were causing compilation warnings
---
 .../protobuf/v1/authentication/AuthorizingFunctionServiceImplTest.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/geode-protobuf/src/test/java/org/apache/geode/internal/protocol/protobuf/v1/authentication/AuthorizingFunctionServiceImplTest.java b/geode-protobuf/src/test/java/org/apache/geode/internal/protocol/protobuf/v1/authentication/AuthorizingFunctionServiceImplTest.java
index 04feab8..0aff8f9 100644
--- a/geode-protobuf/src/test/java/org/apache/geode/internal/protocol/protobuf/v1/authentication/AuthorizingFunctionServiceImplTest.java
+++ b/geode-protobuf/src/test/java/org/apache/geode/internal/protocol/protobuf/v1/authentication/AuthorizingFunctionServiceImplTest.java
@@ -17,9 +17,7 @@ package org.apache.geode.internal.protocol.protobuf.v1.authentication;
 import static org.apache.geode.security.ResourcePermission.ALL;
 import static org.apache.geode.security.ResourcePermission.Operation.WRITE;
 import static org.apache.geode.security.ResourcePermission.Resource.CLUSTER;
-import static org.apache.geode.security.ResourcePermission.Resource.DATA;
 import static org.assertj.core.api.Assertions.assertThatThrownBy;
-import static org.junit.Assert.*;
 import static org.mockito.ArgumentMatchers.any;
 import static org.mockito.Mockito.doNothing;
 import static org.mockito.Mockito.doThrow;
@@ -29,7 +27,6 @@ import static org.mockito.Mockito.when;
 import java.util.Arrays;
 import java.util.Collections;
 
-import com.sun.org.apache.regexp.internal.RE;
 import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;

-- 
To stop receiving notification emails like this one, please contact
bschuchardt@apache.org.