[jira] [Created] (CXF-7059) ClientImpl.getBooleanValue() will return null for String values

2016-09-15 Thread Andy McCright (JIRA)
Andy McCright created CXF-7059: -- Summary: ClientImpl.getBooleanValue() will return null for String values Key: CXF-7059 URL: https://issues.apache.org/jira/browse/CXF-7059 Project: CXF Issue Ty

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

2016-10-03 Thread Andy McCright (JIRA)
Andy McCright created CXF-7075: -- Summary: Remove unnecessary string.length() and map.containsKey(...) calls to improve performance Key: CXF-7075 URL: https://issues.apache.org/jira/browse/CXF-7075 Projec

[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-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] [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-11 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15565921#comment-15565921 ] Andy McCright commented on CXF-7075: Hi Sergey, The results from the benchmark are in a

[jira] [Commented] (CXF-7046) java.lang.ArrayIndexOutOfBoundsException: 1 AbstractHTTPDestination.getAuthorizationPolicyFromMessage(AbstractHTTPDestination.java:161)

2016-10-12 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15569271#comment-15569271 ] Andy McCright commented on CXF-7046: It looks like this issue may have been resolved by

[jira] [Commented] (CXF-7041) Observed Memory leak under high traffic condition while using Apache CXF libraries SSL communication

2016-10-12 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15569904#comment-15569904 ] Andy McCright commented on CXF-7041: Would it be possible for you to provide an example

[jira] [Created] (CXF-7121) Need to log a warning when async method returns a non-void type

2016-11-01 Thread Andy McCright (JIRA)
Andy McCright created CXF-7121: -- Summary: Need to log a warning when async method returns a non-void type Key: CXF-7121 URL: https://issues.apache.org/jira/browse/CXF-7121 Project: CXF Issue Ty

[jira] [Created] (CXF-7140) Multiple calls to AsyncResponse.cancel() returns different values

2016-11-16 Thread Andy McCright (JIRA)
Andy McCright created CXF-7140: -- Summary: Multiple calls to AsyncResponse.cancel() returns different values Key: CXF-7140 URL: https://issues.apache.org/jira/browse/CXF-7140 Project: CXF Issue

[jira] [Created] (CXF-7174) NullPointerException when Content-Type is not specified in the http request

2016-12-09 Thread Andy McCright (JIRA)
Andy McCright created CXF-7174: -- Summary: NullPointerException when Content-Type is not specified in the http request Key: CXF-7174 URL: https://issues.apache.org/jira/browse/CXF-7174 Project: CXF

[jira] [Created] (CXF-7262) JAXRS: ClientConfig lost when using templates in the path method

2017-03-01 Thread Andy McCright (JIRA)
Andy McCright created CXF-7262: -- Summary: JAXRS: ClientConfig lost when using templates in the path method Key: CXF-7262 URL: https://issues.apache.org/jira/browse/CXF-7262 Project: CXF Issue T

[jira] [Commented] (CXF-7262) JAXRS: ClientConfig lost when using templates in the path method

2017-03-02 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15892958#comment-15892958 ] Andy McCright commented on CXF-7262: Good catch Sergey! I missed the scenario where the

[jira] [Comment Edited] (CXF-7262) JAXRS: ClientConfig lost when using templates in the path method

2017-03-02 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15892958#comment-15892958 ] Andy McCright edited comment on CXF-7262 at 3/2/17 8:54 PM: Good

[jira] [Commented] (CXF-7262) JAXRS: ClientConfig lost when using templates in the path method

2017-03-06 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15897587#comment-15897587 ] Andy McCright commented on CXF-7262: Thanks Sergey, and sorry for the extra work. I hav

[jira] [Commented] (CXF-7339) NPE in org.apache.cxf.common.util.CacheMap.remove

2017-04-19 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15974955#comment-15974955 ] Andy McCright commented on CXF-7339: Hi Alessio, This is a legitimate bug, but instead

[jira] [Created] (CXF-7349) NPE in ClassLoaderUtils

2017-04-27 Thread Andy McCright (JIRA)
Andy McCright created CXF-7349: -- Summary: NPE in ClassLoaderUtils Key: CXF-7349 URL: https://issues.apache.org/jira/browse/CXF-7349 Project: CXF Issue Type: Bug Components: Core Af

[jira] [Resolved] (CXF-7926) MicroProfile Rest Client 1.2

2019-01-23 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-7926. Resolution: Fixed > MicroProfile Rest Client 1.2 > > > K

[jira] [Commented] (CXF-7978) Support for Microprofile Rest client 1.2.1

2019-02-20 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16773370#comment-16773370 ] Andy McCright commented on CXF-7978: Hi Ivan,   CXF 3.3.0 supports MP Rest Client 1.2

[jira] [Created] (CXF-7992) MP Rest Client leaks async interceptors

2019-03-08 Thread Andy McCright (JIRA)
Andy McCright created CXF-7992: -- Summary: MP Rest Client leaks async interceptors Key: CXF-7992 URL: https://issues.apache.org/jira/browse/CXF-7992 Project: CXF Issue Type: Bug Compone

[jira] [Commented] (CXF-7992) MP Rest Client leaks async interceptors

2019-03-08 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788370#comment-16788370 ] Andy McCright commented on CXF-7992: Resolving with  https://github.com/apache/cxf/comm

[jira] [Resolved] (CXF-7992) MP Rest Client leaks async interceptors

2019-03-11 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-7992. Resolution: Fixed Fix Version/s: 3.3.2 > MP Rest Client leaks async interceptors > ---

[jira] [Created] (CXF-8033) MicroProfile Rest Client 1.3 implementation

2019-05-02 Thread Andy McCright (JIRA)
Andy McCright created CXF-8033: -- Summary: MicroProfile Rest Client 1.3 implementation Key: CXF-8033 URL: https://issues.apache.org/jira/browse/CXF-8033 Project: CXF Issue Type: New Feature

[jira] [Created] (CXF-8080) MP Rest Client CompletionStages from async methods are never completed

2019-07-29 Thread Andy McCright (JIRA)
Andy McCright created CXF-8080: -- Summary: MP Rest Client CompletionStages from async methods are never completed Key: CXF-8080 URL: https://issues.apache.org/jira/browse/CXF-8080 Project: CXF I

[jira] [Resolved] (CXF-8080) MP Rest Client CompletionStages from async methods are never completed

2019-07-30 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-8080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-8080. Resolution: Fixed > MP Rest Client CompletionStages from async methods are never completed >

[jira] [Commented] (CXF-7996) Jakarta EE TCKs and compatibility

2020-01-04 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-7996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17008170#comment-17008170 ] Andy McCright commented on CXF-7996: OpenLiberty has passed the Jakarta JAX-RS TCK (usi

[jira] [Created] (CXF-8188) MP Rest Client 2.0: Inject into ClientHeadersFactory

2020-01-04 Thread Andy McCright (Jira)
Andy McCright created CXF-8188: -- Summary: MP Rest Client 2.0: Inject into ClientHeadersFactory Key: CXF-8188 URL: https://issues.apache.org/jira/browse/CXF-8188 Project: CXF Issue Type: New Feat

[jira] [Commented] (CXF-7996) Jakarta EE TCKs and compatibility

2020-01-05 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-7996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17008461#comment-17008461 ] Andy McCright commented on CXF-7996: I recognize some of those failures.  I'll plan to

[jira] [Updated] (CXF-8188) MP Rest Client 1.4: Inject into ClientHeadersFactory

2020-01-16 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright updated CXF-8188: --- Summary: MP Rest Client 1.4: Inject into ClientHeadersFactory (was: MP Rest Client 2.0: Inject into Cl

[jira] [Created] (CXF-8194) MicroProfile Rest Client 1.4 Implementation

2020-01-16 Thread Andy McCright (Jira)
Andy McCright created CXF-8194: -- Summary: MicroProfile Rest Client 1.4 Implementation Key: CXF-8194 URL: https://issues.apache.org/jira/browse/CXF-8194 Project: CXF Issue Type: New Feature

[jira] [Resolved] (CXF-8188) MP Rest Client 1.4: Inject into ClientHeadersFactory

2020-01-23 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-8188. Fix Version/s: 3.4.0 Resolution: Fixed > MP Rest Client 1.4: Inject into ClientHeadersFactory

[jira] [Commented] (CXF-8188) MP Rest Client 1.4: Inject into ClientHeadersFactory

2020-02-11 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17034908#comment-17034908 ] Andy McCright commented on CXF-8188: [~coheigea], sorry I missed this earlier, but yes,

[jira] [Resolved] (CXF-8194) MicroProfile Rest Client 1.4 Implementation

2020-02-11 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-8194. Resolution: Fixed > MicroProfile Rest Client 1.4 Implementation > ---

[jira] [Created] (CXF-8262) Implement MicroProfile Rest Client 2.0

2020-04-17 Thread Andy McCright (Jira)
Andy McCright created CXF-8262: -- Summary: Implement MicroProfile Rest Client 2.0 Key: CXF-8262 URL: https://issues.apache.org/jira/browse/CXF-8262 Project: CXF Issue Type: New Feature

[jira] [Created] (CXF-8263) Support Server Sent Events in MP Rest Client

2020-04-17 Thread Andy McCright (Jira)
Andy McCright created CXF-8263: -- Summary: Support Server Sent Events in MP Rest Client Key: CXF-8263 URL: https://issues.apache.org/jira/browse/CXF-8263 Project: CXF Issue Type: Sub-task

[jira] [Resolved] (CXF-8263) Support Server Sent Events in MP Rest Client

2020-05-28 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-8263. Resolution: Fixed > Support Server Sent Events in MP Rest Client > --

[jira] [Created] (CXF-8294) MP Rest Client 2.0: Add spec-defined proxy server support

2020-06-04 Thread Andy McCright (Jira)
Andy McCright created CXF-8294: -- Summary: MP Rest Client 2.0: Add spec-defined proxy server support Key: CXF-8294 URL: https://issues.apache.org/jira/browse/CXF-8294 Project: CXF Issue Type: Sub

[jira] [Created] (CXF-8295) MP Rest Client 2.0: Spec-defined followRedirect

2020-06-04 Thread Andy McCright (Jira)
Andy McCright created CXF-8295: -- Summary: MP Rest Client 2.0: Spec-defined followRedirect Key: CXF-8295 URL: https://issues.apache.org/jira/browse/CXF-8295 Project: CXF Issue Type: Sub-task

[jira] [Created] (CXF-8299) MP Rest Client 2.0: Handle different Query Parameter types

2020-06-08 Thread Andy McCright (Jira)
Andy McCright created CXF-8299: -- Summary: MP Rest Client 2.0: Handle different Query Parameter types Key: CXF-8299 URL: https://issues.apache.org/jira/browse/CXF-8299 Project: CXF Issue Type: Su

[jira] [Resolved] (CXF-8294) MP Rest Client 2.0: Add spec-defined proxy server support

2020-06-08 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-8294. Resolution: Fixed > MP Rest Client 2.0: Add spec-defined proxy server support > -

[jira] [Resolved] (CXF-8295) MP Rest Client 2.0: Spec-defined followRedirect

2020-06-08 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-8295. Resolution: Fixed > MP Rest Client 2.0: Spec-defined followRedirect > ---

[jira] [Commented] (CXF-8075) Plan for CXF 3.4.0 release

2020-06-10 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17132859#comment-17132859 ] Andy McCright commented on CXF-8075: Just FYI - The plans for JAX-RS 2.2 have changed.

[jira] [Comment Edited] (CXF-8075) Plan for CXF 3.4.0 release

2020-06-10 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17132859#comment-17132859 ] Andy McCright edited comment on CXF-8075 at 6/11/20, 2:53 AM: --

[jira] [Created] (CXF-8304) MP Rest Client 2.0: Use CDI-managed providers

2020-06-15 Thread Andy McCright (Jira)
Andy McCright created CXF-8304: -- Summary: MP Rest Client 2.0: Use CDI-managed providers Key: CXF-8304 URL: https://issues.apache.org/jira/browse/CXF-8304 Project: CXF Issue Type: Sub-task

[jira] [Resolved] (CXF-8299) MP Rest Client 2.0: Handle different Query Parameter types

2020-06-17 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-8299. Resolution: Fixed > MP Rest Client 2.0: Handle different Query Parameter types >

[jira] [Resolved] (CXF-8304) MP Rest Client 2.0: Use CDI-managed providers

2020-06-17 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-8304. Resolution: Fixed > MP Rest Client 2.0: Use CDI-managed providers > -

[jira] [Resolved] (CXF-8262) Implement MicroProfile Rest Client 2.0

2020-06-17 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-8262. Resolution: Fixed > Implement MicroProfile Rest Client 2.0 > -- >

[jira] [Commented] (CXF-8262) Implement MicroProfile Rest Client 2.0

2020-06-17 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17138971#comment-17138971 ] Andy McCright commented on CXF-8262: [~coheigea] - Sorry for not responding earlier - t

[jira] [Created] (CXF-8345) Improve Performance by avoiding MessageImpl resizing

2020-09-22 Thread Andy McCright (Jira)
Andy McCright created CXF-8345: -- Summary: Improve Performance by avoiding MessageImpl resizing Key: CXF-8345 URL: https://issues.apache.org/jira/browse/CXF-8345 Project: CXF Issue Type: Improvem

[jira] [Created] (CXF-8346) JAX-RS TCK: Resolve test cases where empty entities are checked

2020-09-22 Thread Andy McCright (Jira)
Andy McCright created CXF-8346: -- Summary: JAX-RS TCK: Resolve test cases where empty entities are checked Key: CXF-8346 URL: https://issues.apache.org/jira/browse/CXF-8346 Project: CXF Issue Ty

[jira] [Created] (CXF-8347) URL/URI Handling issues

2020-09-22 Thread Andy McCright (Jira)
Andy McCright created CXF-8347: -- Summary: URL/URI Handling issues Key: CXF-8347 URL: https://issues.apache.org/jira/browse/CXF-8347 Project: CXF Issue Type: Bug Affects Versions: 3.4.0

[jira] [Commented] (CXF-8347) URL/URI Handling issues

2020-09-22 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17200396#comment-17200396 ] Andy McCright commented on CXF-8347: also TCK test com/sun/ts/tests/jaxrs/servlet3/rs/

[jira] [Resolved] (CXF-8345) Improve Performance by avoiding MessageImpl resizing

2020-09-23 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-8345. Fix Version/s: 3.4.1 Resolution: Fixed > Improve Performance by avoiding MessageImpl resizing

[jira] [Resolved] (CXF-8346) JAX-RS TCK: Resolve test cases where empty entities are checked

2020-09-24 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-8346. Fix Version/s: 3.4.1 Resolution: Fixed > JAX-RS TCK: Resolve test cases where empty entities a

[jira] [Created] (CXF-8353) MediaTypeProviderFactory not handling all invalid media types

2020-10-06 Thread Andy McCright (Jira)
Andy McCright created CXF-8353: -- Summary: MediaTypeProviderFactory not handling all invalid media types Key: CXF-8353 URL: https://issues.apache.org/jira/browse/CXF-8353 Project: CXF Issue Type

[jira] [Updated] (CXF-8353) MediaTypeHeaderProvider not handling all invalid media types

2020-10-06 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright updated CXF-8353: --- Summary: MediaTypeHeaderProvider not handling all invalid media types (was: MediaTypeProviderFactory n

[jira] [Commented] (CXF-8401) "tried to access protected method" exception after updating Java 14 to 15

2021-01-07 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17260822#comment-17260822 ] Andy McCright commented on CXF-8401: [~reta] This looks like the same issue we ran into

[jira] [Commented] (CXF-8408) Response.getLocation() returns null after update from CXF 3.3.6 to 3.4.1

2021-01-12 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17263459#comment-17263459 ] Andy McCright commented on CXF-8408: Hi [~hohwille], [~reta], The 3.3.6 behavior was w

[jira] [Created] (CXF-8427) Response exception mappers not invoked on MP async methods

2021-02-21 Thread Andy McCright (Jira)
Andy McCright created CXF-8427: -- Summary: Response exception mappers not invoked on MP async methods Key: CXF-8427 URL: https://issues.apache.org/jira/browse/CXF-8427 Project: CXF Issue Type: Bu

[jira] [Commented] (CXF-8427) Response exception mappers not invoked on MP async methods

2021-02-21 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288156#comment-17288156 ] Andy McCright commented on CXF-8427: Resolved with commit 01106a1171fd53c5077cbae74143e

[jira] [Resolved] (CXF-8427) Response exception mappers not invoked on MP async methods

2021-02-21 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-8427. Resolution: Fixed > Response exception mappers not invoked on MP async methods >

[jira] [Assigned] (CXF-8462) jaxrs.ee.rs.beanparam.form.plain formParamEntityWithEncodedTest

2021-04-16 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright reassigned CXF-8462: -- Assignee: Andy McCright > jaxrs.ee.rs.beanparam.form.plain formParamEntityWithEncodedTest > ---

[jira] [Resolved] (CXF-8462) jaxrs.ee.rs.beanparam.form.plain formParamEntityWithEncodedTest

2021-04-16 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-8462. Fix Version/s: 3.5.0 Resolution: Fixed Should be resolved by https://github.com/apache/cxf/pul

[jira] [Resolved] (CXF-8461) jaxrs.ee.rs.beanparam.form.plain formFieldParamEntityWithEncodedTest

2021-04-16 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-8461. Fix Version/s: 3.5.0 Resolution: Fixed Should be resolved by https://github.com/apache/cxf/pul

[jira] [Assigned] (CXF-8461) jaxrs.ee.rs.beanparam.form.plain formFieldParamEntityWithEncodedTest

2021-04-16 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright reassigned CXF-8461: -- Assignee: Andy McCright > jaxrs.ee.rs.beanparam.form.plain formFieldParamEntityWithEncodedTest

[jira] [Updated] (CXF-8461) jaxrs.ee.rs.beanparam.form.plain formFieldParamEntityWithEncodedTest

2021-04-16 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright updated CXF-8461: --- Fix Version/s: 3.4.4 > jaxrs.ee.rs.beanparam.form.plain formFieldParamEntityWithEncodedTest >

[jira] [Updated] (CXF-8462) jaxrs.ee.rs.beanparam.form.plain formParamEntityWithEncodedTest

2021-04-16 Thread Andy McCright (Jira)
[ https://issues.apache.org/jira/browse/CXF-8462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright updated CXF-8462: --- Fix Version/s: 3.4.4 > jaxrs.ee.rs.beanparam.form.plain formParamEntityWithEncodedTest > -

[jira] [Commented] (CXF-7349) NPE in ClassLoaderUtils

2017-06-12 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16046616#comment-16046616 ] Andy McCright commented on CXF-7349: Merged to master and 3.1.x-fixes > NPE in ClassLoa

[jira] [Resolved] (CXF-7349) NPE in ClassLoaderUtils

2017-06-12 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-7349. Resolution: Fixed > NPE in ClassLoaderUtils > --- > > Key: CXF-734

[jira] [Created] (CXF-7447) Java 2 security issues

2017-07-17 Thread Andy McCright (JIRA)
Andy McCright created CXF-7447: -- Summary: Java 2 security issues Key: CXF-7447 URL: https://issues.apache.org/jira/browse/CXF-7447 Project: CXF Issue Type: Bug Components: JAX-RS

[jira] [Created] (CXF-7448) Enable use of reflection in JAX-RS client by default

2017-07-17 Thread Andy McCright (JIRA)
Andy McCright created CXF-7448: -- Summary: Enable use of reflection in JAX-RS client by default Key: CXF-7448 URL: https://issues.apache.org/jira/browse/CXF-7448 Project: CXF Issue Type: Improvem

[jira] [Created] (CXF-7462) OutboundSseEventImpl could use some minor tweaks

2017-08-01 Thread Andy McCright (JIRA)
Andy McCright created CXF-7462: -- Summary: OutboundSseEventImpl could use some minor tweaks Key: CXF-7462 URL: https://issues.apache.org/jira/browse/CXF-7462 Project: CXF Issue Type: Improvement

[jira] [Resolved] (CXF-7448) Enable use of reflection in JAX-RS client by default

2017-08-25 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-7448. Resolution: Fixed > Enable use of reflection in JAX-RS client by default > ---

[jira] [Closed] (CXF-7448) Enable use of reflection in JAX-RS client by default

2017-08-25 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright closed CXF-7448. -- > Enable use of reflection in JAX-RS client by default >

[jira] [Created] (CXF-7537) Java 2 security failures - doPrivs needed to run with Java 2 security mgr

2017-10-23 Thread Andy McCright (JIRA)
Andy McCright created CXF-7537: -- Summary: Java 2 security failures - doPrivs needed to run with Java 2 security mgr Key: CXF-7537 URL: https://issues.apache.org/jira/browse/CXF-7537 Project: CXF

[jira] [Created] (CXF-7553) selectVariant doesn't take into account quality factors in Accept header

2017-11-08 Thread Andy McCright (JIRA)
Andy McCright created CXF-7553: -- Summary: selectVariant doesn't take into account quality factors in Accept header Key: CXF-7553 URL: https://issues.apache.org/jira/browse/CXF-7553 Project: CXF

[jira] [Assigned] (CXF-7553) selectVariant doesn't take into account quality factors in Accept header

2017-11-09 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright reassigned CXF-7553: -- Assignee: Andy McCright > selectVariant doesn't take into account quality factors in Accept heade

[jira] [Commented] (CXF-7527) JAXRS UriInfo.getMatchedUris does return matched URIs twice for sub resources

2017-11-09 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16246524#comment-16246524 ] Andy McCright commented on CXF-7527: Hi [~sergey_beryozkin], this looks like a bug to me

[jira] [Commented] (CXF-7527) JAXRS UriInfo.getMatchedUris does return matched URIs twice for sub resources

2017-11-14 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16251652#comment-16251652 ] Andy McCright commented on CXF-7527: [~nlenoire] I merged the changes in PR [https://gi

[jira] [Resolved] (CXF-7553) selectVariant doesn't take into account quality factors in Accept header

2017-11-14 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-7553. Resolution: Fixed > selectVariant doesn't take into account quality factors in Accept header > ---

[jira] [Resolved] (CXF-7527) JAXRS UriInfo.getMatchedUris does return matched URIs twice for sub resources

2017-11-27 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-7527. Resolution: Fixed Assignee: Andy McCright Fix Version/s: 3.2.2 3.1.1

[jira] [Created] (CXF-7604) Change to "Error occurred during error handling, give up!" message

2018-01-05 Thread Andy McCright (JIRA)
Andy McCright created CXF-7604: -- Summary: Change to "Error occurred during error handling, give up!" message Key: CXF-7604 URL: https://issues.apache.org/jira/browse/CXF-7604 Project: CXF Issue

[jira] [Assigned] (CXF-7604) Change to "Error occurred during error handling, give up!" message

2018-01-08 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright reassigned CXF-7604: -- Assignee: Andy McCright > Change to "Error occurred during error handling, give up!" message > --

[jira] [Resolved] (CXF-7604) Change to "Error occurred during error handling, give up!" message

2018-01-08 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-7604. Resolution: Fixed Fix Version/s: 3.2.2 3.1.15 > Change to "Error occurred du

[jira] [Created] (CXF-7625) JAX-RS 2.1 TCK: UriBuilder doesn't handle case where "port" is not an integer

2018-01-25 Thread Andy McCright (JIRA)
Andy McCright created CXF-7625: -- Summary: JAX-RS 2.1 TCK: UriBuilder doesn't handle case where "port" is not an integer Key: CXF-7625 URL: https://issues.apache.org/jira/browse/CXF-7625 Project: CXF

[jira] [Resolved] (CXF-7625) JAX-RS 2.1 TCK: UriBuilder doesn't handle case where "port" is not an integer

2018-01-31 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-7625. Resolution: Fixed Fix Version/s: 3.2.2 > JAX-RS 2.1 TCK: UriBuilder doesn't handle case where "

[jira] [Created] (CXF-7638) JAXRS CTS/TCK issue: register(...) should ignore components when invalid contracts are passed in

2018-02-07 Thread Andy McCright (JIRA)
Andy McCright created CXF-7638: -- Summary: JAXRS CTS/TCK issue: register(...) should ignore components when invalid contracts are passed in Key: CXF-7638 URL: https://issues.apache.org/jira/browse/CXF-7638

[jira] [Commented] (CXF-7638) JAXRS CTS/TCK issue: register(...) should ignore components when invalid contracts are passed in

2018-02-08 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16357472#comment-16357472 ] Andy McCright commented on CXF-7638: A secondary but related issue is that the isEnabled

[jira] [Commented] (CXF-7638) JAXRS CTS/TCK issue: register(...) should ignore components when invalid contracts are passed in

2018-02-12 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16361203#comment-16361203 ] Andy McCright commented on CXF-7638: [~johndament] My understanding for that case (regis

[jira] [Resolved] (CXF-7639) Support Servlet 4.0 API in OSGI manifest

2018-02-12 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-7639. Resolution: Fixed Assignee: Andy McCright Fix Version/s: 3.2.3 > Support Servlet 4.0 A

[jira] [Resolved] (CXF-7638) JAXRS CTS/TCK issue: register(...) should ignore components when invalid contracts are passed in

2018-02-12 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-7638. Resolution: Fixed > JAXRS CTS/TCK issue: register(...) should ignore components when invalid > contr

[jira] [Created] (CXF-7644) TCK/CTS: JAX-RS async client requests should invoke interceptor chain on separate thread

2018-02-13 Thread Andy McCright (JIRA)
Andy McCright created CXF-7644: -- Summary: TCK/CTS: JAX-RS async client requests should invoke interceptor chain on separate thread Key: CXF-7644 URL: https://issues.apache.org/jira/browse/CXF-7644 Projec

[jira] [Commented] (CXF-7644) TCK/CTS: JAX-RS async client requests should invoke interceptor chain on separate thread

2018-02-13 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16363185#comment-16363185 ] Andy McCright commented on CXF-7644: Thanks [~sergey_beryozkin] - that is what I'm think

[jira] [Assigned] (CXF-7673) Implement MicroProfile Rest Client 1.1

2018-03-23 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright reassigned CXF-7673: -- Assignee: Andy McCright > Implement MicroProfile Rest Client 1.1 > --

[jira] [Commented] (CXF-7713) CLONE - JAXRS CTS/TCK issue: register(...) should ignore components when invalid contracts are passed in

2018-04-25 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16453124#comment-16453124 ] Andy McCright commented on CXF-7713: The patch looks good to me.  I'll merge it, since I

[jira] [Commented] (CXF-7713) CLONE - JAXRS CTS/TCK issue: register(...) should ignore components when invalid contracts are passed in

2018-04-25 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16453151#comment-16453151 ] Andy McCright commented on CXF-7713: Merged - thanks again! > CLONE - JAXRS CTS/TCK iss

[jira] [Resolved] (CXF-7713) CLONE - JAXRS CTS/TCK issue: register(...) should ignore components when invalid contracts are passed in

2018-04-25 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-7713. Resolution: Fixed > CLONE - JAXRS CTS/TCK issue: register(...) should ignore components when > inval

[jira] [Resolved] (CXF-7673) Implement MicroProfile Rest Client 1.1

2018-08-01 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright resolved CXF-7673. Resolution: Fixed > Implement MicroProfile Rest Client 1.1 > -- >

[jira] [Updated] (CXF-7673) Implement MicroProfile Rest Client 1.1

2018-08-01 Thread Andy McCright (JIRA)
[ https://issues.apache.org/jira/browse/CXF-7673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy McCright updated CXF-7673: --- Fix Version/s: 3.3.0 3.2.6 Component/s: JAX-RS > Implement MicroProfile Rest C

[jira] [Created] (CXF-7860) JAX-RS @FormParam parameters are not updated when form content is modified

2018-10-02 Thread Andy McCright (JIRA)
Andy McCright created CXF-7860: -- Summary: JAX-RS @FormParam parameters are not updated when form content is modified Key: CXF-7860 URL: https://issues.apache.org/jira/browse/CXF-7860 Project: CXF

  1   2   >