microsoft / vsts-authentication-library-for-java

Retrieve OAuth2 or Personal Accesss Tokens for Visual Studio Team Services (visualstudio.com) accounts. Also provides secure storage for those secrets on different platforms.
MIT License
18 stars 20 forks source link

Refactored Common Interfaces Package #25

Open cbm64chris opened 4 years ago

cbm64chris commented 4 years ago

I was attempting to use the auth-secure-storage library in a modular JDK13 project. Jlink cannot use the package because it has a dependency on auth-common which exports the same package name.

Resolves #24

I have refactored all packages and usages in all reactor modules to use com.microsoft.alm.common.storage instead of com.microsoft.alm.storage.

msftclas commented 4 years ago

CLA assistant check
All CLA requirements met.

cbm64chris commented 4 years ago

An issue in travis is preventing this building;

Expected feature release number in range of 9 to 14, but got: 8 170The command "~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL"" failed and exited with 3 during .

cbm64chris commented 4 years ago

Retest pls

cbm64chris commented 4 years ago

Retest