nizhikov commented on code in PR #11584: URL: https://github.com/apache/ignite/pull/11584#discussion_r1801401198
########## modules/core/src/main/java/org/apache/ignite/internal/jdbc/thin/JdbcThinTcpIo.java: ########## @@ -103,8 +108,11 @@ public class JdbcThinTcpIo { /** Version 2.13.0. */ private static final ClientListenerProtocolVersion VER_2_13_0 = ClientListenerProtocolVersion.create(2, 13, 0); + /** Version 2.14.0. */ + private static final ClientListenerProtocolVersion VER_2_14_0 = ClientListenerProtocolVersion.create(2, 14, 0); 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