Hi all,

I corrected some points on the split in https://github.com/cdi-spec/cdi/pull/241

There are still things to correct. I’ll do a recap this week.

After discussing with Pete, I renamed the first part to CDI core and introduced a new part for Java SE. So the spec is now:

- CDI Core (feature present in SE and EE)
- CDI in SE (will contains SE bootstrap and specific bean discovery stuff)
- CDI in EE

The new spec draft is available here : https://dl.dropboxusercontent.com/u/2898173/cdi-spec.html

I’ll continue working on it this week, but your feedback and proposal to improve this split is always welcome.

Antoine