maksaska commented on code in PR #12017:
URL: https://github.com/apache/ignite/pull/12017#discussion_r2106163670


##########
modules/compatibility/pom.xml:
##########
@@ -46,6 +46,13 @@
             <artifactId>ignite-core</artifactId>
         </dependency>
 
+        <dependency>

Review Comment:
   No, but we need it for compilation



##########
modules/compatibility/src/test/java/org/apache/ignite/compatibility/clients/JavaThinCompatibilityTest.java:
##########
@@ -107,10 +108,10 @@ public class JavaThinCompatibilityTest extends 
AbstractClientCompatibilityTest {
     @Override protected void beforeTest() throws Exception {
         super.beforeTest();
 
-        int majorJavaVer = U.majorJavaVersion(U.jdkVersion());
+        int majorJavaVer = 
CommonUtils.majorJavaVersion(CommonUtils.jdkVersion());

Review Comment:
   Fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to