[GitHub] andymc12 closed pull request #385: [CXF-7657] Reader and Writer interceptors are not sorted by the provi?

2018-03-12 Thread GitBox
andymc12 closed pull request #385: [CXF-7657] Reader and Writer interceptors are not sorted by the provi? URL: https://github.com/apache/cxf/pull/385 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] WhiteCat22 commented on issue #390: [CXF-7676] Create a proxy OutputStream to create an EntityStream that?

2018-03-12 Thread GitBox
WhiteCat22 commented on issue #390: [CXF-7676] Create a proxy OutputStream to create an EntityStream that? URL: https://github.com/apache/cxf/pull/390#issuecomment-372461490 Currently creating a systest, will add before merge

[GitHub] WhiteCat22 opened a new pull request #390: [CXF-7676] Create a proxy OutputStream to create an EntityStream that?

2018-03-12 Thread GitBox
WhiteCat22 opened a new pull request #390: [CXF-7676] Create a proxy OutputStream to create an EntityStream that? URL: https://github.com/apache/cxf/pull/390 ? a user's ClientRequestFilter can interact with and holds a reference that we can set our URLConnectionWrappedOutputStream to

Re: Web/wiki Access

2018-03-12 Thread Daniel Kulp
You should be all set now. Dan > On Mar 7, 2018, at 2:29 PM, Andy McCright wrote: > > Hi All, > > Can I get access to modify the cxf.apache.org website? Through a question > on dwAnswers , > I learned

Re: SSE support and regular endpoints

2018-03-12 Thread Andrey Redko
Hi Carlos, That's right, SSE in CXF requires dedicated transport, however it is fully compatible with the existing HTTP transport (regular endpoints). Both SSE and non-SSE endpoints should work just fine. Here is a link to the wiki,

SSE support and regular endpoints

2018-03-12 Thread Carlos Sierra Andrés
Hi there, as you might already know we are implementing Aries JAX-RS OSGi spec on top of CXF. We have found a problem when trying to add SSE support, because it looks like it needs to use a special "transport id", so it can't be used to have both regular SSE endpoints and regular endpoints in the