You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provided jakartaee/cdi#495 gets accepted, we will need test coverage for it.
Namely we need tests that:
Use @Stereotype with @Priority to enable interceptor
Use @Stereotype with @Priority to enable decorator (Full only!)
Use @Stereotype with @Priority to enable alternative
Have a @Alternative bean declaring two stereotypes both of which have @Priority and the bean itself doesn't declare @Priority
Have a @Alternative bean declaring two stereotypes both of which have @Priority and the bean itself does declare @Priority
Transitive stereotype scenario (stereotypes declaring stereotypes) where all stereotypes declare @Priority and assertion that the most specific value is taken
??
EDIT: TCKs should only cover the case of @Stereotype with @Priority used to enable alternatives as that is the main goal of this addition.
The text was updated successfully, but these errors were encountered:
Provided jakartaee/cdi#495 gets accepted, we will need test coverage for it.
Namely we need tests that:
Use@Stereotype
with@Priority
to enable interceptorUse@Stereotype
with@Priority
to enable decorator (Full only!)@Stereotype
with@Priority
to enable alternative@Alternative
bean declaring two stereotypes both of which have@Priority
and the bean itself doesn't declare@Priority
@Alternative
bean declaring two stereotypes both of which have@Priority
and the bean itself does declare@Priority
@Priority
and assertion that the most specific value is takenEDIT: TCKs should only cover the case of
@Stereotype
with@Priority
used to enable alternatives as that is the main goal of this addition.The text was updated successfully, but these errors were encountered: