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

[OR-322] - Include Oracle JDBC driver in package #291

Merged
merged 12 commits into from
Sep 29, 2019
Merged

[OR-322] - Include Oracle JDBC driver in package #291

merged 12 commits into from
Sep 29, 2019

Conversation

usmansaleem
Copy link
Contributor

-- use Oracle maven repo to downloand and package Oracle JDBC driver

 -- use Oracle maven repo to downloand and package Oracle JDBC driver
@CLAassistant
Copy link

CLAassistant commented Sep 23, 2019

CLA assistant check
All committers have signed the CLA.

 -- use Oracle maven repo to downloand and package Oracle JDBC driver
Signed-off-by: Usman Saleem <usman@usmans.info>
Signed-off-by: Usman Saleem <usman@usmans.info>
Signed-off-by: Usman Saleem <usman@usmans.info>
Signed-off-by: Usman Saleem <usman@usmans.info>
Signed-off-by: Usman Saleem <usman@usmans.info>
Signed-off-by: Usman Saleem <usman@usmans.info>
@usmansaleem usmansaleem marked this pull request as ready for review September 26, 2019 23:50
@@ -10,6 +10,7 @@ version.txt

### Gradle ###
.gradle
gradle.properties
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is there a gradle.properties at the root of Orion to now ignore?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gradle.properties is used by gradle to read personal project properties which we don't want to commit to git (in our case Oracle maven user and password). Hence, it is in ignore list.

Signed-off-by: Usman Saleem <usman@usmans.info>
@@ -0,0 +1,16 @@
# Oracle Maven Access
* Orion bundles Oracle JDBC driver which is downloaded from Oracle Maven repository by Gradle.
* You need to provide your Oracle account credentials to access Oracle Maven repository.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reading of this line suggests this PR is introducing a dependency on having a OTN account to build Orion, is that correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CjHare It is partially correct now that I am re-reading it. The Orion would still build without Oracle JDBC if we don't create project properties. It needs to be re-worded as Orion can optionally bundle JDBC driver...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but your point is correct, this PR is introducing a dependency on having an Oracle account in order to bundle Oracle JDBC driver

@usmansaleem usmansaleem merged commit cab0bc5 into Consensys:master Sep 29, 2019
@usmansaleem usmansaleem deleted the feature/ojdbc_bundle branch September 29, 2019 23:14
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.

3 participants