Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Refactored Common Interfaces Package #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cbm64chris
Copy link

@cbm64chris cbm64chris commented Nov 12, 2019

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
Copy link

msftclas commented Nov 12, 2019

CLA assistant check
All CLA requirements met.

@cbm64chris
Copy link
Author

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
Copy link
Author

Retest pls

@cbm64chris
Copy link
Author

Retest

as Secure Storage in the event that the module is used in a JDK9+
modular implementation.
@cbm64chris cbm64chris force-pushed the refactor_auth_common_packages branch from 89e2e13 to 6cd4dfd Compare May 20, 2020 09:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package names are the same in transitive dependencies
2 participants