devinrsmith opened a new pull request, #503: URL: https://github.com/apache/arrow-java/pull/503
### Rationale for this change This makes it easier to work with auth2 from the Java client without needing to resort to ClientCookieMiddleware (ie, don't need to force the server to support a non-standard auth scheme). I think it could be highly beneficial for ease-of-use when directly creating a FlightClient, and I would expect that the various FlightSqlClient drivers (ADBC, JDBC) could benefit from supporting it as a configuration option. ### What changes are included in this PR? A new FlightClientMiddleware had been added. ### Are these changes tested? These changes have been manually tested; if more testing is necessary, I'm hoping another contributor can provide it or guide me through a test plan. Note: this is a re-creation of https://github.com/apache/arrow-java/pull/446, I think some codeowner logic was not in place when I originally created the PR. -- 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]
