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 10? - currently unable to compile java-tron with JDK 10 #295

Closed
seanrobbins opened this issue Mar 24, 2018 · 1 comment
Closed

Java 10? - currently unable to compile java-tron with JDK 10 #295

seanrobbins opened this issue Mar 24, 2018 · 1 comment

Comments

@seanrobbins
Copy link
Contributor

Please answer these questions before submitting your issue. Thanks!

  1. What did you do?

With the recent release of Java JDK 10, I tried building java-tron with the latest version of java.

  1. What did you expect to see?

I hoped to see the upgrade path for java-tron to the latest JDK to be unimpeded.

  1. What did you see instead?

Looks like these is a problem with java-tron's dependency lombok. lombok annotated classes are not currently compiling under java 10, see projectlombok/lombok#1572

This is not an issue with java-tron itself. If there was interest in using the latest Java JDK features though this will be a blocker for now and in the future potential contributors may see issues with this when trying to build the code.

The only solution I was able to find was to return to a previous version of the Java JDK.

@seanrobbins seanrobbins changed the title Java 10? Java 10? - currently unable to compile java-tron with JDK 10 Mar 24, 2018
@zhaohong
Copy link
Contributor

thanks! we can fix this later.

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

4 participants