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

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


    from 2582777  [CXF-7827]a bit revise
     add 1bf8bb9  CXF-7860: Reprocess @FormParam parms so they contain the 
latest data
     new 0c88b66  Merge pull request #453 from andymc12/7860-reprocessFormParams

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:
 .../org/apache/cxf/jaxrs/utils/JAXRSUtils.java     | 123 +++++++++++++--------
 .../FormBehaviorTest.java}                         |  41 +++----
 .../systest/jaxrs/form/FormReaderInterceptor.java  |  52 +++++++++
 .../cxf/systest/jaxrs/form/FormResource.java}      |  32 +++---
 4 files changed, 165 insertions(+), 83 deletions(-)
 copy 
systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/{provider/JAXBProviderTest.java
 => form/FormBehaviorTest.java} (62%)
 create mode 100644 
systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/form/FormReaderInterceptor.java
 copy 
systests/{cdi/cdi-owb/cdi-producers-owb/src/test/java/org/apache/cxf/systest/jaxrs/cdi/BookStoreValidatingFeed.java
 => jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/form/FormResource.java} 
(58%)

Reply via email to