linkedin / parseq

Asynchronous Java made easier
Apache License 2.0
1.17k stars 266 forks source link

parseq-lambda-names test failed for JDK8.0.322 Zulu #318

Open junchuanwang opened 2 years ago

junchuanwang commented 2 years ago

Github action previously always pulls in the latest JDK and

zulu8.60.0.21-ca-jdk8.0.322-linux_x64.tar.gz failed the build.

This has been locally reproduced.

Potential solution 1) pin a older version of JDK8 2) start using JDK.11+ in the build

But we need to consider if we need to always support all SDK variants of JDK 8