Skip to content

Startup Java Project Configuration #3

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

Merged
merged 19 commits into from
Apr 19, 2017
Merged

Startup Java Project Configuration #3

merged 19 commits into from
Apr 19, 2017

Conversation

viniciusam
Copy link
Member

Startup project using maven and travis.

Copy link
Member

@jgebal jgebal left a comment

Choose a reason for hiding this comment

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

Do we need to keep intellij settings with the project? Maybe it's better to add whole .idea folder to gitignore?

@viniciusam
Copy link
Member Author

viniciusam commented Apr 8, 2017

Yes, is better to keep the IDE files out.

<dependencies>
<dependency>
<groupId>com.oracle.jdbc</groupId>
<artifactId>ojdbc7</artifactId>
Copy link
Member

Choose a reason for hiding this comment

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

Should we use java7 driver or go ahead with java8?
Maybe entire project should be build on java7?
Or do we want 2 separate builds with java7 and java8?

Copy link
Member Author

Choose a reason for hiding this comment

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

I would prefer to use Java 8 because of lambda expressions and try with resources. But if we want to support both drivers, we can't use those new features anyways.

We could start with the Java 7 and add support to the newest later.

What do you think?

Copy link
Member

Choose a reason for hiding this comment

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

Sounds good to me.
Probably for Java8 we will need a separate branch/project then :(

@viniciusam
Copy link
Member Author

Merging to start working on base repo,

@viniciusam viniciusam merged commit 1dbeb0f into utPLSQL:develop Apr 19, 2017
viniciusam added a commit that referenced this pull request May 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants