You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2016/11/10 00:56:58 UTC

[jira] [Created] (GEODE-2092) Samples/examples should not be in the product code: SampleSecurityManager, SimpleSecurityManager, SamplePostProcessor

Kirk Lund created GEODE-2092:
--------------------------------

             Summary: Samples/examples should not be in the product code: SampleSecurityManager, SimpleSecurityManager, SamplePostProcessor
                 Key: GEODE-2092
                 URL: https://issues.apache.org/jira/browse/GEODE-2092
             Project: Geode
          Issue Type: Bug
          Components: security
            Reporter: Kirk Lund


These three classes are currently in geode-core product package which implies they are fully supported user API. They cannot be released in this 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)