cdap-ui
cdap-ui copied to clipboard
Switch to temurin for newer openJDK releases
Update Cypress Runner to use Newer JDK
Description
Update to use newer version of JDK maintained by Adoptium (openjdk version "1.8.0_362"). This is to address a bug with using KeyStore in JDK 1.8.0_292. See https://bugs.openjdk.org/browse/JDK-8266279 for details.
PR Type
- [ ] Bug Fix
- [ ] Feature
- [x] Build Fix
- [ ] Testing
- [ ] General Improvement
- [ ] Cherry Pick
Links
Jira: Jira issue #
Test Plan
Screenshots
Code changes LGTM, but this is failing the Cucumber tests:
java.lang.NoSuchMethodError: com.google.common.collect.ImmutableMap.of(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableMap;
I'll need to separately investigate this and see if it's being used somewhere. Not sure how this could be related at the moment.