-
Notifications
You must be signed in to change notification settings - Fork 14
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 Java8 #63
Comments
@angelozerr - sure |
Yes - not a problem. |
Great to hear, so does this mean this plugin works now with java 8 on eclipse neon? |
@cm325 typescript.java 1.0.0 (and perhaps 1.1.0) is based on Java6 and not linked to Neon (just for tsconfig.json editor) But I would like to use Java8 CompletableFuture. I have created this issue to know if use of Neon + Java8 is OK for typescript.java users. |
Ok... so, can I install this on Neon and will it work if eclipse is setup On Tue, Sep 13, 2016 at 5:19 PM, Angelo [email protected] wrote:
|
typescript.java works with Neon. If you wish to use Neon you will need Java8. |
great, thanks! On Wed, Sep 14, 2016 at 3:27 AM, Angelo [email protected] wrote:
|
@boniatillo-com just for your information, now I have a clean API with Java8 CompletableFuture. See https://github.com/angelozerr/typescript.java/blob/master/core/ts.core/src/ts/client/ITypeScriptServiceClient.java |
I would like to use https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html (which requires Java8) instead of using collector (seehttps://github.com/angelozerr/typescript.java/blob/master/core/ts.core/src/ts/client/TypeScriptServiceClient.java#L169)
It means that Java8 is required. Since Neon requires Java8, I think we can have Java8 depdendency.
@piotrtomiak are you OK with that?
The text was updated successfully, but these errors were encountered: