Fix imports for tests#2461
Conversation
|
@scrawfor99 this should fix imports first and im ready to prepare a backport PR. If it is too later it is not a problem I can do it after 2.6 release |
Fixed import for tests for Apache HTTP: client in tests Signed-off-by: Andrey Pleskach <ples@aiven.io>
44bfaf9 to
230e571
Compare
|
@willyborankin On main, the Apache HttpClient 5 is used, but in 2.x it is using v4. When creating the backport for REST admin permissions use the import from Apache HttpClient 4 for the 2.x backport. Let me know if you need any assistance with the backport, I can help create the backport if needed. |
Got it than it is not problem. I will resolve conflicts in backport PR. |
Description
After REST admin permissions were merged it is impossible to cherry pick the commit since
4 tests has wrong Apache HTTP imports instead of:
it must be
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.