J-Bakuli commented on code in PR #10230:
URL: https://github.com/apache/ignite/pull/10230#discussion_r965685951
##########
modules/core/src/main/java/org/apache/ignite/configuration/ThinClientConfiguration.java:
##########
@@ -48,10 +56,11 @@ public ThinClientConfiguration() {
}
/**
- * Creates thin-client configuration by copying all properties from given
configuration.
- *
* @param cfg Configuration to copy.
+ * Creates thin-client configuration by copying all properties from given
configuration.
+ * @deprecated
*/
+ @Deprecated
Review Comment:
It used the deprecated field sendServerExcStackTraceToClient.
After your comments I have removed the Deprecated mark so this constructor
is no longer deprecated.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]