Re: How to setup multiple JAXRS server endpoints

2023-07-11 Thread Andriy Redko
e distribution of CXF JPU> (I am using v3.5.6) nothing special seems to be configured to activate this? JPU> Do you have any idea how the SwaggerUiService is picked up when loading? JPU> J.P. JPU> -Original Message- JPU> From: Andriy Redko JPU> Sent: dinsdag 11

Re: How to setup multiple JAXRS server endpoints

2023-07-11 Thread Andriy Redko
ogger), and also reload4j (aka log4j), why do you need both? Thank you. Best Regards, Andriy Redko JPU> After some code investigation: JPU> OpenApiFeature implements SwaggerUiSupport and in its JPU> portable#registerSwaggerUiResources(…) method it will call JPU> SwaggerUiSup

Re: How to setup multiple JAXRS server endpoints

2023-07-12 Thread Andriy Redko
stead: @Parameter(description="The description I want for prop1") Thank you. Best Regards, Andriy Redko > Hi Andriy, > After having migrated everything to "io.swagger.v3.oas.annotations.*" the > swagger endpoints for each of my services became active. > So far so

Re: How to setup multiple JAXRS server endpoints

2023-07-13 Thread Andriy Redko
7:11 JPU> To: 'Andriy Redko' ; 'dev@cxf.apache.org' JPU> JPU> Subject: RE: How to setup multiple JAXRS server endpoints JPU> Yes, SwaggerUI works too! JPU> I noticed that v2.x of swagger-jaxrs relates to OpenApi v3.1.x while my spec JPU> is compliant with OpenApi

Re: Request mapping warnings

2023-07-24 Thread Andriy Redko
basePackages property to get rid of the issue. Thanks! Best Regards, Andriy Redko JPU> No, I am not using SpringBoot in any way. JPU> Regards, JPU> J.P. JPU> *From:* Andrey Redko JPU> *Sent:* donderdag 20 juli 2023 15:24 JPU> *To:* Jean Pierre URKENS JPU> *

Re: Releases next week...

2023-09-10 Thread Andriy Redko
d later on. Thank you.   [1] https://issues.apache.org/jira/browse/CXF-8817      Best Regards,     Andriy Redko  Friday, September 8, 2023, 8:31:57 AM, you wrote: > I’ve started a vote in WebServices to release a new version of XmlSchema > which should address CXF-8924.  Once that comple

Re: [VOTE] CXF 4.0.3/3.6.2/3.5.7

2023-09-13 Thread Andriy Redko
+1, for sure, thanks Dan!   Best Regards,     Andriy Redko     > It’s been three months since the last releases so definitely time to get more > fixes out there.    > Staging areas: > https://repository.apache.org/content/repositories/orgapachecxf-1192/ > https://repository.apa

Re: CXF JAX-RS client: setting content-type for a specific method in outgoing request

2023-09-19 Thread Andriy Redko
I hope it answers your question, thank you.   Best Regards,     Andriy Redko  > Hi Andriy, > The 'ugly' solution I have is to pass the (url endocded) FORM data as a > string to my interface method, which is then written to the body content. > E.g.: >         //01.C

Re: Deprecate jaxws21 frontend in wsdl2java

2023-10-11 Thread Andriy Redko
Hi Jim, I think we should remove it for 4.x release line, looks to be a leftover from Jakarta migration, we won't be able to support it anyway I believe.   Thank you.   Best Regards,     Andriy Redko  > Hi all, > When the "-frontend jaxws21" is passed to wsdl2java tool,

Re: Apache CXF Vulnerabilities

2023-10-16 Thread Andriy Redko
on at the time of the release but there are no dates yet (tentatively, end of the year). Thank you. Best Regards, Andriy Redko > Hi Team, > In our product, we are using Apache CXF Runtime WS Security > (cxf-rt-ws-security) v3.5.5. > It having transitive dependency on Guava. Me

Re: JDK 21 Is Now GA, a New VS Code Extension, and an Annotation Processing Heads-up

2023-10-21 Thread Andriy Redko
Greetings David, Thanks a lot for the updates! As per your request, on behalf of Apache CXF project I would like to  confirm that JDK-21 is already fully supported. Thank you!   Best Regards,     Andriy Redko  > Greetings! > JDK 21 has been released (General Availability) on September 1

Re: Question on WS-Addressing Licensing

2023-11-07 Thread Andriy Redko
their IP team to find out more information? (TLDR; the licenses were reviewed and approved by IP Team). @Dan do you have any insights? Thank you. [1] https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/2369 Best Regards, Andriy Redko KK> Hi all! KK> We are currently w

Re: Apache CXF JAXRS Logging questions

2023-11-10 Thread Andriy Redko
t to endpoint). [1] https://logging.apache.org/log4j/2.x/manual/configuration.html Thank you. Best Regards, Andriy Redko JPU> Apache CXF JAXRS Logging questions JPU> Hi Andriy, JPU> When sending a multipart/form-data request to a service endpoint I see the JPU> following i

Re: Apache CXF JAXRS Logging questions

2023-11-12 Thread Andriy Redko
, this is why it is logged as suppressed (binary boundary content is not logged, as per AbstractLoggingInterceptor::stripBinaryParts). Hope it helps, thank you. Best Regards, Andriy Redko > Hi Andriy, > When sending a multipart/form-data request to a service endpoint I see the > fol

Re: Apache CXF JAXRS Logging questions

2023-11-13 Thread Andriy Redko
Hi Jean, Thanks a lot for the update, I think it is a viable option for your context, thank you. Best Regards, Andriy Redko JPU> Hi Andriy, JPU> I couldn't get filtering to work correctly since I didn't know the correct JPU> name of the Logger category within which the

Re: Apache CXF JAXRS Logging questions

2023-11-15 Thread Andriy Redko
.build() (I would assume Dossier.toCSV(dossiers) returns a String). Thank you. Best Regards, Andriy Redko JPU> Hi Andriy, JPU> Currently I create the attachment like: JPU> ContentDisposition cd = new JPU> ContentDisposition("form-data;

Re: Question on WS-Addressing Licensing

2023-11-20 Thread Andriy Redko
Hi Karsten, I've just got the response from Eclipse folks, check [1] please, thank you. [1] https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/2369#note_1391368 Best Regards, Andriy Redko KK> Hi Andriy, KK> any news? We require a response on the given question.

Re: Apache CXF Netty Integration, URI not encoded

2023-12-01 Thread Andriy Redko
/issues/ Best Regards, Andriy Redko > Hi, > We encountered an issue when using Apache CXF with Netty. It seems that URI > encoding of pathes, e.g. containing whitespaces doesn’t work. > We suspect org.apache.cxf.transport.http.netty.client.NettyHttpClientRequest > line 57 to

Re: Apache CXF Netty Integration, URI not encoded

2023-12-01 Thread Andriy Redko
/issues/   Best Regards,     Andriy Redko > Hi, > We encountered an issue when using Apache CXF with Netty. It seems that URI > encoding of pathes, e.g. containing whitespaces doesn’t work. > We suspect org.apache.cxf.transport.http.netty.client.NettyHttpClientRequest > line 57 to

Re: Apache CXF Netty Integration, URI not encoded

2023-12-04 Thread Andriy Redko
Hi Jochen, Sincere apologies, the request somehow slipped past our attention, I found and approved it, thank you. Best Regards, Andriy Redko WJ> Hi Andriy, WJ> Thanks for the confirmation, Unfortunately, I already requested access to the JIRA, however, it is still pending for joche

Re: Apache CXF Netty Integration, URI not encoded

2023-12-04 Thread Andriy Redko
Hi Jochen, Please feel free to submit the pull request, that would be  much appreciated, thank you.   Best Regards,     Andriy Redko  > Hi Andriy, > Thanks a lot, I was able to create a jria item > https://issues.apache.org/jira/browse/CXF-8965 > Should I also checkin the fix? Or

Re: Apache CXF Netty Integration, URI not encoded

2023-12-05 Thread Andriy Redko
Hi Jochen, Thanks a lot for the contribution, we (maintainers) will take care of backporting once merged, thank you! Best Regards, Andriy Redko WJ> Hi Andriy, WJ> I did it WJ> https://github.com/apache/cxf/pull/1552 WJ> Can you please review and merge it? How does the downpo

Re: Plans for release 4.0.4?

2024-02-12 Thread Andriy Redko
Hi Peter, Thanks a lot for reminding, I belive we are long overdue on that, @Dan, @Colm may need your help please preparing the next release train (or any objection folks)? Thank you!   Best Regards,     Andriy Redko  > Hi, > we are preparing Quarkus CXF to release it for Quarkus 3.8 wh

Re: Plans for release 4.0.4?

2024-02-13 Thread Andriy Redko
Hi Colm, I think it would be good to have a release soon-ish, but by and large, I don't think we have hard deadline for it, please feel free to proceed as per your judgement. Thank you.   Best Regards,     Andriy Redko  > Sorry it turns out I'll need to get Santuario 3.0.4 ou

Re: Plans for release 4.0.4?

2024-02-19 Thread Andriy Redko
Thanks a lot, Colm!   > I've called a vote on Santuario today, so I'll try to release and get > a WSS4J vote started by end of week. > Colm. > On Tue, Feb 13, 2024 at 11:09 PM Andriy Redko wrote: >> Hi Colm, >> I think it would be good to have a release soon-

Re: Plans for release 4.0.4?

2024-02-28 Thread Andriy Redko
+1, thanks Freeman! Folks, I will be off till next Friday (March, 8th), but I should have access to email, most of the day. Sorry about that. Best Regards, Andriy Redko Wednesday, February 28, 2024, 12:03:35 PM, you wrote: > Thanks for releasing Santuario and WSS4J Colm! > I th

Re: [VOTE] - Release Apache CXF XJC Utils 4.0.1 and 3.3.3

2024-03-12 Thread Andriy Redko
+1, thanks Colm!    > This is a vote to release Apache CXF XJC Utils 4.0.1 and 3.3.3. They > both contain a fix for https://issues.apache.org/jira/browse/CXFXJC-44 > as well as various dependency updates. > 4.0.1: > Git tag: https://github.com/apache/cxf-xjc-utils/releases/tag/xjc-utils-4.0.1 >

Re: [VOTE] - Release Apache CXF Fediz 1.6.2

2024-03-21 Thread Andriy Redko
+1, thanks Colm!   Best Regards,     Andriy Redko  Thursday, March 21, 2024, 6:12:56 AM, you wrote: > This is a vote to release Apache CXF Fediz 1.6.2. It contains > dependency updates as well as a bug fix for a session timeout in newer > Tomcat instances https://issues.apache.org/ji

Re: [PROPOSAL] Branch of 4.0.x, move main to 4.1.x (Jakarta EE 10)

2024-04-11 Thread Andriy Redko
. So far only @Francesco responded (thanks a lot) but would be great to hear from others. Thanks! Best Regards, Andriy Redko > +1 thanks Andriy > Regards. > On 09/07/23 20:29, Andriy Redko wrote: >> Hey Folks, >>> The work on Jakarta EE 10 had started already (s

Re: [PROPOSAL] Branch of 4.0.x, move main to 4.1.x (Jakarta EE 10)

2024-04-15 Thread Andriy Redko
-builds.apache.org/job/CXF/ [2] https://cwiki.apache.org/confluence/display/CXF20DOC/4.1+Migration+Guide     Best Regards,     Andriy Redko      > +1. > Colm. > On Thu, Apr 11, 2024 at 1:20 PM Richard Zowalla wrote: >> Huge +1 from my side. >> We would be more than happy to start integra

Re: SpringWebUtils in CXF in TomEE

2024-05-16 Thread Andriy Redko
Hey Jonathan, This is quite an interesting issue, is it possible to share (or point out to an example) small reproducer project for this problem? I think I understand what is happening but don't have a clear fix for that to suggest at the moment. Thank you. Best Regards, Andriy Redko

Re: Update CXF-9002 to resolved

2024-05-17 Thread Andriy Redko
Hi Jamie,   Sure, done, thank you!   Best Regards,     Andriy Redko  > Good morning/afternoon, > Can we update https://issues.apache.org/jira/browse/CXF-9002 to resolved? > The test suite no longer fails under IBM Java. > [I

Re: SpringWebUtils in CXF in TomEE

2024-05-21 Thread Andriy Redko
Thanks a lot Romain for the suggestion and Jonathan for confirming it applies nicely. Best Regards, Andriy Redko >> Something like loading the class SpringWebUtils in cxfrsservice#init JG> method would be sufficient IMHO. JG> That looks like it works really well, thank you! I

Re: Request for Apache CXF 3.5.9 release timelines

2024-06-03 Thread Andriy Redko
Hi Nikhil, Although dependencies in question were updated, there is no reason to wait for release: you could always provide dependency overrides for the ones affected using the build tool of your choice. Thank you. Best Regards, Andriy Redko Monday, June 3, 2024, 5:52:50 AM, you wrote

Re: CXF 4.1.0 ?

2024-06-11 Thread Andriy Redko
would not be afraid to say insane) amount of work has gone / is going into fixing to JDK-11 HttpClient based conduit - this is not related to 4.1.0 in particular but the meta problem for current and upcoming release branches. Thank you. Best Regards, Andriy Redko JG> The in-progr

Re: CXF JAX-RS: working with multipart form-data

2024-07-02 Thread Andriy Redko
(schema = @Schema(type = "string", format = "binary")) Hope it helps. Thank you. Best Regards, Andriy Redko Monday, July 1, 2024, 12:09:17 PM, you wrote: > Hi all, > I am having problems to correctly annotate service methods which consumes > multipart/form-data t

Re: CXF JAX-RS: working with multipart form-data

2024-07-03 Thread Andriy Redko
.   [1]  https://swagger.io/docs/specification/describing-request-body/multipart-requests/   Best Regards,    Andriy Redko    > Hi Andriy, >   > I already tried this but it didn't work. E.g. for following API interface > specification: >   >     /** >   

Release 4.0.5 / 3.6.4 / 3.5.9?

2024-07-04 Thread Andriy Redko
Hey folks,   It's been 3 months since the last release train, any objections to cut  new releases? On my side, there are few issues in progress that could  be moved to the next release(s), a number of important fixes are long overdue.    Thanks!   Best Regards,     Andriy Redko 

Re: CXF JAX-RS: working with multipart form-data

2024-07-04 Thread Andriy Redko
inary upfile12: type: string format: binary upfile13: type: string format: binary upfile14: type: string format: binary upfile15

Re: Release 4.0.5 / 3.6.4 / 3.5.9?

2024-07-04 Thread Andriy Redko
Thanks a lot Freeman! I will rearrange my JIRAs appropriately before that. Thanks again! Best Regards, Andriy Redko Thursday, July 4, 2024, 6:49:12 PM, you wrote: FF> +1 to do the release. FF> I can start to do it sometime next week if there are no other objections. FF>

Re: Release 4.0.5 / 3.6.4 / 3.5.9?

2024-07-11 Thread Andriy Redko
Hi Gary, I sadly could only refer to the issue [1] regarding vague timelines (in comments). Thank you. [1] https://issues.apache.org/jira/browse/CXF-8671 Best Regards, Andriy Redko > Hi Andriy, > Do you have a (however vague) estimate for 4.1.0? > TY! > Gary > On Thu,

Re: [VOTE] Release CXF 4.0.5, 3.6.4 and 3.5.9

2024-07-12 Thread Andriy Redko
+1, thanks a lot Freeman! Friday, July 12, 2024, 4:14:58 PM, you wrote: > Hi, > It’s been a while since the last releases and many issues have been > addressed, so here is the VOTE for CXF 4.0.5, 3.6.4 and 3.5.9 > Staging areas: > https://repository.apache.org/content/repositories/orgapachecxf-

new committer: Jamie Goodyear

2024-07-18 Thread Andriy Redko
The Project Management Committee (PMC) for Apache CXF has invited Jamie Goodyear to become a committer and we are pleased to announce that he has accepted. Jamie Goodyear has been really stepping up in getting tests fixed and making things run around IBM and Red Hat JVMs. He had put in a lot

Release cxf-xjc-utils 4.0.2 / 3.3.4

2024-08-03 Thread Andriy Redko
Hey Folks, There was one bugfix [1] in cxf-xjc-util that is awaited by the user(s), any objections to cut cxf-xjc-utils 4.0.2 / 3.3.4 releases? Thanks! [1] https://github.com/apache/cxf-xjc-utils/pull/129 Best Regards, Andriy Redko

Re: Backwards incompatible opentelemetry-semconv in 4.0.5

2024-08-08 Thread Andriy Redko
than rely on such conventions. Thanks for bringing this up. Best Regards, Andriy Redko > Hi, > as you may know I am the maintainer of Quarkus CXF > <https://github.com/quarkiverse/quarkus-cxf>. > When trying to upgrade CXF from 4.0.4 to 4.0.5 in our 3.8 LTS branch, I fo

Re: Backwards incompatible opentelemetry-semconv in 4.0.5

2024-08-08 Thread Andriy Redko
Thanks a lot Peter, that's great news, looking forward towards the (possible) release!   Best Regards,     Andriy Redko  > Thanks for the prompt reply, Andriy. > After having a closer look at the changes in opentelemetry-semconv post > 1.24.0-alpha, I found that the remove

Re: [VOTE] - Andriy Redko as CXF PMC Chair

2024-08-13 Thread Andriy Redko
Hey Daniel, Thanks a mill, I also saw that you submitted a board report for tomorrow's meeting. Thank you a lot for taking care of that!   Best Regards,     Andriy Redko  > We have 10 +1 votes ( and Andriy didn’t object ;) ).   > I’ve filed the resolution onto the board agenda fo

[VOTE] - Release Apache CXF XJC Utils 4.0.2 and 3.3.4

2024-08-18 Thread Andriy Redko
://repository.apache.org/content/repositories/orgapachecxf-1207/ 3.3.4: Git tag: https://github.com/apache/cxf-xjc-utils/releases/tag/xjc-utils-3.3.4 Artifacts: https://repository.apache.org/content/repositories/orgapachecxf-1207/ +1 from me. Best Regards, Andriy Redko  

Re: [VOTE] - Release Apache CXF XJC Utils 4.0.2 and 3.3.4

2024-08-18 Thread Andriy Redko
Hi Freeman, Apologies for this hiccup folks, learning along the way.  Should be all set now, thank you!   Best Regards,     Andriy Redko  > Hi Andriy, > I can't open the URL > https://repository.apache.org/content/repositories/orgapachecxf-1207/ > I got > 404 - Repositor

Re: [VOTE] - Release Apache CXF XJC Utils 4.0.2 and 3.3.4

2024-08-26 Thread Andriy Redko
With 5 +1 votes, including at least 3 binding votes, this vote passes.  Moving on with the release, thanks a lot folks!   Best Regards,     Andriy Redko    > +1 > Thanks! > Freeman > On Tue, Aug 20, 2024 at 5:00 PM Alexey Markevich wrote: >> +1 >> On Tue, Aug 20

Re: Backwards incompatible opentelemetry-semconv in 4.0.5

2024-09-02 Thread Andriy Redko
Hi Peter, Thanks a lot for the update! Best Regards, Andriy Redko PP> Hi, PP> I just wanted to give a notice that after some discussion, Quarkus team upgraded to opentelemetry-semconv 1.26.0-alpha <https://github.com/quarkusio/quarkus/pull/42775> in their 3.8.6 release, a

Re: [VOTE] CXF 2.6.14/2.7.11 - take 2

2014-04-09 Thread Andriy Redko
+1 Andriy DK> It’s been 2 months since the last releases… This is a vote to release 2.7.11 and 2.6.14. DK> There are over 60 issues fixed for 2.7.11 and more than 20 ported back to 2.6.14. DK> This second attempt fixes the blueprint parsing issues that Aki found as well as a potential NPE

Re: [VOTE] CXF 3.0.0

2014-05-16 Thread Andriy Redko
Definitely +1 DK> This is a vote to release CXF 3.0.0.It’s been a long time coming, but I think it’s ready to be released. :-) DK> Staging area: DK> https://repository.apache.org/content/repositories/orgapachecxf-1019/ DK> Tag: DK> https://git-wip-us.apache.org/repos/asf?p=cxf.git;a=tag;

Re: [DISCUSS] Short term plans/branching....

2014-05-19 Thread Andriy Redko
, Andriy Redko DK> Just wanted to throw out a quick discussion about how to manage the git repo for the short term. DK> With the last 2.6.x release, we announced there would be one more release of that branch. Thus, we need to keep DK> that branch around. To avoid having to merge t

Re: [DISCUSS] Short term plans/branching....

2014-05-19 Thread Andriy Redko
Hi Dan, Gotcha, thanks a lot for thorough and detailed explanation. Thanks! Best Regards, Andriy Redko DK> On May 19, 2014, at 2:54 PM, Andriy Redko wrote: >> Hi Dan, >> Excellent plan! One question though: following recent discussions on the >> list, >>

Re: [DISCUSS] Java 8 and JAXB and 3.0.1

2014-05-29 Thread Andriy Redko
+1 to move on with JAXB 2.2.10 in 3.0.1, to be one step closer to Java 8 support as soon as possible. DK> There is a new version of JAXB available in central (2.2.10-b140310.1920) that allows it to work better with Java DK> 8. All the CXF tooling tests now pass. There is a new single failure

Re: [VOTE] - Release Apache CXF Fediz 1.1.1

2014-06-12 Thread Andriy Redko
+1 Andriy COh> This is a vote to release Apache CXF Fediz 1.1.1. It upgrades to the latest COh> CXF 2.7.x and fixes a licensing issue with a dependency. COh> Artifacts: COh> https://repository.apache.org/content/repositories/orgapachecxf-1021/ COh> Git tag: COh> https://git-wip-us.apache.or

Re: [VOTE] - Release Apache CXF Fediz 1.0.4

2014-06-12 Thread Andriy Redko
+1 Andriy COh> This is a vote to release Apache CXF Fediz 1.0.4. It fixes a couple of COh> minor issues and contains an upgrade to the latest version of CXF 2.6.x. COh> Artifacts: COh> https://repository.apache.org/content/repositories/orgapachecxf-1022/ COh> Git tag: COh> https://git-wip-u

Re: [VOTE] CXF 2.6.15/2.7.12/3.0.1

2014-07-15 Thread Andriy Redko
+1! Andriy DK> This is a vote to release the latest patch releases on all three branches. DK> There are over 80 fixes for 3.0.1 with most back ported to 2.7.12 and some to 2.6.15. DK> Note: this is expected to be the last release of the 2.6.x branch. DK> Tags: DK> 2.6.15: DK> https://git-wi

Re: [VOTE] CXF XJC Utils 3.0.2

2014-09-19 Thread Andriy Redko
+1 Andriy DK> This is a vote to release the 3.0.2 version of the XJC Utils.There are two major changes: DK> 1) Update the plugin to use all the repositories in the pom to find the extensions so it can locate extensions that aren’t found in central DK> 2) Add the new bug986 plugin to work

Re: [VOTE] CXF 2.6.16

2014-10-07 Thread Andriy Redko
+1 Andriy DK> This is a vote to release CXF 2.6.16. This release is JUST to fix the problems running 2.6.15 with Java5. All DK> the changes between 2.6.15 and 2.6.16 are directly related to getting it to build, run, and test with Java5. This DK> does include downgrading a couple of depende

Re: [VOTE] - Release Apache CXF Fediz 1.1.2

2014-10-17 Thread Andriy Redko
+1 Andriy COh> This is a vote to release Apache CXF Fediz 1.1.2. COh> Issues fixed: COh> https://issues.apache.org/jira/browse/FEDIZ/fixforversion/12327120 COh> Tag: COh> https://git-wip-us.apache.org/repos/asf?p=cxf-fediz.git;a=commit;h=1b9d21736408bb95449731e9fe31eebe4e9812e1 COh> Artifac

Re: [VOTE] CXF XJC Utils 3.0.3

2014-11-14 Thread Andriy Redko
+1 Andriy DK> This is a vote to release version 3.0.3 of the XJC utils. The only changes in this release are related to getting DK> it working better on Windows. On Windows, in fork mode, many the paths and such passed into the forked process did DK> not have the Windows style paths handled

Re: [VOTE] CXF 3.0.4/2.7.15

2015-02-11 Thread Andriy Redko
+1! Andriy DK> This is a vote to release 3.0.4 and 2.7.15. It’s been about 2 months since the last release and we’ve fixed more than 70 issues. DK> Staging areas: DK> 2.7.15: DK> https://repository.apache.org/content/repositories/orgapachecxf-1036/ DK> 3.0.4: DK> https://repository.apache.org

Re: Hystrix feature?

2015-02-24 Thread Andriy Redko
. Thank you. Best Regards, Andriy Redko DK> Hi. DK> I'm wondering about creating an Interceptor for outgoing requests DK> (isRequestor()==true) to wrap these (synchronously) in a Hystrix [1] DK> executable [2]. DK> Instead of having this as an inhouse custom componen

Re: Enabling CORS

2015-03-27 Thread Andriy Redko
Hi Tyler, You need to add CrossOriginResourceSharingFilter to the list of providers for your server. Please let me know if you need help with that, the way to add it depends on a way you configure the server. Best Regards, Andriy Redko TP> Hi Folks, TP> I'm trying to enabl

Re: 3.1 by end of month?

2015-04-02 Thread Andriy Redko
I think it would be great. There are a tons of new features in 3.1 the community could benefit of! DK> It’s been almost a year since 3.0 and I really thing we need to get 3.1 out. We’ve done a ton of work getting DK> some new features added in, updates to WSS4J (and OpenSAML), bunch of JAX-RS

Re: [VOTE] - Release Apache CXF Fediz 1.2.0

2015-04-24 Thread Andriy Redko
+1 Andriy COh> This is a vote to release Apache CXF Fediz 1.2.0. COh> Issues fixed: COh> https://issues.apache.org/jira/browse/FEDIZ/fixforversion/12326043 COh> Git tag: COh> https://git-wip-us.apache.org/repos/asf?p=cxf-fediz.git;a=commit;h=12115db7bebfe66433eb6b5474c0455ab5c1b628 COh> Mave

Re: [VOTE] CXF 3.1.0

2015-05-02 Thread Andriy Redko
+1! Andriy DK> It’s been a year since the 3.0.0 release and we’ve made a bunch of significant improvements. We really need to get this out. :-) DK> This also include the latest cxf-build-utils which allows CXF to import into the latest Eclipse plugins DK> Staging areas: DK> build-utils:

Re: [VOTE] CXF 2.7.16 and 3.0.5

2015-05-02 Thread Andriy Redko
+1 Andriy DK> This is a vote to release 3.0.5 and 2.7.16. It’s been over 2 months since the last release and we’ve fixed more than 70 issues. DK> Staging areas: DK> 2.7.16: DK> https://repository.apache.org/content/repositories/orgapachecxf-1039/ DK> 3.0.5: DK> https://repository.apache.org/co

Re: [VOTE] CXF 3.1.1

2015-06-05 Thread Andriy Redko
+1! Andriy DK> 3.1.1 fixes a bunch of issues in 3.1.0 that would prevent it from working properly in several normal use cases, particularly in OSGi. DK> Staging area: DK> https://repository.apache.org/content/repositories/orgapachecxf-1044/ DK> Tag: DK> https://git-wip-us.apache.org/repos/asf

Re: [VOTE] CXF 3.1.1

2015-06-08 Thread Andriy Redko
! Best Regards, Andriy Redko AY> +1 AY> but I noticed two minor issues that need to be fixed in the next 3.1.x version. AY> Feature cxf-transports-websocket-server can't get installed out of the AY> box because it was my fault in not noticing earlier that atmosphere AY>

Re: [VOTE]xjc-utils 3.0.4

2015-07-09 Thread Andriy Redko
+1 Andriy DK> This is a vote for the XJC-Utils 3.0.4. This is mostly to release the extra fixes we need for the bug986 plugin DK> required to get the jetty/netty settings properly parsed in blueprint. However, it also includes two fixes from users. DK> Staging repo: DK> https://repository.

Re: [VOTE] CXF 2.7.17

2015-07-27 Thread Andriy Redko
+1 Andriy AS> This is a vote to release 2.7.17. It’s been over 2 months since the AS> last release and we’ve fixed more than 18 issues. AS> Staging area: AS> 2.7.17: AS> https://repository.apache.org/content/repositories/orgapachecxf-1048/ AS> Tag: AS> 2.7.17: AS> https://git-wip-us.apache.o

Re: [VOTE] CXF 2.7.18/3.0.7/3.1.4

2015-10-31 Thread Andriy Redko
+1 Andriy DK> This is a vote to release a bunch of patches for CXF. DK> Staging areas: DK> https://repository.apache.org/content/repositories/orgapachecxf-1056/ DK> https://repository.apache.org/content/repositories/orgapachecxf-1057/ DK> https://repository.apache.org/content/repositories/orgapa

Re: Karaf

2015-12-11 Thread Andriy Redko
Hey Benson, Seems like missed runtime dependency for Java EL implementation, org.glassfish/javax.el, never tried validation with Karaf though. Thanks. Best Regards, Andriy Redko BM> I'll stick to 3.0.2 on 3.1.x, and when master has it's OSGi versions BM> in order, off to 4

Re: [VOTE] CXF 3.1.5/3.0.8

2016-02-02 Thread Andriy Redko
+1! Andriy DK> It’s been 3 months since the last patch releases so we really need to get these out. DK> Staging areas: DK> 3.1.5 DK> https://repository.apache.org/content/repositories/orgapachecxf-1059/ DK> 3.0.8 DK> https://repository.apache.org/content/repositories/orgapachecxf-1060/ DK> Tag

Re: [VOTE] - Release Apache CXF Build Utils 3.2.1 take2

2016-07-05 Thread Andriy Redko
+1 Andriy CS> This is a vote to release Apache CXF Build Utils 3.2.1. CS> It contains changes for checkstyle config to make it compatible to CS> Eclipse Neon. In version 3.2.0 Neon shows a lot of false checkstyle errors. CS> After my first change seemed to be incompatible with older checkstyle

Re: [VOTE] Apache CXF 3.0.10 and 3.1.7

2016-07-26 Thread Andriy Redko
+1 Andriy DK> It’s been a long time coming, but we’re finally ready to release 3.0.10/3.1.7. We’ve resolved over 75 issues for 3.1.7 which is a LOT for a “.7” release. DK> Staging areas: DK> 3.1.7: DK> https://repository.apache.org/content/repositories/orgapachecxf-1074/ DK>

Re: CDI testing module

2016-08-02 Thread Andriy Redko
y have), it would be great in my opinion. Thanks. Best Regards, Andriy Redko JDA> Hi, JDA> Long time user, first time contributor to CXF. Though I'm no stranger to JDA> the ASF by any long shot. JDA> I was looking at putting in some fixes for issues I reported. Firs

Re: CDI testing module

2016-08-07 Thread Andriy Redko
Hey John, Sorry for delayed response. I haven't seen this kind of exception, I will try to take a look and help you out. Thanks. Best Regards, Andriy Redko JDA> So I'm running into an interesting issue. I'm not sure if I found a bug, JDA> or if I've gone way

Re: CDI testing module

2016-08-07 Thread Andriy Redko
actoryBean instances try to registered themselved under "/" and exception is being raised :( Thanks. Best Regards, Andriy Redko JDA> So I'm running into an interesting issue. I'm not sure if I found a bug, JDA> or if I've gone way far into the deep end here

Re: CDI testing module

2016-08-07 Thread Andriy Redko
flicts for JAXRSServerFactoryBeans. I will try to figure out what are the differences ... Thanks! Best Regards, Andriy Redko JDA> Hi Andriy, JDA> Actually I had come to that conclusion a couple of days ago. So I have to JDA> wonder, was the test ever valid? I know that JAX-RS 2 specified

Re: [VOTE] - Release Apache CXF Fediz 1.3.1

2016-08-09 Thread Andriy Redko
+1 Thanks, Andriy COh> This is a vote to release Apache CXF Fediz 1.3.1. COh> Artifacts: COh> https://repository.apache.org/content/repositories/orgapachecxf-1077/ COh> Issues Fixed: COh> https://issues.apache.org/jira/browse/FEDIZ/fixforversion/12335480 COh> GIT tag: COh> https://git-wip-us.

Re: Removing some old modules in 3.2.0-SNAPSHOT

2016-09-04 Thread Andriy Redko
Hey Sergey, Sounds awesome, the time to deprecate OAuth1 will certainly come :-) Thanks a lot! Best Regards, Andriy Redko SB> Hi Andriy SB> Thanks, interesting to hear you are seeing quite a bit of life is left SB> in OAuth1 (it was indeed a real innovation at a time). SB> I d

Re: Failing rs-sse system tests

2016-09-22 Thread Andriy Redko
Hey Colm, My bad, worked on a solution but it took awhile. The fix was finally committed a few minutes ago, should be OK from now on. Please accept my apologies. Best Regards, Andriy Redko COh> The following tests are failing for me on the master branch: COh> Failed

Re: Failing rs-sse system tests

2016-09-23 Thread Andriy Redko
and in worst case just please comment them out if it something blocking you guys. Thanks! Best Regards, Andriy Redko SB> Looks like it is a test (or SSE impl) state issue, SB> Andriy, FYI, if I run complete JettyEmbeddedTest then I see: SB> testBooksStreamIsReturnedFromLastEventI

Re: Failing rs-sse system tests

2016-09-25 Thread Andriy Redko
! Best Regards, Andriy Redko SB> Hi Andriy SB> Interesting. I wonder if Jetty can be tuned somehow so that as far as SB> ATM is concerned the same code path is used there irrespectively of SB> whether it is Jetty or Tomcat - given that with Tomcat the tests pass SB> Thanks

Re: Failing rs-sse system tests

2016-09-26 Thread Andriy Redko
Hi Colm, Thanks a lot, looking into it ... Best Regards, Andriy Redko COh> Hi Andriy, COh> I can confirm that only one test is failing now (sporadically): COh> Tests in error: COh> TomcatBroadcasterTest>AbstractBroadcasterSseTest.testBooksStreamIsBroadcasted:59 COh> »

Re: Upgrading Servlet API version to 3.1

2016-10-10 Thread Andriy Redko
Hey Sergey, Thanks a bunch, I am looking into Netty transport, it depends on Servlet 2.5, I am curious to know why ... Best Regards, Andriy Redko SB> I've committed it to the master only SB> Cheers, Sergey SB> On 06/10/16 13:54, Sergey Beryozkin wrote: >> Hi >>

Re: CXF-7070 mixed in with CXF-7075

2016-10-10 Thread Andriy Redko
, Andriy Redko AM> Sergey, All, AM> While waiting on the performance benchmark results for 7075, I thought I AM> would take a look at 7070. I ended up committing changes to that under the AM> same pull request that is still open for 7075 - different commit, but same AM> PR.

Re: [VOTE] CXF 3.0.11/3.1.8

2016-10-14 Thread Andriy Redko
+1! Thanks, Andriy DK> This is a vote to release 3.0.11/3.1.8. We’ve resolved over 55 issues for 3.1.8. DK> Staging areas: DK> 3.1.8: DK> https://repository.apache.org/content/repositories/orgapachecxf-1081/ DK> 3.0.11: DK> https://repository.apache.org/content/repositories/orgapachecxf-1

Re: cxi integration: multiple buses during deployment?

2016-10-18 Thread Andriy Redko
fully it makes sense. Best Regards, Andriy Redko JDA> So still something isn't clicking as I don't have Romain's issue. Is it JDA> specific to when you have multiple deployments in your JVM? JDA> On Oct 18, 2016 09:02, "Romain Manni-Bucau" wrote: >&g

Re: is a release early december possible?

2016-11-14 Thread Andriy Redko
a lot. Best Regards, Andriy Redko JDA> Ok, something's broken right now in 3.1.x :-) (it's an ironic smiley) JDA> I'm working on a fix. To replicate the issue, add @RequestScoped to JDA> org.apache.cxf.systests.cdi.base.BookStore. Both multi-app test suites JDA>

Re: [VOTE] CXF 3.1.9 and 3.0.12

2016-12-10 Thread Andriy Redko
+1 Andriy DK> Since there are several folks waiting for this release and it would be good to get it out before the holidays, I’d like to call a vote for CXF 3.1.9 and 3.0.12. DK> Staging areas: DK> 3.1.9: DK> https://repository.apache.org/content/repositories/orgapachecxf-1083/ DK> 3.0.12: DK>

Re: [VOTE] - Release Apache CXF XJC Utils 3.1.0

2016-12-15 Thread Andriy Redko
+1 Andriy COh> This is a vote to release Apache CXF XJC Utils 3.1.0. COh> Artifacts: COh> https://repository.apache.org/content/repositories/orgapachecxf-1084/ COh> Git tag: COh> https://git-wip-us.apache.org/repos/asf?p=cxf-xjc-utils.git;a=commit;h=729224ef42279fff2c7faeb0d2e7c7a4152799ad

Swagger 1.5.12 and Karaf

2017-01-07 Thread Andriy Redko
Jackson version from 2.6.6 (current) to 2.8.4 in CXF parent pom.xml? Thanks! Best Regards, Andriy Redko

Re: build and run CXF with JAVA9

2017-01-19 Thread Andriy Redko
That's awesome, it is definitely better to start early and be ready once java9 is out (or at least finalized). Thanks! FF> Hi Team, FF> As the CXF 3.2 is coming soon, I just push my work to build CXF with java9 to the master(it was on master-java9 FF> branch for a while). Although java9 isn’t f

Re: [VOTE] - Release Apache CXF DOSGi 2.1.0

2017-02-11 Thread Andriy Redko
+1! Andriy CS> This is a vote to release Apache CXF DOSGi 2.1.0. CS> I just found the documentation does not yet reflect the new features. I CS> will fix that asap on master. CS> This is not ideal but I guess most people use the docs from master anyway. CS> Release Notes - CXF Distributed OSGi

Re: [VOTE] Apache CXF 3.1.11 and 3.0.13

2017-04-05 Thread Andriy Redko
+1 Thanks! Andriy DK> It’s been about 2 months since the last release. However, we’ve fixed over 100 JIRA’s for 3.1.11 which is a large number of fixes. Thus, let’s get it out. DK> Staging repos: DK> 3.0.13: DK> https://repository.apache.org/content/repositories/orgapachecxf-1087/ DK> 3.1.11:

<    1   2   3   4   5   6   >