-
Notifications
You must be signed in to change notification settings - Fork 78
CDI Lite
Emily Jiang edited this page Jun 22, 2021
·
3 revisions
This page tracks some basic infomation on CDI Lite in Q&A format.
Yes, CDI Lite is prt of CDI Full specification. Any compatible implementations must pass CDI lite TCKs.
CDI Lite only takes some partial CDI APIs/SPIs, such as ConversationScoped annotation excluded from CDI Lite.
The new extension SPI for CDI Lite can be found here and models can be found here.
Yes, these new extension API/SPIs should work on both build time and run time. Obviously, you might get different exception at different phrase.
More info to be provided
More work is to be done on CDI-TCK to split tests for them to run under CDI Lite and CDI Full. More CDI Lite TCKs are to be written.