|
Re: CDI integration - decision
Hi,
It's indeed a tad too late if the Proposed Final Draft is only days away.
Perhaps in the meantime individual application servers can do a little bit more to integrate with CDI out of the box, like
Hi,
It's indeed a tad too late if the Proposed Final Draft is only days away.
Perhaps in the meantime individual application servers can do a little bit more to integrate with CDI out of the box, like
|
By
Arjan Tijms
·
#163
·
|
|
Re: CDI integration - decision
Hi Pavel,
I understand it. We (the community) should have raised this before.
I just hope we have this issue as high priority for the next version.
Thanks for your efforts!
Regards
Guillermo González
Hi Pavel,
I understand it. We (the community) should have raised this before.
I just hope we have this issue as high priority for the next version.
Thanks for your efforts!
Regards
Guillermo González
|
By
Guillermo González de Agüero
·
#162
·
|
|
Re: Subresource locator - return instance or class
Sounds reasonable. If other vendors agree to support this feature, we should add it to the spec.
Sounds reasonable. If other vendors agree to support this feature, we should add it to the spec.
|
By
Markus KARG
·
#161
·
|
|
Subresource locator - return instance or class
Dear experts,
we are in a stage when we are re-reading spec document and javadoc (you're welcomed to help us - if you have some favorite typo anywhere in JAX-RS and you wan't to get rid
Dear experts,
we are in a stage when we are re-reading spec document and javadoc (you're welcomed to help us - if you have some favorite typo anywhere in JAX-RS and you wan't to get rid
|
By
Pavel Bucek
·
#160
·
|
|
Re: CDI integration - decision
Hi Guillermo,
I really appreciate your activity around this area, but at this point, I don't think we should consider pursuing any change. We are days from Proposed Final Draft and we
Hi Guillermo,
I really appreciate your activity around this area, but at this point, I don't think we should consider pursuing any change. We are days from Proposed Final Draft and we
|
By
Pavel Bucek
·
#159
·
|
|
Re: module-info or not module-info..
Please seehttps://github.com/jax-rs/api/commit/f84db6dbb13801411560368deaac7d0d5004db65
Manifest entry "Automatic-Module-Name" was added (based
Please seehttps://github.com/jax-rs/api/commit/f84db6dbb13801411560368deaac7d0d5004db65
Manifest entry "Automatic-Module-Name" was added (based
|
By
Pavel Bucek
·
#158
·
|
|
Re: CDI integration
That's a good point, and certainly not something we can easily resolve.
As others have mentioned, a strength of Java EE is integration with other specs like CDI, JSON-B, etc. But let us not forget
That's a good point, and certainly not something we can easily resolve.
As others have mentioned, a strength of Java EE is integration with other specs like CDI, JSON-B, etc. But let us not forget
|
By
Santiago Pericas-Geertsen
·
#157
·
|
|
Re: CDI integration - decision
Hi,
I invited Antoine Sabot Durand (CDI Spec lead) to join the conversation and he replied me today that he and the Weld team will have a look at the issue as they have already been helping other spec
Hi,
I invited Antoine Sabot Durand (CDI Spec lead) to join the conversation and he replied me today that he and the Weld team will have a look at the issue as they have already been helping other spec
|
By
Guillermo González de Agüero
·
#156
·
|
|
CDI integration - decision
Dear experts,
Thank you for a productive discussion about CDI integration. We now have a good understanding of what can be achieved when using the new CDI 2.0 API.
Our recent analysis has concluded
Dear experts,
Thank you for a productive discussion about CDI integration. We now have a good understanding of what can be achieved when using the new CDI 2.0 API.
Our recent analysis has concluded
|
By
Pavel Bucek
·
#155
·
|
|
Re: CDI integration
Turning on CDI by default implies that all methods have to be non-final, which is not backwards compatible to JAX-RS 2.0. So we cannot do that.
-Markus
Turning on CDI by default implies that all methods have to be non-final, which is not backwards compatible to JAX-RS 2.0. So we cannot do that.
-Markus
|
By
Markus KARG
·
#154
·
|
|
Re: CDI integration
I created an new issue to turn the @Path annotation into a CDI stereotype if used in a CDI container: https://github.com/jax-rs/api/issues/556
I created an new issue to turn the @Path annotation into a CDI stereotype if used in a CDI container: https://github.com/jax-rs/api/issues/556
|
By
Ondrej Mihályi
·
#153
·
|
|
Re: CDI integration
Regarding the dependency on CDI, I don't think that JAX-RS must depend on CDI at runtime at this stage. However, it could at least depend on @Inject from JSR 330 which should be preferred to @Context
Regarding the dependency on CDI, I don't think that JAX-RS must depend on CDI at runtime at this stage. However, it could at least depend on @Inject from JSR 330 which should be preferred to @Context
|
By
Ondrej Mihályi
·
#152
·
|
|
Re: CDI integration
Even it wouldn't be a problem, if @Path annotation isn't a bean defining annotation, the event wouldn't be fired at all in the "annotated" discovery mode if there are no other CDI beans (possible if
Even it wouldn't be a problem, if @Path annotation isn't a bean defining annotation, the event wouldn't be fired at all in the "annotated" discovery mode if there are no other CDI beans (possible if
|
By
Ondrej Mihályi
·
#151
·
|
|
Re: Status update
Hi Pavel,
2017-06-05 11:07 GMT+02:00 Pavel Bucek <pavel.bucek@...>:
The fallback mechanism of the JDK ResourceBundle API will kick in
which depends on the relationship between requested
Hi Pavel,
2017-06-05 11:07 GMT+02:00 Pavel Bucek <pavel.bucek@...>:
The fallback mechanism of the JDK ResourceBundle API will kick in
which depends on the relationship between requested
|
By
Gunnar Morling
·
#150
·
|
|
Re: Status update
Hi Pavel,
thank you for adding this. I filed the OCA yesterday so next time you should be able to accept my contributions.
Regards
Dennis
Hi Pavel,
thank you for adding this. I filed the OCA yesterday so next time you should be able to accept my contributions.
Regards
Dennis
|
By
Dennis Kieselhorst
·
#149
·
|
|
Re: Status update
oops. :) will be fixed in the next milestone.
Thanks,
Pavel
oops. :) will be fixed in the next milestone.
Thanks,
Pavel
|
By
Pavel Bucek
·
#148
·
|
|
Re: Status update
Hey Pavel,
thanks a lot. It is great to finally see this feature in the spec.
Just one minor typo: "withing" should be "within".
Hey Pavel,
thanks a lot. It is great to finally see this feature in the spec.
Just one minor typo: "withing" should be "within".
|
By
Christian Kaltepoth
·
#147
·
|
|
Re: Status update
please seehttps://github.com/jax-rs/api/commit/d18207327468870ab885120c3790e36a741af26d
please seehttps://github.com/jax-rs/api/commit/d18207327468870ab885120c3790e36a741af26d
|
By
Pavel Bucek
·
#146
·
|
|
Re: Status update
Hi Gunnar,
I'm sorry to say that, but I don't think that proposal is viable.
What if the app (BV layer) knows Locales L1 and L2 and the user (request) asks for L3;q=0.9, L2;q=0.5, L1;q=0.1. In the
Hi Gunnar,
I'm sorry to say that, but I don't think that proposal is viable.
What if the app (BV layer) knows Locales L1 and L2 and the user (request) asks for L3;q=0.9, L2;q=0.5, L1;q=0.1. In the
|
By
Pavel Bucek
·
#145
·
|
|
Re: Status update
Hi Pavel,
Any chance for considering the latest proposal for passing the
(highest-quality) request locale to Bean Validation?
Thanks,
--Gunnar
2017-06-02 14:48 GMT+02:00 Pavel Bucek
Hi Pavel,
Any chance for considering the latest proposal for passing the
(highest-quality) request locale to Bean Validation?
Thanks,
--Gunnar
2017-06-02 14:48 GMT+02:00 Pavel Bucek
|
By
Gunnar Morling
·
#144
·
|