maksaska commented on code in PR #12017: URL: https://github.com/apache/ignite/pull/12017#discussion_r2112314810
########## modules/commons/src/main/java/org/apache/ignite/internal/util/CommonUtils.java: ########## @@ -21,12 +21,13 @@ import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import org.apache.ignite.IgniteCheckedException; +import org.apache.ignite.internal.util.typedef.F; import org.jetbrains.annotations.Nullable; /** * Collection of utility methods used in 'ignite-commons' and throughout the system. */ -public abstract class CommonUtils { +public class CommonUtils { Review Comment: Fixed ########## modules/compress/pom.xml: ########## @@ -41,6 +41,18 @@ <artifactId>ignite-core</artifactId> </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>ignite-commons</artifactId> Review Comment: Fixed ########## modules/direct-io/pom.xml: ########## @@ -42,6 +42,18 @@ <artifactId>ignite-core</artifactId> </dependency> + <dependency> 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