Sergey Beryozkin created CXF-4884:
-------------------------------------

             Summary: Remove CXF JAX-RS form extension
                 Key: CXF-4884
                 URL: https://issues.apache.org/jira/browse/CXF-4884
             Project: CXF
          Issue Type: Task
            Reporter: Sergey Beryozkin
            Assignee: Sergey Beryozkin
             Fix For: 2.8.0


new javax.ws.rs.core.Form utility class is nearly the same as CXF Form 
extension, the only difference it uses HashMap as a default storage, as opposed 
to LinkedHashMap used by CXF Form - the order of output parameters does not 
matter but for tests or ease of reading javax.ws.rs.core.Form constructor 
accepting a map storage parameter can always be used

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to