Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Deprecated use of ApiKeys #14

Open
rregil opened this issue Jun 30, 2014 · 2 comments
Open

Deprecated use of ApiKeys #14

rregil opened this issue Jun 30, 2014 · 2 comments

Comments

@rregil
Copy link

rregil commented Jun 30, 2014

In com.stormpath.shiro.client.ClientFactory the following import

import com.stormpath.sdk.client.ApiKeys;

should be replaced with

import com.stormpath.sdk.api.ApiKeys;

The first one is deprecated

@lhazlewood
Copy link
Member

Ah, we missed that translation - thank you for the issue!

@FWYT
Copy link

FWYT commented Aug 9, 2016

Hi,
Has this change still not be fixed? I added the dependencies as stated here:
https://github.com/stormpath/stormpath-shiro/wiki#configuration

but the import is still com.stormpath.sdk.client.ApiKeys;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants