As part of discussions #7616, the idea of trying to do a more piecemeal
approach came up. A reasonable ask.
This is the first step in refactoring the http client tests. It factors
out the `HttpClientResult` inner class of the `AbstractHttpClientTest`
so that this can be reused by new test framework later. It also factors
the relevant abstract methods in the abstract class to a new type
adapter, which will also be reused.
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
* feat: jetty-9 http client, commit for PR comments
* chore: compensate for build break due to new TypeTransformer
* WIP: jetty9 with wrappers working
* feat: moved structure to match 9.2
* chore: fix package names again, now 9.2, clean up Nullables and Muzzle range
* chore: added latestDepTestLibrary for 10+ but class loader issues due to underlying jetty-server from the test framework
* chore: migrate to new instrumenter api
* chore: adjust to all the gradle plugin changes
* chore: added layers of builders
* chore: update final easy code review comments
* chore: remove comments in gradle
* chore: code cleanup, package cleanup, reduce surface area, iterators
* chore: cleanup of null checks, using HttpFlavorVals enum
* chore: null check removal again
* chore: set muzzle plugin correctly for 9.2 up to 9.4.+
* chore: convert gradle plugins to not use apply syntax
* Rename to build.gradle
* chore: move TypeInstrumention into standalone class
Co-authored-by: Anuraag Agrawal <aanuraag@amazon.co.jp>