|
Re: terminology
Hi Rawand,
MessageBodyReader and Writer are used in various contexts. For example, on server side, Reader is used to read request body. On the client side, Reader is used to read response body. Writer
Hi Rawand,
MessageBodyReader and Writer are used in various contexts. For example, on server side, Reader is used to read request body. On the client side, Reader is used to read response body. Writer
|
By
Pavel Bucek
·
#284
·
|
|
terminology
aren't the names MessageBodyReader and MessageBodyWriter confusing enough to let developers think that with MessageBodyReader they can READ both request messages and response messages!!!
I would
aren't the names MessageBodyReader and MessageBodyWriter confusing enough to let developers think that with MessageBodyReader they can READ both request messages and response messages!!!
I would
|
By
rawand takna
·
#283
·
|
|
EE4J JAX-RS Project and Mailing List
Hi All,
As many of you know, the Java EE community is moving over to the Eclipse Foundation, under the EE4J project. If you are subscribed to this list and want to remain active (or even as a passive
Hi All,
As many of you know, the Java EE community is moving over to the Eclipse Foundation, under the EE4J project. If you are subscribed to this list and want to remain active (or even as a passive
|
By
Andy McCright
·
#282
·
|
|
Re: Clarification regarding ManagedExecutorService in Rx Client
Hi Guys,
Nathan has raised Issue #40 [1] with the Concurrency Spec to track this issue.
Thanks again for the feedback,
Andy
[1] https://github.com/javaee/concurrency-ee-spec/issues/40
J.
Hi Guys,
Nathan has raised Issue #40 [1] with the Concurrency Spec to track this issue.
Thanks again for the feedback,
Andy
[1] https://github.com/javaee/concurrency-ee-spec/issues/40
J.
|
By
Andy McCright
·
#281
·
|
|
Re: Clarification regarding ManagedExecutorService in Rx Client
Good luck. Please keep us informed.
-Markus
Good luck. Please keep us informed.
-Markus
|
By
Markus KARG
·
#280
·
|
|
Re: Clarification regarding ManagedExecutorService in Rx Client
Hi Markus, Ondro
Sorry for the slow reply - was out sick yesterday. I think your proposed plan is a good course of action.
Some additional thoughts:
MK> Without any changes of the JAX-RS spec
Hi Markus, Ondro
Sorry for the slow reply - was out sick yesterday. I think your proposed plan is a good course of action.
Some additional thoughts:
MK> Without any changes of the JAX-RS spec
|
By
Andy McCright
·
#279
·
|
|
Re: Clarification regarding ManagedExecutorService in Rx Client
Without any changes of the JAX-RS spec and Concurrency Utils spec JAX-RS will definitively capture the initial context only, so this is what is to be implemented right now. In any doubt please check
Without any changes of the JAX-RS spec and Concurrency Utils spec JAX-RS will definitively capture the initial context only, so this is what is to be implemented right now. In any doubt please check
|
By
Markus KARG
·
#278
·
|
|
Re: Clarification regarding ManagedExecutorService in Rx Client
I also understand that, according to the current specs, the CompletionStage executes async tasks with the context of the previously finished task and not with the context of the component that calls
I also understand that, according to the current specs, the CompletionStage executes async tasks with the context of the previously finished task and not with the context of the component that calls
|
By
Ondrej Mihályi
·
#277
·
|
|
Re: Clarification regarding ManagedExecutorService in Rx Client
Andy,
JAX-RS has technically no chance within Java EE 8 / Java SE 8 to enforce what you want. So it maks no sense to write anything like that into a maintenance release of that spec. What we could
Andy,
JAX-RS has technically no chance within Java EE 8 / Java SE 8 to enforce what you want. So it maks no sense to write anything like that into a maintenance release of that spec. What we could
|
By
Markus KARG
·
#276
·
|
|
Re: Clarification regarding ManagedExecutorService in Rx Client
Hi Markus,
On the surface, I agree. I think that the "fix" should probably go in the Concurrency spec. The fix in this case is an implementation of the CompletionStage interface that is friendly
Hi Markus,
On the surface, I agree. I think that the "fix" should probably go in the Concurrency spec. The fix in this case is an implementation of the CompletionStage interface that is friendly
|
By
Andy McCright
·
#275
·
|
|
Re: Clarification regarding ManagedExecutorService in Rx Client
Hi Markus,
Kevin is not subscribed to the JAX-RS mailing list (but if the conversation continues, he said he would be willing to join). He sent this message:
Markus,
Unfortunately, I don't have
Hi Markus,
Kevin is not subscribed to the JAX-RS mailing list (but if the conversation continues, he said he would be willing to join). He sent this message:
Markus,
Unfortunately, I don't have
|
By
Andy McCright
·
#274
·
|
|
Re: Clarification regarding ManagedExecutorService in Rx Client
Andy,
I need to say that your question does not seem to be particularly related to JAX-RS: The question you ask would be the exact same even if you do not use JAX-RS at all, but simply do
Andy,
I need to say that your question does not seem to be particularly related to JAX-RS: The question you ask would be the exact same even if you do not use JAX-RS at all, but simply do
|
By
Markus KARG
·
#273
·
|
|
Re: Clarification regarding ManagedExecutorService in Rx Client
Hi Markus,
Thanks for the response. I understand that open sourcing of Java EE to Eclipse has put things in a sort of "limbo", so I'll just try to focus on the technical aspects of this thread.
Hi Markus,
Thanks for the response. I understand that open sourcing of Java EE to Eclipse has put things in a sort of "limbo", so I'll just try to focus on the technical aspects of this thread.
|
By
Andy McCright
·
#272
·
|
|
Re: Clarification regarding ManagedExecutorService in Rx Client
Andy,
as much as I would love to work on JAX-RS 2.1.1, 2.2 or 3.0, actually this is impossible at the moment. The reason is that JAX-RS is to be migrated from Oracle to the Eclipse Foundation. At
Andy,
as much as I would love to work on JAX-RS 2.1.1, 2.2 or 3.0, actually this is impossible at the moment. The reason is that JAX-RS is to be migrated from Oracle to the Eclipse Foundation. At
|
By
Markus KARG
·
#271
·
|
|
Clarification regarding ManagedExecutorService in Rx Client
Hi Experts,
While working on the JAX-RS 2.1 implementation in Liberty, a colleague of mine discovered some inconsistent behavior related to the reactive client's CompletionStage with regard to
Hi Experts,
While working on the JAX-RS 2.1 implementation in Liberty, a colleague of mine discovered some inconsistent behavior related to the reactive client's CompletionStage with regard to
|
By
Andy McCright
·
#270
·
|
|
Re: Other JAX-RS 2.1 implementations?
RESTEasy 4.0.0.Beta1 comes with JAX-RS 2.1 implementation; read more at
https://developer.jboss.org/en/resteasy/blog/2017/11/13/resteasy-400beta1
RESTEasy 4.0.0.Beta1 comes with JAX-RS 2.1 implementation; read more at
https://developer.jboss.org/en/resteasy/blog/2017/11/13/resteasy-400beta1
|
By
Alessio Soldano
·
#269
·
|
|
Re: Other JAX-RS 2.1 implementations?
Thanks Alessio.
Do you know already when(+/-)? I.e. are we taking in weeks or months?
--David
Thanks Alessio.
Do you know already when(+/-)? I.e. are we taking in weeks or months?
--David
|
By
David Delabassee
·
#268
·
|
|
Re: Other JAX-RS 2.1 implementations?
Yes, there are. For example Apache CXF 3.2.0, which has just been released. RESTEasy is also going to support JAX-RS 2.1 in the very next future.
Cheers
Alessio
Yes, there are. For example Apache CXF 3.2.0, which has just been released. RESTEasy is also going to support JAX-RS 2.1 in the very next future.
Cheers
Alessio
|
By
Alessio Soldano
·
#267
·
|
|
Other JAX-RS 2.1 implementations?
Hi All,
Given that JAX-RS 2.1 is now final, I was wondering what are the plans for the other implementaions when it comes to support JAX-RS 2.1?
In other words, are there already 2.1 implementaions
Hi All,
Given that JAX-RS 2.1 is now final, I was wondering what are the plans for the other implementaions when it comes to support JAX-RS 2.1?
In other words, are there already 2.1 implementaions
|
By
David Delabassee
·
#266
·
|
|
Re: JAX-RS 2.1 released!
Treating CDI enhancements request as the one of the *equal* importance is reasonable.
Making it of the major priority is not IMHO...
Cheers, Sergey
Treating CDI enhancements request as the one of the *equal* importance is reasonable.
Making it of the major priority is not IMHO...
Cheers, Sergey
|
By
Sergey Beryozkin
·
#265
·
|