Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auth lookup: need way to get to oracle without individual oracle developer account #7

Open
ndushay opened this issue Feb 16, 2017 · 0 comments

Comments

@ndushay
Copy link
Contributor

ndushay commented Feb 16, 2017

Currently, the authority lookup goes to Sympony/Oracle, and the java code in this project goes to a maven repo to get the Oracle specific artifact containing the java classes that allow the authority lookup. Said maven repo (with the Oracle artifact) requires an oracle username and password. We have been using individual developer usernames and passwords ... but this isn't going to be okay outside of a dev environment.

We also use individual developer username and password on travis, which also isn't okay.

Thoughts:

  • stop using maven repos and put all the needed jars in the project (still use maven to compile, but not to grab remote artifacts)
  • as above, but switch to gradle or ant
    • note that we can still do code coverage reports and use coveralls
  • get some sort of official group account for oracle repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant