You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by am...@apache.org on 2018/10/09 00:23:53 UTC

[cxf] branch 3.2.x-fixes updated (2582777 -> 0c88b66)

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%)


[cxf] 01/01: Merge pull request #453 from andymc12/7860-reprocessFormParams

Posted by am...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0c88b66fd6322884b1110820ebf2b603ae1f4edc
Merge: 2582777 1bf8bb9
Author: Andy McCright <j....@gmail.com>
AuthorDate: Mon Oct 8 19:23:48 2018 -0500

    Merge pull request #453 from andymc12/7860-reprocessFormParams
    
    CXF-7860: Ensure @FormParam parms are consistent with Form entities

 .../org/apache/cxf/jaxrs/utils/JAXRSUtils.java     | 123 +++++++++++++--------
 .../cxf/systest/jaxrs/form/FormBehaviorTest.java   |  84 ++++++++++++++
 .../systest/jaxrs/form/FormReaderInterceptor.java  |  52 +++++++++
 .../cxf/systest/jaxrs/form/FormResource.java       |  45 ++++++++
 4 files changed, 258 insertions(+), 46 deletions(-)