<p dir="ltr"><br>
Le 16 mai 2016 10:01, &quot;Martin Kouba&quot; &lt;<a href="mailto:mkouba@redhat.com">mkouba@redhat.com</a>&gt; a écrit :<br>
&gt;<br>
&gt; Dne 15.5.2016 v 16:14 John D. Ament napsal(a):<br>
&gt; &gt; Hey guys<br>
&gt; &gt;<br>
&gt; &gt; Seems like we have some issues in JIRA all focused on managing the<br>
&gt; &gt; lifecycle of Dependent scoped beans.  It also seems like we have many<br>
&gt; &gt; differing opinions about how to manage them.<br>
&gt; &gt;<br>
&gt; &gt; - Martin raised a PR to add a release() method to Instance to help<br>
&gt; &gt; destroy a dependent bean <a href="https://github.com/cdi-spec/cdi/pull/286">https://github.com/cdi-spec/cdi/pull/286</a><br>
&gt; &gt; - I raised a PR <a href="https://github.com/cdi-spec/cdi/pull/289">https://github.com/cdi-spec/cdi/pull/289</a> to update the<br>
&gt; &gt; spec to clarify how to manage a dependent scoped bean.<br>
&gt; &gt;<br>
&gt; &gt; Right now, it seems that the big disagreement is whether<br>
&gt; &gt; Instance.destroy() can destroy objects not created by it (the case being<br>
&gt; &gt; around the CDI utility class, being an impl of Instance).  I&#39;m currently<br>
&gt; &gt; heavily against Martin&#39;s proposed changes, but want to get input from<br>
&gt; &gt; others on the group to understand their perspective.<br>
&gt; &gt;<br>
&gt; &gt; - Does the spec require destroy() to be called only on instances that it<br>
&gt; &gt; created?  When I read 5.6.1 the only requirement I see is that it has to<br>
&gt; &gt; be a dependent scoped bean.  Note when I ask this I&#39;m asking from the<br>
&gt; &gt; spec perspective, its a different problem if there&#39;s some issues with<br>
&gt; &gt; implementations following suite (I would imagine there needs to be some<br>
&gt; &gt; shared global registry of dependent scoped beans for this to work).<br>
&gt; &gt;<br>
&gt; &gt; - Do we want two methods that effectively do the same thing?  I don&#39;t<br>
&gt; &gt; see a strong difference between the two.<br>
&gt;<br>
&gt; Instance.destroy() currently always destroys the contextual instance.<br>
&gt; Which is not always what users expect. That&#39;s why I proposed to add<br>
&gt; Instance.release() - <a href="https://github.com/cdi-spec/cdi/pull/286">https://github.com/cdi-spec/cdi/pull/286</a>,<br>
&gt; previously Instance.getBean() - <a href="https://github.com/cdi-spec/cdi/pull/273">https://github.com/cdi-spec/cdi/pull/273</a>.<br>
&gt;</p>
<p dir="ltr">Since you give the instance to both I guess the intention from user point of view is obvious and then we dont need 2 methods. What would be the other use case?<br></p>
<p dir="ltr">&gt; &gt;<br>
&gt; &gt; On the flipside, my change is more a spec clarification.  I&#39;m thinking<br>
&gt; &gt; more now that it belongs as a reword of 5.6.1 to clarify how to use<br>
&gt; &gt; destroy() on dependent beans, rather than where I put it.  I think<br>
&gt; &gt; realistically we have all of the tools needed to manage the lifecycle of<br>
&gt; &gt; these classes, just need to clarify them for people to use.<br>
&gt; &gt;<br>
&gt; &gt; John<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; cdi-dev mailing list<br>
&gt; &gt; <a href="mailto:cdi-dev@lists.jboss.org">cdi-dev@lists.jboss.org</a><br>
&gt; &gt; <a href="https://lists.jboss.org/mailman/listinfo/cdi-dev">https://lists.jboss.org/mailman/listinfo/cdi-dev</a><br>
&gt; &gt;<br>
&gt; &gt; Note that for all code provided on this list, the provider licenses the code under the Apache License, Version 2 (<a href="http://www.apache.org/licenses/LICENSE-2.0.html">http://www.apache.org/licenses/LICENSE-2.0.html</a>). For all other ideas provided on this list, the provider waives all patent and other intellectual property rights inherent in such information.<br>
&gt; &gt;<br>
&gt;<br>
&gt; --<br>
&gt; Martin Kouba<br>
&gt; Software Engineer<br>
&gt; Red Hat, Czech Republic<br>
&gt; _______________________________________________<br>
&gt; cdi-dev mailing list<br>
&gt; <a href="mailto:cdi-dev@lists.jboss.org">cdi-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/cdi-dev">https://lists.jboss.org/mailman/listinfo/cdi-dev</a><br>
&gt;<br>
&gt; Note that for all code provided on this list, the provider licenses the code under the Apache License, Version 2 (<a href="http://www.apache.org/licenses/LICENSE-2.0.html">http://www.apache.org/licenses/LICENSE-2.0.html</a>). For all other ideas provided on this list, the provider waives all patent and other intellectual property rights inherent in such information.<br>
</p>