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

Java version for java-client #24

Closed
ivarconr opened this issue Oct 21, 2014 · 1 comment
Closed

Java version for java-client #24

ivarconr opened this issue Oct 21, 2014 · 1 comment
Milestone

Comments

@ivarconr
Copy link
Member

We must decide on what java-version to use in the client.

jdk8

jdk7

  • requires us to have a json-parser library included (gson, jackson or similar)
  • allows clients to use jdk7
@Andersos Andersos added this to the MVP 1 milestone Oct 23, 2014
@ivarconr
Copy link
Member Author

I vote for Java 8. We are building for the future, not the past (we can always add a java7 client later on with some json parsing lib included if someone really needs it).

We should also consider if we can do without httpclient also. No third party libraries in the client would be very nice!

@sveinelo sveinelo reopened this Oct 23, 2014
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

No branches or pull requests

3 participants