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

Is outdated Java version used for this client? #31

Open
starichkov opened this issue Oct 28, 2020 · 1 comment
Open

Is outdated Java version used for this client? #31

starichkov opened this issue Oct 28, 2020 · 1 comment

Comments

@starichkov
Copy link

starichkov commented Oct 28, 2020

Java sources of your library contains the code like:

List<Pair> params = new ArrayList<Pair>();
// ...
Map<String, String> headerParams = new HashMap<String, String>();
// ... e.t.c.

(no diamond operator used) which means you are using something even older that Java 1.7 - probably Java 1.6.

Also I can see JodaTime library in dependencies, which also proves the theory about quite old Java version.

So my question is - do you have any plans to update the client to Java 8 (with removing some old libs like JodaTime)?

@chanakya-reddy
Copy link

Is there any update on this?

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

2 participants