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

reta pushed a change to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from fe990b1  CXF-8587: Don't check the validation flag and get the schema 
on every iteration for SoapHeader. (#839)
     new 892f66d  CXF-8578: Bridge methods for covariant return types cannot be 
invoked on client proxies (#842)
     new 6c7bfa7  Recording .gitmergeinfo Changes

The 2 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:
 .gitmergeinfo                                      |   7 ++
 .../org/apache/cxf/jaxrs/utils/ResourceUtils.java  |  22 ++++-
 .../apache/cxf/jaxrs/utils/ResourceUtilsTest.java  | 104 +++++++++++++++++++++
 .../jaxrs/client/JAXRSClientFactoryBeanTest.java   |  16 ++++
 .../org/apache/cxf/jaxrs/resources/SuperBook.java  |   0
 .../{BookStore.java => SuperBookStore.java}        |  13 +--
 6 files changed, 149 insertions(+), 13 deletions(-)
 copy rt/rs/{extensions/providers => 
client}/src/test/java/org/apache/cxf/jaxrs/resources/SuperBook.java (100%)
 copy rt/rs/client/src/test/java/org/apache/cxf/jaxrs/resources/{BookStore.java 
=> SuperBookStore.java} (86%)

Reply via email to