This is an automated email from the ASF dual-hosted git repository.
zstan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 0f9dcfccdb3 IGNITE-28702 Fix
GridCacheContinuousQueryMultiNodesFilteringTest#testWithNodeFilter failure
(#13159)
0f9dcfccdb3 is described below
commit 0f9dcfccdb36ef61ab2063c9341fde21676afc14
Author: Evgeniy Stanilovskiy <[email protected]>
AuthorDate: Wed May 20 16:12:41 2026 +0300
IGNITE-28702 Fix
GridCacheContinuousQueryMultiNodesFilteringTest#testWithNodeFilter failure
(#13159)
---
parent/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index d9108c8dd55..843baa2f424 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1067,10 +1067,11 @@
--add-opens=java.base/java.security=ALL-UNNAMED
--add-opens=java.logging/java.util.logging=ALL-UNNAMED
--add-opens=java.management/sun.management=ALL-UNNAMED
- --add-opens
java.desktop/java.awt.font=ALL-UNNAMED
+
--add-opens=java.desktop/java.awt.font=ALL-UNNAMED
--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
--add-opens=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED
--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
+
--add-opens=java.base/java.util.regex=ALL-UNNAMED
</argLine>
</configuration>
</plugin>