Re: Removing the old Authenticator/AccessControl interfaces

2017-10-31 Thread Michael Stolz
Yep. That's the normal path.

--
Mike Stolz
Principal Engineer, GemFire Product Lead
Mobile: +1-631-835-4771

On Mon, Oct 30, 2017 at 7:19 PM, Mark Bretl  wrote:

> 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  wrote:
>
> > Yes, it's deprecated in 1.0.
> >
> > On Mon, Oct 30, 2017 at 3:39 PM, Dan Smith  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 
> 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
> >
>


Re: Removing the old Authenticator/AccessControl interfaces

2017-10-30 Thread Mark Bretl
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  wrote:

> Yes, it's deprecated in 1.0.
>
> On Mon, Oct 30, 2017 at 3:39 PM, Dan Smith  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  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
>


Re: Removing the old Authenticator/AccessControl interfaces

2017-10-30 Thread Jinmei Liao
Yes, it's deprecated in 1.0.

On Mon, Oct 30, 2017 at 3:39 PM, Dan Smith  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  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


Re: Removing the old Authenticator/AccessControl interfaces

2017-10-30 Thread Dan Smith
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  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
>


Removing the old Authenticator/AccessControl interfaces

2017-10-30 Thread Jinmei Liao
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