Skip to content

Inconsistent java version #20

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

Closed
isopov opened this issue Jun 13, 2017 · 2 comments
Closed

Inconsistent java version #20

isopov opened this issue Jun 13, 2017 · 2 comments

Comments

@isopov
Copy link

isopov commented Jun 13, 2017

maven-compiler-plugin is configured to 1.5 java version, however class TarantoolClientImpl class contains @Override annotations on implementations of interface methods that is 1.6 feature.

@isopov
Copy link
Author

isopov commented Jun 13, 2017

Also SocketChannel.getRemoteAddress() is java7 API and is used in TarantoolClientImpl

@isopov isopov mentioned this issue Jun 14, 2017
@isopov
Copy link
Author

isopov commented Jun 14, 2017

Fixed in 2dc3211 making consistent support of java6 (what a pity!)

@isopov isopov closed this as completed Jun 14, 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

No branches or pull requests

1 participant