cdap-ui icon indicating copy to clipboard operation
cdap-ui copied to clipboard

Switch to temurin for newer openJDK releases

Open dli357 opened this issue 2 years ago • 2 comments

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

dli357 avatar Feb 28 '23 02:02 dli357

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;

njbriggs avatar Feb 28 '23 18:02 njbriggs

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.

dli357 avatar Mar 01 '23 00:03 dli357