<div dir="ltr">Guys,<div><br></div><div>As I said at the beginning, this thread is not about a pros and cons about this feature. Everybody&#39;s agree that we should find a solution for this ticket even if some of us (including me) start to find that the ratio value for users on time spend discussed this is becoming very low.</div><div><br></div><div>It was about adding the PR proposed by Mark in the spec.</div><div><br></div><div><div>If I count the binding vote we have the following result </div><div>-1: 4</div><div>+1: 9<br></div><div><br></div><div>So according to the vote I should merge the PR right away. As there were a lot of reserve in +1 vote I ask again to the -1 voters if they agree with the merging of PR 271 which was the initial question.</div></div><div><br></div><div>Antoine</div><div dir="ltr"><div dir="ltr"><div class="gmail_quote"><div dir="ltr">Le lun. 15 févr. 2016 à 09:29, Martin Kouba &lt;<a href="mailto:mkouba@redhat.com" target="_blank">mkouba@redhat.com</a>&gt; a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Dne 13.2.2016 v 23:24 John D. Ament napsal(a):<br>
&gt; Some comments in line.<br>
&gt;<br>
&gt; On Sat, Feb 13, 2016 at 4:22 PM David Blevins &lt;<a href="mailto:david.blevins@gmail.com" target="_blank">david.blevins@gmail.com</a><br>
&gt; &lt;mailto:<a href="mailto:david.blevins@gmail.com" target="_blank">david.blevins@gmail.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     Read what I could get my hands on.  Unfortunately the JIRA itself<br>
&gt;     has 36 comments which won’t load/expand in Safari or Chrome.  But I<br>
&gt;     think I get the summary.<br>
&gt;<br>
&gt;<br>
&gt; Sounds like a not too responsive UI.  I wonder if Atlassian has a test<br>
&gt; for 36 comments. XD<br>
&gt;<br>
&gt;<br>
&gt;     High level, I agree with both Mark and Martin.<br>
&gt;<br>
&gt;       - Agree with Mark: Where I see this feature being important is in<br>
&gt;     our EJB/CDI alignment efforts.  This appears to be the rare case<br>
&gt;     where the CDI spec is more strict than the EJB spec and a speed bump<br>
&gt;     in someone’s efforts to port an EJB application to CDI.  For that<br>
&gt;     reason, this to me upgrades from nice-to-have to we-must-find-a-way.<br>
&gt;<br>
&gt;<br>
&gt; Yep, and in thinking about past jobs have run into the issue.  People<br>
&gt; don&#39;t read every line of a spec, and don&#39;t always understand why<br>
&gt; something stopped working.<br>
&gt;<br>
&gt;<br>
&gt;       - Agree with Martin: I also strongly dislike the use of beans.xml<br>
&gt;     in any fashion and system properties even more.  Aside from being<br>
&gt;     cumbersome for users, I’m particularly against setting a trend of<br>
&gt;     using system properties to bail us out of hard API design issues.<br>
&gt;     This concern trumps the above and I would -1 this vote as-is.<br>
&gt;<br>
&gt;<br>
&gt;     That said, I’m not sure if this approach is workable in any way, but<br>
&gt;     here goes:<br>
&gt;<br>
&gt;     We keep the default rule of beans with final methods being<br>
&gt;     unproxyable unless explicit action in code is taken and the class is:<br>
&gt;<br>
&gt;         - explicitly produced via @Produces<br>
&gt;         - added explicitly via an extension<br>
&gt;<br>
&gt;<br>
&gt; I don&#39;t see a reason that the bean manager needs to ignore classes with<br>
&gt; final methods.  More-so, I don&#39;t see the strategy as being<br>
&gt; comprehensible to the typical developer that they need a producer.<br>
&gt; Sure, for 3PL&#39;s you&#39;re probably already creating a producer.  For cases<br>
&gt; where I just made my class with a final method, I shouldn&#39;t be penalized.<br>
&gt;<br>
&gt; Less boilerplate, that&#39;s one of the goals right?  If so, I don&#39;t see why<br>
&gt; we can&#39;t just deal with a final method in a proxy - don&#39;t extend it.<br>
<br>
Do you mean to simply ignore the method? If we do (the current<br>
non-portable solution of OWB and Weld) a user might be suprised why a<br>
method invoked on a proxy does not reach the target instance (it will be<br>
invoked upon a client proxy instance). Miserable default behavior I<br>
believe. And this will happen for a client proxy for non-interface bean<br>
types.<br>
<br>
&gt;<br>
&gt; The gotcha that I still see is around interceptor bindings.  They need<br>
&gt; to be explicitly disallowed on final methods, and big ole warning put in<br>
&gt; when you have interceptors on classes with final methods.<br>
&gt;<br>
&gt;<br>
&gt;     Effectively the BeanManager would continue to ignore beans with<br>
&gt;     final methods as proxyable in a classpath scan, but the application<br>
&gt;     could “go back” and explicitly put them into the BeanManager as<br>
&gt;     proxyable.<br>
&gt;<br>
&gt;<br>
&gt;     Thoughts?  Big holes in there?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;     -David<br>
&gt;<br>
&gt;<br>
&gt;&gt;     On Feb 12, 2016, at 9:19 AM, Antoine Sabot-Durand<br>
&gt;&gt;     &lt;<a href="mailto:antoine@sabot-durand.net" target="_blank">antoine@sabot-durand.net</a> &lt;mailto:<a href="mailto:antoine@sabot-durand.net" target="_blank">antoine@sabot-durand.net</a>&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;     Hi Guys,<br>
&gt;&gt;<br>
&gt;&gt;     Some EG members (like David Blevins) asked to have until the ned<br>
&gt;&gt;     of the week-end to vote here.<br>
&gt;&gt;     I find interesting to have the more possible input but as the<br>
&gt;&gt;     rules were to end the vote tonight, I wanted to be sure that<br>
&gt;&gt;     nobody has any objection for closing the vote on sunday 11:59pm CET.<br>
&gt;&gt;<br>
&gt;&gt;     Regards,<br>
&gt;&gt;<br>
&gt;&gt;     Antoine<br>
&gt;&gt;<br>
&gt;&gt;     Le ven. 12 févr. 2016 à 17:23, Mark Struberg &lt;<a href="mailto:struberg@yahoo.de" target="_blank">struberg@yahoo.de</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:struberg@yahoo.de" target="_blank">struberg@yahoo.de</a>&gt;&gt; a écrit :<br>
&gt;&gt;<br>
&gt;&gt;         Sure, that might probably be a viable way to do it.<br>
&gt;&gt;<br>
&gt;&gt;         Oki, here are the two use cases which we need to solve:<br>
&gt;&gt;<br>
&gt;&gt;         1.)<br>
&gt;&gt;         @Produces<br>
&gt;&gt;         @ApplicationScoped<br>
&gt;&gt;         public SomeWeirdThirdPartyClassWithFinalMethods createIt()<br>
&gt;&gt;         {return …};<br>
&gt;&gt;<br>
&gt;&gt;         2.)<br>
&gt;&gt;         @ApplicationSCoped<br>
&gt;&gt;         public class MySubclass extends<br>
&gt;&gt;         SomeWeirdThirdPartyClassWithFinalMethods {}<br>
&gt;&gt;<br>
&gt;&gt;         Any other use case?<br>
&gt;&gt;<br>
&gt;&gt;         Can you please elaborate how your idea will look like? Just a<br>
&gt;&gt;         few ideas so we can get it running.<br>
&gt;&gt;<br>
&gt;&gt;         txs and LieGrue,<br>
&gt;&gt;         strub<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;         PS: Again: I’m NOT interested to get my approach in. All I’m<br>
&gt;&gt;         interested in is a _solution_ for this real world problem. But<br>
&gt;&gt;         there was simply no alternative proposed so far…<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;         &gt; Am 12.02.2016 um 17:12 schrieb Pete Muir &lt;<a href="mailto:pmuir@redhat.com" target="_blank">pmuir@redhat.com</a><br>
&gt;&gt;         &lt;mailto:<a href="mailto:pmuir@redhat.com" target="_blank">pmuir@redhat.com</a>&gt;&gt;:<br>
&gt;&gt;         &gt;<br>
&gt;&gt;         &gt; -1<br>
&gt;&gt;         &gt;<br>
&gt;&gt;         &gt; The problem seems real, but proposed approach doesn&#39;t sit<br>
&gt;&gt;         right with<br>
&gt;&gt;         &gt; me. I think it would be better to follow the EJB approach,<br>
&gt;&gt;         and add a<br>
&gt;&gt;         &gt; way to be able to declare a method as &quot;not a business method&quot; (a<br>
&gt;&gt;         &gt; business method is also a thing in CDI IIRC).<br>
&gt;&gt;         &gt;<br>
&gt;&gt;         &gt; For example, e.g. using beans.xml and an annotation. This<br>
&gt;&gt;         then allows<br>
&gt;&gt;         &gt; the spec to consistently treat this public method as not a<br>
&gt;&gt;         business<br>
&gt;&gt;         &gt; method.<br>
&gt;&gt;         &gt;<br>
&gt;&gt;         &gt; On 9 February 2016 at 16:36, Antoine Sabot-Durand<br>
&gt;&gt;         &gt; &lt;<a href="mailto:antoine@sabot-durand.net" target="_blank">antoine@sabot-durand.net</a> &lt;mailto:<a href="mailto:antoine@sabot-durand.net" target="_blank">antoine@sabot-durand.net</a>&gt;&gt;<br>
&gt;&gt;         wrote:<br>
&gt;&gt;         &gt;&gt; Hi all,<br>
&gt;&gt;         &gt;&gt;<br>
&gt;&gt;         &gt;&gt; There have been a lot of discussion around CDI-527 in the<br>
&gt;&gt;         last weeks:<br>
&gt;&gt;         &gt;&gt; <a href="https://issues.jboss.org/browse/CDI-527" rel="noreferrer" target="_blank">https://issues.jboss.org/browse/CDI-527</a><br>
&gt;&gt;         &gt;&gt;<br>
&gt;&gt;         &gt;&gt; Mark proposed a PR:<br>
&gt;&gt;         &gt;&gt; <a href="https://github.com/cdi-spec/cdi/pull/271" rel="noreferrer" target="_blank">https://github.com/cdi-spec/cdi/pull/271</a><br>
&gt;&gt;         &gt;&gt;<br>
&gt;&gt;         &gt;&gt; But we don&#39;t agree on adding this feature to the spec.<br>
&gt;&gt;         &gt;&gt; This vote is to decide if we should add this feature at the<br>
&gt;&gt;         spec level now,<br>
&gt;&gt;         &gt;&gt; or not.<br>
&gt;&gt;         &gt;&gt; Should we vote this feature down, that won&#39;t mean it will<br>
&gt;&gt;         be completely<br>
&gt;&gt;         &gt;&gt; dropped: it could be implemented as non portable feature in<br>
&gt;&gt;         both Spec or<br>
&gt;&gt;         &gt;&gt; even be included as experimental feature in the spec (in<br>
&gt;&gt;         annexes) as<br>
&gt;&gt;         &gt;&gt; describe in the PR comments<br>
&gt;&gt;         &gt;&gt; Vote starts now, only vote from EG members are binding (but<br>
&gt;&gt;         you can give<br>
&gt;&gt;         &gt;&gt; your opinion if not part of the EG) and will last 72 hours.<br>
&gt;&gt;         &gt;&gt;<br>
&gt;&gt;         &gt;&gt; You vote with the following values:<br>
&gt;&gt;         &gt;&gt; +1 : I&#39;m favorable for adding this feature in the spec<br>
&gt;&gt;         &gt;&gt; -1 : I&#39;m against adding this feature in the spec<br>
&gt;&gt;         &gt;&gt; 0 : I don&#39;t care<br>
&gt;&gt;         &gt;&gt;<br>
&gt;&gt;         &gt;&gt; Thank you for your attention and your vote.<br>
&gt;&gt;         &gt;&gt;<br>
&gt;&gt;         &gt;&gt; Antoine Sabot-Durand<br>
&gt;&gt;         &gt;&gt;<br>
&gt;&gt;         &gt;&gt; _______________________________________________<br>
&gt;&gt;         &gt;&gt; cdi-dev mailing list<br>
&gt;&gt;         &gt;&gt; <a href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a> &lt;mailto:<a href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a>&gt;<br>
&gt;&gt;         &gt;&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;&gt;         &gt;&gt;<br>
&gt;&gt;         &gt;&gt; Note that for all code provided on this list, the provider<br>
&gt;&gt;         licenses the code<br>
&gt;&gt;         &gt;&gt; under the Apache License, Version 2<br>
&gt;&gt;         &gt;&gt; (<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<br>
&gt;&gt;         other ideas<br>
&gt;&gt;         &gt;&gt; provided on this list, the provider waives all patent and<br>
&gt;&gt;         other intellectual<br>
&gt;&gt;         &gt;&gt; property rights inherent in such information.<br>
&gt;&gt;         &gt; _______________________________________________<br>
&gt;&gt;         &gt; cdi-dev mailing list<br>
&gt;&gt;         &gt; <a href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a> &lt;mailto:<a href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a>&gt;<br>
&gt;&gt;         &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;&gt;         &gt;<br>
&gt;&gt;         &gt; Note that for all code provided on this list, the provider<br>
&gt;&gt;         licenses the code under the Apache License, Version 2<br>
&gt;&gt;         (<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<br>
&gt;&gt;         other ideas provided on this list, the provider waives all<br>
&gt;&gt;         patent and other intellectual property rights inherent in such<br>
&gt;&gt;         information.<br>
&gt;&gt;<br>
&gt;&gt;     _______________________________________________<br>
&gt;&gt;     cdi-dev mailing list<br>
&gt;&gt;     <a href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a> &lt;mailto:<a href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a>&gt;<br>
&gt;&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;&gt;<br>
&gt;&gt;     Note that for all code provided on this list, the provider<br>
&gt;&gt;     licenses the code under the Apache License, Version 2<br>
&gt;&gt;     (<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<br>
&gt;&gt;     ideas provided on this list, the provider waives all patent and<br>
&gt;&gt;     other intellectual property rights inherent in such information.<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> &lt;mailto:<a href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a>&gt;<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<br>
&gt;     the code under the Apache License, Version 2<br>
&gt;     (<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<br>
&gt;     ideas provided on this list, the provider waives all patent and<br>
&gt;     other intellectual property rights inherent in such information.<br>
&gt;<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></div></div></div>