RE: Apache CXF JAX-RS threadsafe clients

2023-07-04 Thread Jean Pierre URKENS
Hi Andriy, I wrote a multi-threaded test based on http://svn.apache.org/repos/asf/cxf/trunk/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSMultithreadedClientTest.java. It creates 9 threads each executing 9 API requests. The test execution looks like (step 5 and 6 are executed mult

Re: Apache CXF JAX-RS threadsafe clients

2023-07-04 Thread Andriy Redko
Hi Jean,   AFAIK, conceptually, the headers and query parameters are handled the "same" way by the underlying client (from state perspective). Since you already have a test, it would be great  to add header verification, you have everything in place already for that, should be pretty  straightfo