adutra opened a new pull request, #11992: URL: https://github.com/apache/iceberg/pull/11992
4th PR for the Auth Manager API. Previous ones: * #11844 * #11809 * #11769 This PR introduces the required changes to `RESTClient` and `HTTPClient`. It also introduces a `BaseHTTPClient` abstract class to facilitate the creation and execution of `HTTPRequest`s in a consistent way. The biggest change in actually in `TestRESTCatalog`, because almost every `Mockito.verify()` call needs to be adapted. The AuthManager API is still "unplugged" at this point. \cc @nastra @danielcweeks -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
