[cdi-dev] [JBoss JIRA] (CDI-624) Map SeContainerInitializer.addBeans() and SeContainerInitializer.addAnnotatedTypes() to the application initialization lifecycle
    Tomas Remes (JIRA) 
    issues at jboss.org
       
    Thu Aug 11 04:40:00 EDT 2016
    
    
  
    [ https://issues.jboss.org/browse/CDI-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13277696#comment-13277696 ] 
Tomas Remes commented on CDI-624:
---------------------------------
Personally I would adhere more to the second solution which seems to me more explicit and let's say "traditional".
> Map SeContainerInitializer.addBeans() and SeContainerInitializer.addAnnotatedTypes() to the application initialization lifecycle
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CDI-624
>                 URL: https://issues.jboss.org/browse/CDI-624
>             Project: CDI Specification Issues
>          Issue Type: Clarification
>          Components: Java SE Integration
>    Affects Versions: 2.0-EDR2
>            Reporter: Martin Kouba
>
> I believe we should not break the application initialization lifecycle. 
> So it might be reasonable to state that {{SeContainerInitializer.addAnnotatedTypes()}} maps to {{AfterTypeDiscovery.addAnnotatedType(AnnotatedType<?>, String)}} (note that we would have to sort out missing id) and {{SeContainerInitializer.addBeans()}} maps to {{AfterBeanDiscovery.addBean(Bean<?>)}}.
> The other solution would be to remove these methods and introduce the concept of "synthetic container lifecycle event observers" and leverage the configurators API. See also http://weld.cdi-spec.org/news/2016/02/08/weld-se-synth-lifecycle-events/. 
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
    
    
More information about the cdi-dev
mailing list