@ManagedExecutorConfig
) the TCK tests went out of their way to ensure that an implementation could pass when CDI was not available.
InitialContext.doLookup()
wont work as we dont have EJBs thereCDI.current()
(throws IllegalStateException
is no provider is found) and if that's ok, then proceed using Instance.select()
just without the reflections since we depend in the API anyway?
SECURITY
context propagation? We declare its propagation in the spec, but we only vaguely declare what it is and have no TCKs for it. There isn't a unified way to do security in MP, so we cannot easily test it (granted, JTA isn't part of MP either), unless we'd add an SPI for that (not saying we should).