waterWang opened a new pull request, #39790: URL: https://github.com/apache/beam/pull/39790
Fixes #39789 The httpclient5 5.4.3→5.5 upgrade broke OAUTHBEARER auth against GCP Managed Service for Apache Kafka. The google-auth-library-oauth2-http (1.37.1) is compiled against httpclient5 5.4.x and the 5.5 upgrade introduces binary incompatibility at runtime. This pins httpclient5 (and its transitive httpcore5) to the versions that were in use at Beam 2.68.0, which was the last known-good release. See #39789 for full bisection details. -- 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]
