Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change BeanManager treatment in CDI Lite
Previously, the specification downright disallowed obtaining a `BeanManager` in CDI Lite. This makes portability from CDI Full to CDI Lite harder, which also manifests in the CDI TCK. Wit this commit, CDI Lite applications may obtain a `BeanManager`, but may only call methods inherited from `BeanContainer`.
- Loading branch information