electronicarts / ea-async

EA Async implements async-await methods in the JVM.
https://go.ea.com/ea-async
Other
1.38k stars 129 forks source link

Java 11 #35

Closed lukyer closed 5 years ago

lukyer commented 5 years ago

Any plans for LTS Java 11? :)

JoeHegarty commented 5 years ago

I believe this should already work with any of the JDK 11s based on OpenJDK. I haven't tested but I believe it should work with Corretto, Azul Zulu and Oracle.

Did you have something specific in mind that isn't currently working?

We are planning on locking on JDK11 internally so we plan to continue supporting it.

Ranger-118 commented 3 years ago

Tested fine with JDK 11, I thought it ends up with JDK 10 too at the beginning as it's been mentioned in README that JDK 8-10 are supported. It would be better to update it to the latest support version. Thanks for this project anyway!