You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
What did you do?
With the recent release of Java JDK 10, I tried building java-tron with the latest version of java.
What did you expect to see?
I hoped to see the upgrade path for java-tron to the latest JDK to be unimpeded.
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.
The text was updated successfully, but these errors were encountered:
seanrobbins
changed the title
Java 10?
Java 10? - currently unable to compile java-tron with JDK 10
Mar 24, 2018
Please answer these questions before submitting your issue. Thanks!
With the recent release of Java JDK 10, I tried building java-tron with the latest version of java.
I hoped to see the upgrade path for java-tron to the latest JDK to be unimpeded.
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.
The text was updated successfully, but these errors were encountered: