[jira] [Commented] (CXF-7057) CXF JAXRSClientFactoryBean proxy async support

2016-10-05 Thread Neal Hu (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15550775#comment-15550775 ] Neal Hu commented on CXF-7057: -- I patched dubbo javassist proxy to support none service bean

[jira] [Commented] (CXF-7075) Remove unnecessary string.length() and map.containsKey(...) calls to improve performance

2016-10-05 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15550211#comment-15550211 ] Sergey Beryozkin commented on CXF-7075: --- Hi Andy, thanks for all the analysis, interes

[jira] [Commented] (CXF-7075) Remove unnecessary string.length() and map.containsKey(...) calls to improve performance

2016-10-05 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15549928#comment-15549928 ] Andy McCright commented on CXF-7075: Interestingly, when I bump up the TIMES_TO_RUN from

[jira] [Commented] (CXF-7075) Remove unnecessary string.length() and map.containsKey(...) calls to improve performance

2016-10-05 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15549691#comment-15549691 ] Andy McCright commented on CXF-7075: Hi Sergey, Thanks for the commits. I did some mor

[jira] [Updated] (CXF-7075) Remove unnecessary string.length() and map.containsKey(...) calls to improve performance

2016-10-05 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright updated CXF-7075: --- Attachment: JAXRSUtils-parseMediaType-perfTest.zip Here is the performance test case I used. The test j

[jira] [Commented] (CXF-5754) JMSConduit - temporary queue not beeing closed if relpyMessage is null (timeout)

2016-10-05 Thread ARSLAN ALI (JIRA)
[ https://issues.apache.org/jira/browse/CXF-5754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15549013#comment-15549013 ] ARSLAN ALI commented on CXF-5754: - on the same issue we are using cxf 3.0.5 and once TIBCO r

[jira] [Commented] (CXF-7071) HttpServletRequest.getParameter only get String from query not both posted form data

2016-10-05 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15548574#comment-15548574 ] Sergey Beryozkin commented on CXF-7071: --- I'm not sure what you mean that the root caus

[jira] [Commented] (CXF-7075) Remove unnecessary string.length() and map.containsKey(...) calls to improve performance

2016-10-05 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15548272#comment-15548272 ] Sergey Beryozkin commented on CXF-7075: --- Hi, thanks for this patch, I've applied most