Martin Andersson created SEDONA-249:
---------------------------------------
Summary: Add jvm flags for running tests on Java 17
Key: SEDONA-249
URL: https://issues.apache.org/jira/browse/SEDONA-249
Project: Apache Sedona
Issue Type: Improvement
Reporter: Martin Andersson
Spark uses a lot of internal classes in Java. Since Java 17 that is forbidden
by default. To be able to run the tests on Java 17 you need to add a bunch of
flags to enable access to internal modules. In Sedona 'mvn test' fail hard on
Java 17.
This is how Spark has enabled running tests on Java 17:
https://github.com/apache/spark/blob/master/pom.xml#L306
--
This message was sent by Atlassian Jira
(v8.20.10#820010)