-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
use -source 7 or higher to enable diamond operator #2108
Comments
I am having the same issue and to resolve I made a clean clone of the repository and modified the following:
But this leads to the next error:
For the moment I am unable to build a new version. Did you have more chances to build OpenTSDB? |
I have a patch to fix the diamond operators. This release will likely require Java 1.7 as the Jackson dependencies are now 1.7 as well. Question: Is anyone still running 1.6 or 1.7 JVMs or has everyone migrated to 1.8 or 9+? |
Hi, did anybody solve this problem? |
The diamonds were fixed in d33befe but I'll also make the change to support 1.8 |
I just follow the tutorial from:
http://opentsdb.net/docs/build/html/installation.html
and run the command:
But the following error was reported:
I noticed that the -source 6 parameter was used during the execution of the Java command:
The question is, how do I get rid of the -source option?
The text was updated successfully, but these errors were encountered: