The GitHub Actions job "Required Checks" on texera.git/feat/bump-java-17 has 
failed.
Run started by GitHub user bobbai00 (triggered by bobbai00).

Head commit for run:
17abe7d9fd07d3b1dc8d7273a64238cdfd47bc88 / Jiadong Bai 
<[email protected]>
ci(amber): move JDK 17 --add-opens into sbt-side JdkOptions

Mirror Apache Pekko's project/JdkOptions.scala pattern: keep the
required --add-opens flags in one sbt-side place and apply them via
Test / javaOptions on the amber subproject (with Test / fork := true).
This makes `sbt test` work out of the box on JDK 17 — no workflow env
var needed, and local devs running tests on JDK 17 don't need to
remember to export anything.

- project/JdkOptions.scala: 5 opens (4 from Pekko + java.util for
  Ehcache SizeOf used by Tuple.inMemSize).
- amber/build.sbt: Test / fork := true, Test / javaOptions ++=
  JdkOptions.versionSpecificJavaOptions.
- .github/workflows/build.yml: drop JDK_JAVA_OPTIONS env from amber,
  amber-integration, and platform jobs.

Dockerfile ENV and IntelliJ run configs are unchanged — they're not
sbt-driven.

Report URL: https://github.com/apache/texera/actions/runs/25391980291

With regards,
GitHub Actions via GitBox

Reply via email to