Needs to be #290.  I closed 288 in an attempt to have it merge cleaner.

What should happen:

SimpleSecurityManager -> moved to
./geode-core/src/test/java/org/apache/geode/security/SimpleTestSecurityManager.java
SampleSecurityManager -> moved to
./geode-core/src/test/java/org/apache/geode/security/TestSecurityManager.java
SamplePostProcessor -> moved to
./geode-core/src/test/java/org/apache/geode/security/TestPostProcessor.java

also

SampleSecurityManager is also copied to
./geode-core/src/main/java/org/apache/geode/examples/security/SampleSecurityManager.java
SamplePostProcessor is also copied to
./geode-core/src/main/java/org/apache/geode/examples/security/SamplePostProcessor.java

and

a whole lot of tests are changed to point to SimpleTestSecurityManager,
TestSecurityManager, and TestPostProcessor


On Fri, Nov 18, 2016 at 3:11 PM, Kirk Lund <kl...@apache.org> wrote:

> Can someone else please pull in #288, resolve conflicts and rebase it into
> one commit? When I attempt to do this, the "author" gets reset to me
> instead of Kevin. My git knowledge isn't good enough for multi-commit PRs
> that include conflicts with develop.
>
> -Kirk
>

Reply via email to