[ https://issues.apache.org/jira/browse/IGNITE-26153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dmitry Werner updated IGNITE-26153: ----------------------------------- Description: On master branch, the tests in MessageProcessorTest consistently fail when executed on JDK 17. Last build - https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Basic1/8555290?buildTab=overview Error: {code:java} java.lang.IllegalAccessError: class com.google.testing.compile.Parser (in unnamed module @0x21bd128b) cannot access class com.sun.tools.javac.util.Context (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.util to unnamed module @0x21bd128b11:51{code} was: On master branch, the tests in MessageProcessorTest consistently fail when executed on JDK 17. Last build - [https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Basic1/8553678] Error: {code:java} java.lang.IllegalAccessError: class com.google.testing.compile.Parser (in unnamed module @0x21bd128b) cannot access class com.sun.tools.javac.util.Context (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.util to unnamed module @0x21bd128b11:51{code} > Fix MessageProcessorTest on JDK 17 > ---------------------------------- > > Key: IGNITE-26153 > URL: https://issues.apache.org/jira/browse/IGNITE-26153 > Project: Ignite > Issue Type: Test > Reporter: Dmitry Werner > Assignee: Dmitry Werner > Priority: Major > Labels: ise > > On master branch, the tests in MessageProcessorTest consistently fail when > executed on JDK 17. > Last build - > https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Basic1/8555290?buildTab=overview > Error: > {code:java} > java.lang.IllegalAccessError: class com.google.testing.compile.Parser (in > unnamed module @0x21bd128b) cannot access class > com.sun.tools.javac.util.Context (in module jdk.compiler) because module > jdk.compiler does not export com.sun.tools.javac.util to unnamed module > @0x21bd128b11:51{code} -- This message was sent by Atlassian Jira (v8.20.10#820010)