<div dir="ltr">John, Martin,<div><br></div><div><br></div><div>I think we really need to have a video hangout with you 2 and Mark to restart discussion on the topic. What are your availability for such a meeting?</div><div><br></div><div>Antoine</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Sep 8, 2016 at 9:06 AM Martin Kouba &lt;<a href="mailto:mkouba@redhat.com">mkouba@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dne 7.9.2016 v 23:11 John Ament napsal(a):<br>
&gt; That&#39;s kind of an odd response.<br>
&gt;<br>
&gt;<br>
&gt; How does CDI-30 only work for request context?  What makes you believe<br>
&gt; that?<br>
<br>
@RequestScoped - makes sense<br>
@ApplicationScoped - is usually always active, no activation needed<br>
@SessionScoped - activate/deactivate is not enough, you have to<br>
associate the context with some storage<br>
@ConversationScoped - even more complicated, you need a storage and<br>
conversation ids<br>
<br>
&gt;<br>
&gt;<br>
&gt; John<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------------------------------------------------<br>
&gt; *From:* Mark Struberg &lt;<a href="mailto:struberg@yahoo.de" target="_blank">struberg@yahoo.de</a>&gt;<br>
&gt; *Sent:* Wednesday, September 7, 2016 4:08 PM<br>
&gt; *To:* John Ament; Cdi-dev<br>
&gt; *Subject:* Re: [cdi-dev] What to do to move CDI-30/PR 296 Forward<br>
&gt;<br>
&gt; We have been burning our brains over this very topic, but it doesn&#39;t yet<br>
&gt; feel sound. So I guess we will give it another few days/weeks to tinker<br>
&gt; with it.<br>
&gt;<br>
&gt; The main downside of this api is that it&#39;s actually only useful for the<br>
&gt; request context and only in SE. But we still add an API which looks to<br>
&gt; the user as it could use it for e.g. the ConversationContext, or<br>
&gt; existing servlet requests etc. It&#39;s complicated...<br>
&gt;<br>
&gt; I think we will first incorporate the parts which we found really nice<br>
&gt; solutions for.<br>
&gt;<br>
&gt; * Interceptor/Decorator for producer methods and custom Bean&lt;T&gt;<br>
&gt; implementations<br>
&gt; * bean-discovery without automatically picking up all classes as @Dependent<br>
&gt; * A few other minor tickets<br>
&gt;<br>
&gt;<br>
&gt; Should not take that long. After that we will have to tackle CDI-30 for<br>
&gt; sure.<br>
&gt;<br>
&gt;<br>
&gt; LieGrue,<br>
&gt; strub<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Wednesday, 7 September 2016, 19:04, John Ament<br>
&gt; &lt;<a href="mailto:john.ament@spartasystems.com" target="_blank">john.ament@spartasystems.com</a>&gt; wrote:<br>
&gt;&gt;All,<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;It seems like we&#39;re still stuck on CDI-30.  Its been open, last activity on Aug 2.  I would love to see it closed and only reference the use case agreed to - another library wants to integrate CDI into its stack.  To do so, it wants to be able to start and stop the built in contexts.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;John<br>
&gt;&gt;<br>
&gt; ------------------------------------------------------------------------<br>
&gt; NOTICE: This e-mail message and any attachments may contain<br>
&gt; confidential, proprietary, and/or privileged information which should be<br>
&gt; treated accordingly. If you are not the intended recipient, please<br>
&gt; notify the sender immediately by return e-mail, delete this message, and<br>
&gt; destroy all physical and electronic copies. Thank you.<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; cdi-dev mailing list<br>
&gt; <a href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/cdi-dev" rel="noreferrer" target="_blank">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" rel="noreferrer" target="_blank">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;<br>
<br>
--<br>
Martin Kouba<br>
Software Engineer<br>
Red Hat, Czech Republic<br>
_______________________________________________<br>
cdi-dev mailing list<br>
<a href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/cdi-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/cdi-dev</a><br>
<br>
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" rel="noreferrer" target="_blank">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>
</blockquote></div>