-
Bug
-
Resolution: Fixed
-
Minor
-
None
The HTTP request plugin returns a ResponseContentSupplier when used from pipeline. This class is only package-scope, though.
Groovy is fine with this for the most part, but it can cause an IllegalAccessError in some cases, for example when trying to mock it with Spock.
For reference, the class was made public in 2019.