Re: ClientBuilder#executorService
Pavel Bucek
Hello, good question, thanks. Managed executor service references JSR 236 and I'd expect that when not present, the jndi lookup described in the spec would return null and jax-rs implementation will then fallback to "java se" case. Thanks for pointing that out, I guess we'd need to rephrase the condition to something like "When JSR 236 is available, provided managed executor service has to be used as an executor service for asynchronous client calls." Regards,
On 18/05/2017 18:49, Guillermo González
de Agüero wrote:
Hi,
|
|
Re: ClientBuilder#executorService
Guillermo González de Agüero
Hi,
toggle quoted messageShow quoted text
Perhaps this is a naive question, but how is the "managed" executor service handled on the Web Profile? Does "managed" mean that it must use a JSR 236 executor, or does it just refer to any "container managed" one? The Web Profile does not include JSR 236, hence my question. Regards, Guillermo González de Agüero
El jue., 18 de mayo de 2017 17:37, Pavel Bucek <pavel.bucek@...> escribió: Dear experts,
|
|
ClientBuilder#executorService
Pavel Bucek
Dear experts,
please let me know if you find anything wrong with following statements: on Java EE container: - JAX-RS client will use ManagedExecutorService for async/reactive calls unless set explicitly by ClientBuilder#executorService on Java SE: - JAX-RS client will use undefined, implementation specific ExecutorService for async/reactive call, unless set explicitly by ClientBuilder#executorService Thanks, Pavel
|
|
Re: [jax-rs-spec users] RxInvokerProvider
Santiago Pericas-Geertsen
Hi Jim,
We’ll have to wait until the e-mail migration is completed to look at the original thread.
— Santiago
|
|
Re: JCP web page
Pavel Bucek
Hi Alessio, the migration is still in progress, please be patient. We don't have email archives ready (yet), the issues have been migrated to https://github.com/jax-rs/api/issues (as already stated). I'm currently not sure how/whether the webpage and wikis from java.net will be available, we'll keep you updated. Sorry for any inconvenience. Best regards,
On 16/05/2017 12:01,
asoldano@... wrote:
|
|
JCP web page
Alessio Soldano
The https://jcp.org/en/jsr/detail?id=370 page has to be updated with proper links to discussion mailing lists, archives etc; can the EG lead please do that?
|
|