mini666 commented on PR #8030: URL: https://github.com/apache/hbase/pull/8030#issuecomment-4384818661
@junegunn Good point — agreed. Dropped `@Deprecated` from the original `validate(SnapshotDescription, Configuration)` and `isSecurityAvailable(Configuration)` overloads, and added a Javadoc note on the new `Connection`-based overloads explaining they're preferred when the caller already holds a `Connection` (to avoid the per-call connection setup cost). Updated the commit message accordingly. -- 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]
