[GitHub] [cxf] deki merged pull request #623: CXF-8159: Update to Swagger 2.1.1 / 1.6.0

2020-01-13 Thread GitBox
deki merged pull request #623: CXF-8159: Update to Swagger 2.1.1 / 1.6.0 URL: https://github.com/apache/cxf/pull/623 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [cxf] NaridaL opened a new pull request #624: getBytes uses the platform charset by default.

2020-01-13 Thread GitBox
NaridaL opened a new pull request #624: getBytes uses the platform charset by default. URL: https://github.com/apache/cxf/pull/624 As far as I can see, the only place where the schemas are loaded into the cache is loadSchemasIntoCache, where they are extracted from an XML Document. As

Re: [VOTE] Apache CXF 3.3.5 and 3.2.12

2020-01-13 Thread Andy McCright
+1 - Thanks! On Mon, Jan 13, 2020 at 7:11 AM Colm O hEigeartaigh wrote: > +1. > > Colm. > > On Mon, Jan 13, 2020 at 7:52 AM Francesco Chicchiriccò < > ilgro...@apache.org> > wrote: > > > On 10/01/20 23:29, Daniel Kulp wrote: > > > After a couple of hiccups due to LDAP downtime, I was finally

[GitHub] [cxf] andymc12 commented on a change in pull request #620: CXF-7996: TCK: Resolves FormParam-related failures

2020-01-13 Thread GitBox
andymc12 commented on a change in pull request #620: CXF-7996: TCK: Resolves FormParam-related failures URL: https://github.com/apache/cxf/pull/620#discussion_r365845990 ## File path: rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/JAXRSUtils.java ## @@

Re: [VOTE] Apache CXF 3.3.5 and 3.2.12

2020-01-13 Thread Colm O hEigeartaigh
+1. Colm. On Mon, Jan 13, 2020 at 7:52 AM Francesco Chicchiriccò wrote: > On 10/01/20 23:29, Daniel Kulp wrote: > > After a couple of hiccups due to LDAP downtime, I was finally able to > get the builds staged. These releases are long overdue due to the > holidays. Over 30 JIRA issues

[GitHub] [cxf] andymc12 commented on a change in pull request #619: CXF-8188: Inject into ClientHeadersFactory

2020-01-13 Thread GitBox
andymc12 commented on a change in pull request #619: CXF-8188: Inject into ClientHeadersFactory URL: https://github.com/apache/cxf/pull/619#discussion_r366075124 ## File path: rt/rs/microprofile-client/src/main/java/org/apache/cxf/microprofile/client/cdi/CDIUtils.java ##

[GitHub] [cxf] andymc12 commented on a change in pull request #619: CXF-8188: Inject into ClientHeadersFactory

2020-01-13 Thread GitBox
andymc12 commented on a change in pull request #619: CXF-8188: Inject into ClientHeadersFactory URL: https://github.com/apache/cxf/pull/619#discussion_r36607 ## File path: rt/rs/microprofile-client/src/main/java/org/apache/cxf/microprofile/client/cdi/CDIUtils.java ##

[GitHub] [cxf] andymc12 commented on issue #619: CXF-8188: Inject into ClientHeadersFactory

2020-01-13 Thread GitBox
andymc12 commented on issue #619: CXF-8188: Inject into ClientHeadersFactory URL: https://github.com/apache/cxf/pull/619#issuecomment-573916489 @reta > CDIUtils and CDIFacade: we already use reflection-base BeanManager detection in CDIInterceptorWrapper::createWrapper, it think we

[GitHub] [cxf] reta commented on a change in pull request #620: CXF-7996: TCK: Resolves FormParam-related failures

2020-01-13 Thread GitBox
reta commented on a change in pull request #620: CXF-7996: TCK: Resolves FormParam-related failures URL: https://github.com/apache/cxf/pull/620#discussion_r366102864 ## File path: rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/JAXRSUtils.java ## @@ -1878,4

[GitHub] [cxf] reta commented on issue #619: CXF-8188: Inject into ClientHeadersFactory

2020-01-13 Thread GitBox
reta commented on issue #619: CXF-8188: Inject into ClientHeadersFactory URL: https://github.com/apache/cxf/pull/619#issuecomment-573945176 Thanks @andymc12 , regarding > My latest changes reuse the BeanManager detection logic. I'm not sure if moving the ClientHeadersFactory logic

Re: [VOTE] Apache CXF 3.3.5 and 3.2.12

2020-01-13 Thread Jim Ma
+1 On Sat, Jan 11, 2020 at 6:29 AM Daniel Kulp wrote: > After a couple of hiccups due to LDAP downtime, I was finally able to get > the builds staged. These releases are long overdue due to the > holidays. Over 30 JIRA issues have been fixed. > > > Tags: > Buildutils-3.4.4: > >

[GitHub] [cxf] rmannibucau commented on a change in pull request #619: CXF-8188: Inject into ClientHeadersFactory

2020-01-13 Thread GitBox
rmannibucau commented on a change in pull request #619: CXF-8188: Inject into ClientHeadersFactory URL: https://github.com/apache/cxf/pull/619#discussion_r366161319 ## File path: rt/rs/microprofile-client/src/main/java/org/apache/cxf/microprofile/client/cdi/CDIUtils.java