If we are talking about the following: https://github.com/apache/geode/blob/develop/geode-core/src/main/java/org/apache/geode/security/Authenticator.java https://github.com/apache/geode/blob/develop/geode-core/src/main/java/org/apache/geode/security/AccessControl.java
They are both marked '@deprecated since Geode 1.0' which I interpret to mean they were deprecated in Geode 1.0 and need to stay until 2.0, if we keep with semver. --Mark On Mon, Oct 30, 2017 at 3:55 PM, Jinmei Liao <jil...@pivotal.io> wrote: > Yes, it's deprecated in 1.0. > > On Mon, Oct 30, 2017 at 3:39 PM, Dan Smith <dsm...@pivotal.io> wrote: > > > Are you saying these interfaces were already deprecated in 1.0? If so, > then > > I think we can remove them. If they have been deprecated after 1.0, I > think > > we have to wait until 2.0 to remove them. > > > > -Dan > > > > On Mon, Oct 30, 2017 at 1:18 PM, Jinmei Liao <jil...@pivotal.io> wrote: > > > > > The old security framework, basically Authentcator/AccessControl > > interfaces > > > and the usage of them inside GEODE is deprecated since 1.0. I am > > wondering > > > since 1.3 is out already, can we start removing these interfaces and > > > usages? It would enable of deleting bunch of unmanageable tests. > > > > > > > > > -- > > > Cheers > > > > > > Jinmei > > > > > > > > > -- > Cheers > > Jinmei >