This is an automated email from the ASF dual-hosted git repository.

amccright pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from 0ca11c9  [CXF-7629] Checking other standard providers too
     add 7974c5c  Handle case where country is not-null, but empty
     add 53736b8  Ensure Invocation.Builder.headers() replaces all existing 
headers
     add 6316680  Code review suggestion to simplify toHttpLanguage method.
     add 40a65bc  SSE should not call builder.headers(...) which replaces 
existing headers
     add 4662f4f  Convert header objects to strings after invoking client req 
filters
     new 6c15d8f  Merge pull request #373 from andymc12/jaxrs21tckIssues

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/cxf/jaxrs/client/AbstractClient.java    |  4 ++
 .../spec/ClientRequestFilterInterceptor.java       |  8 +++
 .../jaxrs/client/spec/InvocationBuilderImpl.java   | 11 +--
 .../jaxrs/client/spec/ClientRequestFilterTest.java | 80 ++++++++++++++++++++++
 .../client/spec/InvocationBuilderImplTest.java     | 74 ++++++++++++++++++++
 .../cxf/jaxrs/sse/client/SseEventSourceImpl.java   | 15 ++--
 .../jaxrs/sse/client/SseEventSourceImplTest.java   |  4 +-
 .../org/apache/cxf/transport/http/Headers.java     |  8 +--
 .../org/apache/cxf/transport/http/HeadersTest.java | 16 +++++
 9 files changed, 196 insertions(+), 24 deletions(-)
 create mode 100644 
rt/rs/client/src/test/java/org/apache/cxf/jaxrs/client/spec/ClientRequestFilterTest.java
 create mode 100644 
rt/rs/client/src/test/java/org/apache/cxf/jaxrs/client/spec/InvocationBuilderImplTest.java

-- 
To stop receiving notification emails like this one, please contact
amccri...@apache.org.

Reply via email to