cxf icon indicating copy to clipboard operation
cxf copied to clipboard

restore TestUtilities#invokeBytes(String,String,byte[])

Open mpretzer opened this issue 3 years ago • 1 comments

In our Tests, we use TestUtilities#invokeBytes(String,String,byte[]) to send dynamically generated content to our services.

This is no longer possible with CXF 3.5 since it was removed in b902794f187035a6efe39e3632ccc7be0adc8a89.

This PR reintroduces the method (and a variant accepting InputStreams).

mpretzer avatar Jul 19 '22 14:07 mpretzer

Since this code is not used in CXF tests - there is no reason to keep it in the sources.

amarkevich avatar Jul 20 '22 18:07 amarkevich