jakartaee / rest

Jakarta RESTful Web Services
Other
353 stars 114 forks source link

Explore alignment with CDI lite and built-time injection support #1137

Open spericas opened 1 year ago

spericas commented 1 year ago

CDI version 4.0 is structured into two parts: CDI Full and CDI Lite. The main difference between the two is that CDI Lite can be implemented with support for built-time injection. We explore alignment between Jakarta REST and CDI lite.

jamezp commented 1 year ago

On that note both CDI-Lite and Jakarta REST are part of the Jakarta EE Core Profile so clarification of how this should work makes sense to me.