# 🔍 Description This PR follows SPARK-45508 to modify the JVM args by adding `--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED`, without this arg should not affect Spark engines as `spark-submit` will handle that by launching a sub-process and adding those JVM args. The change benefits Spark in-process cases in UT, a little. This PR also renames maven properties `maven.plugin.surefire.argLine` back to `extraJavaTestArgs` as it is used in both surefire and scalatest plugins, and makes it always takes effect instead of only JDK 17, then we don't need a copy when adding a new profile `java-21` ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 Pass GHA. --- # Checklist 📝 - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6456 from pan3793/add-open. Closes #6456 ef7310a2e [Cheng Pan] add opens Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org> |
||
|---|---|---|
| .. | ||
| beeline | ||
| docker-image-tool.sh | ||
| kyuubi | ||
| kyuubi-admin | ||
| kyuubi-beeline | ||
| kyuubi-ctl | ||
| kyuubi-logo | ||
| kyuubi-zk-cli | ||
| load-kyuubi-env.sh | ||
| stop-application.sh | ||