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

timoninmaxim 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 aa262d224f0 IGNITE-26153 Fix MessageProcessorTest on JDK 17 (#12258)
aa262d224f0 is described below

commit aa262d224f00cb636adef4820da6d507a25e4e9d
Author: Dmitry Werner <[email protected]>
AuthorDate: Thu Aug 14 13:42:18 2025 +0500

    IGNITE-26153 Fix MessageProcessorTest on JDK 17 (#12258)
---
 parent/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 512977ad860..2a0e65ef077 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1078,6 +1078,9 @@
                                 --add-opens=java.base/java.security=ALL-UNNAMED
                                 
--add-opens=java.management/sun.management=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
                             </argLine>
                         </configuration>
                     </plugin>

Reply via email to