PDavid commented on PR #6663: URL: https://github.com/apache/hbase/pull/6663#issuecomment-2633445173
This is the backport of https://github.com/apache/hbase/pull/6585 to `branch-2.6`. I applied this with cherry-pick. The patch did not apply 100% cleanly so I had to resolve some conflicts manually. The difference in this patch (compared to master) is that we cannot use `java.net.URLEncoder.encode(String, Charset)` because that API method was only introduced in Java 10 and `branch-2.6` should support running with Java 8. So we use `java.net.URLEncoder.encode(String, String)` instead. -- 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]
