[
https://issues.apache.org/jira/browse/GEODE-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15675091#comment-15675091
]
ASF GitHub Bot commented on GEODE-2092:
---------------------------------------
GitHub user kjduling opened a pull request:
https://github.com/apache/incubator-geode/pull/288
GEODE-2092 - Security examples should not be in the product code
Moved examples to geode-examples project
Copied old Sample/Simple code to test packages as many tests rely on these
classes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kjduling/incubator-geode feature/GEODE-2092
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/288.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #288
----
commit 1099d9cbc868d0ad93f76b18de82e69400339e5a
Author: Kevin Duling <[email protected]>
Date: 2016-11-17T18:57:00Z
GEODE-2092 - Security examples should not be in the product code
Moved examples to geode-examples project
Copied old Sample/Simple code to test packages as many tests rely on these
classes.
----
> Security examples should not be in the product code
> ---------------------------------------------------
>
> Key: GEODE-2092
> URL: https://issues.apache.org/jira/browse/GEODE-2092
> Project: Geode
> Issue Type: Bug
> Components: security
> Affects Versions: 1.0.0-incubating
> Reporter: Kirk Lund
> Assignee: Kevin Duling
>
> These three classes are currently in geode-core product package which implies
> they are fully supported user API. They cannot be released in a user API
> package. They must be moved to geode-examples:
> geode-core/src/main/java/org/apache/geode/security/templates/SampleSecurityManager.java
> geode-core/src/main/java/org/apache/geode/security/templates/SamplePostProcessor.java
> geode-core/src/main/java/org/apache/geode/security/templates/SimpleSecurityManager.java
> If they need to be available within a jar, then geode-examples should be
> altered to build a jar can be added to the classpath of a running application.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)