This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-kudu.git

commit 5230ec106551307d83d3998fbe0d08d35fc7d2f8
Author: Ferenc Csaky <ferenc.cs...@pm.me>
AuthorDate: Thu Apr 11 14:42:02 2024 +0200

    [FLINK-34930] Enable module opens for tests for newer JDKs
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 69e2d74..d1548f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,10 @@ under the License.
 
                <!-- For directory plugin -->
                
<flink.parent.artifactId>flink-connector-kudu-parent</flink.parent.artifactId>
+               <surefire.module.config>
+                       --add-opens=java.base/java.lang=ALL-UNNAMED
+                       --add-opens=java.base/java.util=ALL-UNNAMED
+               </surefire.module.config>
        </properties>
 
        <modules>

Reply via email to