<div dir="ltr"><div class="gmail_extra"><div><div class="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><span lang="EN-GB"><div style="font-family:arial,helvetica,sans-serif">+1 As the 25th is a Fri.</div><div style="font-family:arial,helvetica,sans-serif"><br></div><div style="font-family:arial,helvetica,sans-serif">I am not as far from Paris as at least John (and using CDI a lot here right now;-) so depending on when it&#39;ll start on the 25th I hope to make it as early as possible on Fri and all of Sat.</div><div style="font-family:arial,helvetica,sans-serif"><br></div><div style="font-family:arial,helvetica,sans-serif">Werner<br><br></div></span></div></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Mon, Jun 29, 2015 at 11:39 AM,  <span dir="ltr">&lt;<a href="mailto:cdi-dev-request@lists.jboss.org" target="_blank">cdi-dev-request@lists.jboss.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send cdi-dev mailing list submissions to<br>
        <a href="mailto:cdi-dev@lists.jboss.org">cdi-dev@lists.jboss.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<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>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:cdi-dev-request@lists.jboss.org">cdi-dev-request@lists.jboss.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:cdi-dev-owner@lists.jboss.org">cdi-dev-owner@lists.jboss.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of cdi-dev digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. [JBoss JIRA] (CDI-538) Fix parameterized types    discrepancies<br>
      (Antoine Sabot-Durand (JIRA))<br>
   2. [JBoss JIRA] (CDI-538) Fix parameterized types    discrepancies<br>
      (Antoine Sabot-Durand (JIRA))<br>
   3. [JBoss JIRA] (CDI-538) Fix parameterized types    discrepancies<br>
      (Antoine Sabot-Durand (JIRA))<br>
   4. EDR1 ready to be released (Antoine Sabot-Durand)<br>
   5. Let&#39;s Sept 25th -26th for our F2F meeting (Antoine Sabot-Durand)<br>
   6. Re: Let&#39;s Sept 25th -26th for our F2F meeting (Antonio Goncalves)<br>
   7. Re: EDR1 ready to be released (Jozef Hartinger)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 24 Jun 2015 10:57:01 -0400 (EDT)<br>
From: &quot;Antoine Sabot-Durand (JIRA)&quot; &lt;<a href="mailto:issues@jboss.org">issues@jboss.org</a>&gt;<br>
Subject: [cdi-dev] [JBoss JIRA] (CDI-538) Fix parameterized types<br>
        discrepancies<br>
To: <a href="mailto:cdi-dev@lists.jboss.org">cdi-dev@lists.jboss.org</a><br>
Message-ID:<br>
        &lt;JIRA.12576163.1435157807000.79934.1435157821986@Atlassian.JIRA&gt;<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
<br>
     [ <a href="https://issues.jboss.org/browse/CDI-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel" rel="noreferrer" target="_blank">https://issues.jboss.org/browse/CDI-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a> ]<br>
<br>
Antoine Sabot-Durand updated CDI-538:<br>
-------------------------------------<br>
    Fix Version/s: 2.0-EDR1<br>
<br>
<br>
&gt; Fix parameterized types discrepancies<br>
&gt; -------------------------------------<br>
&gt;<br>
&gt;                 Key: CDI-538<br>
&gt;                 URL: <a href="https://issues.jboss.org/browse/CDI-538" rel="noreferrer" target="_blank">https://issues.jboss.org/browse/CDI-538</a><br>
&gt;             Project: CDI Specification Issues<br>
&gt;          Issue Type: Bug<br>
&gt;          Components: Portable Extensions<br>
&gt;    Affects Versions: 1.2.Final<br>
&gt;            Reporter: Antoine Sabot-Durand<br>
&gt;             Fix For: 2.0-EDR1<br>
&gt;<br>
&gt;<br>
&gt; In the SPI, the spec states the following:<br>
&gt; {quote}<br>
&gt; * For a producer method with method return type {{X}} of a bean with bean class {{T}}, the container must raise an event of type {{ProcessProducerMethod&lt;T, X&gt;}}.<br>
&gt; * For a producer field with field type {{X}} of a bean with bean class {{T}}, the container must raise an event of type {{ProcessProducerField&lt;T, X&gt;}}.<br>
&gt; {quote}<br>
&gt; But the Javadoc and impl behavior is<br>
&gt; {quote}<br>
&gt; * For a producer method with method return type {{T}} of a bean with bean class {{X}}, the container must raise an event of type {{ProcessProducerMethod&lt;T, X&gt;}}.<br>
&gt; * For a producer field with field type {{T}} of a bean with bean class {{X}}, the container must raise an event of type {{ProcessProducerField&lt;T, X&gt;}}.<br>
&gt; {quote}<br>
<br>
<br>
<br>
--<br>
This message was sent by Atlassian JIRA<br>
(v6.3.15#6346)<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 24 Jun 2015 10:57:01 -0400 (EDT)<br>
From: &quot;Antoine Sabot-Durand (JIRA)&quot; &lt;<a href="mailto:issues@jboss.org">issues@jboss.org</a>&gt;<br>
Subject: [cdi-dev] [JBoss JIRA] (CDI-538) Fix parameterized types<br>
        discrepancies<br>
To: <a href="mailto:cdi-dev@lists.jboss.org">cdi-dev@lists.jboss.org</a><br>
Message-ID:<br>
        &lt;JIRA.12576163.1435157807000.79933.1435157821962@Atlassian.JIRA&gt;<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
Antoine Sabot-Durand created CDI-538:<br>
----------------------------------------<br>
<br>
             Summary: Fix parameterized types discrepancies<br>
                 Key: CDI-538<br>
                 URL: <a href="https://issues.jboss.org/browse/CDI-538" rel="noreferrer" target="_blank">https://issues.jboss.org/browse/CDI-538</a><br>
             Project: CDI Specification Issues<br>
          Issue Type: Bug<br>
          Components: Portable Extensions<br>
    Affects Versions: 1.2.Final<br>
            Reporter: Antoine Sabot-Durand<br>
<br>
<br>
In the SPI, the spec states the following:<br>
<br>
{quote}<br>
* For a producer method with method return type {{X}} of a bean with bean class {{T}}, the container must raise an event of type {{ProcessProducerMethod&lt;T, X&gt;}}.<br>
* For a producer field with field type {{X}} of a bean with bean class {{T}}, the container must raise an event of type {{ProcessProducerField&lt;T, X&gt;}}.<br>
{quote}<br>
<br>
But the Javadoc and impl behavior is<br>
<br>
{quote}<br>
* For a producer method with method return type {{T}} of a bean with bean class {{X}}, the container must raise an event of type {{ProcessProducerMethod&lt;T, X&gt;}}.<br>
* For a producer field with field type {{T}} of a bean with bean class {{X}}, the container must raise an event of type {{ProcessProducerField&lt;T, X&gt;}}.<br>
{quote}<br>
<br>
<br>
<br>
<br>
<br>
--<br>
This message was sent by Atlassian JIRA<br>
(v6.3.15#6346)<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Wed, 24 Jun 2015 10:58:02 -0400 (EDT)<br>
From: &quot;Antoine Sabot-Durand (JIRA)&quot; &lt;<a href="mailto:issues@jboss.org">issues@jboss.org</a>&gt;<br>
Subject: [cdi-dev] [JBoss JIRA] (CDI-538) Fix parameterized types<br>
        discrepancies<br>
To: <a href="mailto:cdi-dev@lists.jboss.org">cdi-dev@lists.jboss.org</a><br>
Message-ID:<br>
        &lt;JIRA.12576163.1435157807000.79936.1435157882400@Atlassian.JIRA&gt;<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
<br>
     [ <a href="https://issues.jboss.org/browse/CDI-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel" rel="noreferrer" target="_blank">https://issues.jboss.org/browse/CDI-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a> ]<br>
<br>
Antoine Sabot-Durand updated CDI-538:<br>
-------------------------------------<br>
    Reporter: Antonin Stefanutti  (was: Antoine Sabot-Durand)<br>
<br>
<br>
&gt; Fix parameterized types discrepancies<br>
&gt; -------------------------------------<br>
&gt;<br>
&gt;                 Key: CDI-538<br>
&gt;                 URL: <a href="https://issues.jboss.org/browse/CDI-538" rel="noreferrer" target="_blank">https://issues.jboss.org/browse/CDI-538</a><br>
&gt;             Project: CDI Specification Issues<br>
&gt;          Issue Type: Bug<br>
&gt;          Components: Portable Extensions<br>
&gt;    Affects Versions: 1.2.Final<br>
&gt;            Reporter: Antonin Stefanutti<br>
&gt;             Fix For: 2.0-EDR1<br>
&gt;<br>
&gt;<br>
&gt; In the SPI, the spec states the following:<br>
&gt; {quote}<br>
&gt; * For a producer method with method return type {{X}} of a bean with bean class {{T}}, the container must raise an event of type {{ProcessProducerMethod&lt;T, X&gt;}}.<br>
&gt; * For a producer field with field type {{X}} of a bean with bean class {{T}}, the container must raise an event of type {{ProcessProducerField&lt;T, X&gt;}}.<br>
&gt; {quote}<br>
&gt; But the Javadoc and impl behavior is<br>
&gt; {quote}<br>
&gt; * For a producer method with method return type {{T}} of a bean with bean class {{X}}, the container must raise an event of type {{ProcessProducerMethod&lt;T, X&gt;}}.<br>
&gt; * For a producer field with field type {{T}} of a bean with bean class {{X}}, the container must raise an event of type {{ProcessProducerField&lt;T, X&gt;}}.<br>
&gt; {quote}<br>
<br>
<br>
<br>
--<br>
This message was sent by Atlassian JIRA<br>
(v6.3.15#6346)<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Thu, 25 Jun 2015 11:19:40 +0200<br>
From: Antoine Sabot-Durand &lt;<a href="mailto:antoine@sabot-durand.net">antoine@sabot-durand.net</a>&gt;<br>
Subject: [cdi-dev] EDR1 ready to be released<br>
To: cdi-dev &lt;<a href="mailto:cdi-dev@lists.jboss.org">cdi-dev@lists.jboss.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:0E18098B-212C-4183-9772-560430AFA89E@sabot-durand.net">0E18098B-212C-4183-9772-560430AFA89E@sabot-durand.net</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Hi guys,<br>
<br>
The branch 2.0-EDR1 is ready for release.<br>
<br>
Beyond the source, you can check javadoc here:<br>
<a href="https://dl.dropboxusercontent.com/u/2898173/EDR1-Doc/index.html" rel="noreferrer" target="_blank">https://dl.dropboxusercontent.com/u/2898173/EDR1-Doc/index.html</a> &lt;<a href="https://dl.dropboxusercontent.com/u/2898173/EDR1-Doc/index.html" rel="noreferrer" target="_blank">https://dl.dropboxusercontent.com/u/2898173/EDR1-Doc/index.html</a>&gt;<br>
<br>
And spec here:<br>
<a href="https://dl.dropboxusercontent.com/u/2898173/cdi-spec.html" rel="noreferrer" target="_blank">https://dl.dropboxusercontent.com/u/2898173/cdi-spec.html</a> &lt;<a href="https://dl.dropboxusercontent.com/u/2898173/cdi-spec.html" rel="noreferrer" target="_blank">https://dl.dropboxusercontent.com/u/2898173/cdi-spec.html</a>&gt;<br>
<br>
Or PDF version:<br>
<a href="https://dl.dropboxusercontent.com/u/2898173/cdi-2.0-EDR1.pdf" rel="noreferrer" target="_blank">https://dl.dropboxusercontent.com/u/2898173/cdi-2.0-EDR1.pdf</a> &lt;<a href="https://dl.dropboxusercontent.com/u/2898173/cdi-2.0-EDR1.pdf" rel="noreferrer" target="_blank">https://dl.dropboxusercontent.com/u/2898173/cdi-2.0-EDR1.pdf</a>&gt;<br>
<br>
I have still some work on introduction (major changes, etc?) and on copyright in source files and intend to start release process (three the JCP) tomorrow.<br>
<br>
Antoine<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.jboss.org/pipermail/cdi-dev/attachments/20150625/63b8ab91/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.jboss.org/pipermail/cdi-dev/attachments/20150625/63b8ab91/attachment-0001.html</a><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: signature.asc<br>
Type: application/pgp-signature<br>
Size: 495 bytes<br>
Desc: Message signed with OpenPGP using GPGMail<br>
Url : <a href="http://lists.jboss.org/pipermail/cdi-dev/attachments/20150625/63b8ab91/attachment-0001.bin" rel="noreferrer" target="_blank">http://lists.jboss.org/pipermail/cdi-dev/attachments/20150625/63b8ab91/attachment-0001.bin</a><br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Thu, 25 Jun 2015 16:16:43 +0200<br>
From: Antoine Sabot-Durand &lt;<a href="mailto:antoine@sabot-durand.net">antoine@sabot-durand.net</a>&gt;<br>
Subject: [cdi-dev] Let&#39;s Sept 25th -26th for our F2F meeting<br>
To: cdi-dev &lt;<a href="mailto:cdi-dev@lists.jboss.org">cdi-dev@lists.jboss.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:4C409AF7-57D7-4B62-A82F-B40EC9C778BC@sabot-durand.net">4C409AF7-57D7-4B62-A82F-B40EC9C778BC@sabot-durand.net</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Hi all,<br>
<br>
So the vote closed on modally. We should have talk about the final date in the last meeting, but there was too much on our plate ;).<br>
<br>
We have a tie between 18th and 25th, but as John can make it for the 25th and he?s probably the farthest one from Paris to come I propose to keep this date.<br>
<br>
Regards,<br>
<br>
Antoine<br>
<br>
<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: signature.asc<br>
Type: application/pgp-signature<br>
Size: 495 bytes<br>
Desc: Message signed with OpenPGP using GPGMail<br>
Url : <a href="http://lists.jboss.org/pipermail/cdi-dev/attachments/20150625/bf53ea6c/attachment-0001.bin" rel="noreferrer" target="_blank">http://lists.jboss.org/pipermail/cdi-dev/attachments/20150625/bf53ea6c/attachment-0001.bin</a><br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Thu, 25 Jun 2015 16:27:16 +0200<br>
From: Antonio Goncalves &lt;<a href="mailto:antonio.goncalves@gmail.com">antonio.goncalves@gmail.com</a>&gt;<br>
Subject: Re: [cdi-dev] Let&#39;s Sept 25th -26th for our F2F meeting<br>
To: Antoine Sabot-Durand &lt;<a href="mailto:antoine@sabot-durand.net">antoine@sabot-durand.net</a>&gt;<br>
Cc: cdi-dev &lt;<a href="mailto:cdi-dev@lists.jboss.org">cdi-dev@lists.jboss.org</a>&gt;<br>
Message-ID:<br>
        &lt;CA+ZZq9-ck=<a href="mailto:yyQfethzEzBb3SY-wWBXFxT-RvG_2nFsnqcEmXfQ@mail.gmail.com">yyQfethzEzBb3SY-wWBXFxT-RvG_2nFsnqcEmXfQ@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
+1<br>
<br>
On Thu, Jun 25, 2015 at 4:16 PM, Antoine Sabot-Durand &lt;<br>
<a href="mailto:antoine@sabot-durand.net">antoine@sabot-durand.net</a>&gt; wrote:<br>
<br>
&gt; Hi all,<br>
&gt;<br>
&gt; So the vote closed on modally. We should have talk about the final date in<br>
&gt; the last meeting, but there was too much on our plate ;).<br>
&gt;<br>
&gt; We have a tie between 18th and 25th, but as John can make it for the 25th<br>
&gt; and he?s probably the farthest one from Paris to come I propose to keep<br>
&gt; this date.<br>
&gt;<br>
&gt; Regards,<br>
&gt;<br>
&gt; Antoine<br>
&gt;<br>
&gt;<br>
&gt;<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" 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<br>
&gt; 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 ideas<br>
&gt; provided on this list, the provider waives all patent and other<br>
&gt; intellectual property rights inherent in such information.<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Antonio Goncalves<br>
Software architect, Java Champion and Pluralsight author<br>
<br>
Web site &lt;<a href="http://www.antoniogoncalves.org" rel="noreferrer" target="_blank">http://www.antoniogoncalves.org</a>&gt; | Twitter<br>
&lt;<a href="http://twitter.com/agoncal" rel="noreferrer" target="_blank">http://twitter.com/agoncal</a>&gt; | LinkedIn &lt;<a href="http://www.linkedin.com/in/agoncal" rel="noreferrer" target="_blank">http://www.linkedin.com/in/agoncal</a>&gt; |<br>
Pluralsight<br>
&lt;<a href="http://pluralsight.com/training/Authors/Details/antonio-goncalves" rel="noreferrer" target="_blank">http://pluralsight.com/training/Authors/Details/antonio-goncalves</a>&gt; | Paris<br>
JUG &lt;<a href="http://www.parisjug.org" rel="noreferrer" target="_blank">http://www.parisjug.org</a>&gt; | Devoxx France &lt;<a href="http://www.devoxx.fr" rel="noreferrer" target="_blank">http://www.devoxx.fr</a>&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.jboss.org/pipermail/cdi-dev/attachments/20150625/fc81250c/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.jboss.org/pipermail/cdi-dev/attachments/20150625/fc81250c/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Mon, 29 Jun 2015 11:38:36 +0200<br>
From: Jozef Hartinger &lt;<a href="mailto:jharting@redhat.com">jharting@redhat.com</a>&gt;<br>
Subject: Re: [cdi-dev] EDR1 ready to be released<br>
To: Antoine Sabot-Durand &lt;<a href="mailto:antoine@sabot-durand.net">antoine@sabot-durand.net</a>&gt;,    cdi-dev<br>
        &lt;<a href="mailto:cdi-dev@lists.jboss.org">cdi-dev@lists.jboss.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:5591121C.2090905@redhat.com">5591121C.2090905@redhat.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;windows-1252&quot;<br>
<br>
How do we deal with the lack of parameter-level @Priority in the meantime?<br>
<br>
On 06/25/2015 11:19 AM, Antoine Sabot-Durand wrote:<br>
&gt; Hi guys,<br>
&gt;<br>
&gt; The branch 2.0-EDR1 is ready for release.<br>
&gt;<br>
&gt; Beyond the source, you can check javadoc here:<br>
&gt; <a href="https://dl.dropboxusercontent.com/u/2898173/EDR1-Doc/index.html" rel="noreferrer" target="_blank">https://dl.dropboxusercontent.com/u/2898173/EDR1-Doc/index.html</a><br>
&gt;<br>
&gt; And spec here:<br>
&gt; <a href="https://dl.dropboxusercontent.com/u/2898173/cdi-spec.html" rel="noreferrer" target="_blank">https://dl.dropboxusercontent.com/u/2898173/cdi-spec.html</a><br>
&gt;<br>
&gt; Or PDF version:<br>
&gt; <a href="https://dl.dropboxusercontent.com/u/2898173/cdi-2.0-EDR1.pdf" rel="noreferrer" target="_blank">https://dl.dropboxusercontent.com/u/2898173/cdi-2.0-EDR1.pdf</a><br>
&gt;<br>
&gt; I have still some work on introduction (major changes, etc?) and on<br>
&gt; copyright in source files and intend to start release process (three<br>
&gt; the JCP) tomorrow.<br>
&gt;<br>
&gt; Antoine<br>
&gt;<br>
&gt;<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" 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>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.jboss.org/pipermail/cdi-dev/attachments/20150629/354fedf6/attachment.html" rel="noreferrer" target="_blank">http://lists.jboss.org/pipermail/cdi-dev/attachments/20150629/354fedf6/attachment.html</a><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
cdi-dev mailing list<br>
<a href="mailto:cdi-dev@lists.jboss.org">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>
<br>
End of cdi-dev Digest, Vol 55, Issue 37<br>
***************************************<br>
</blockquote></div><br></div></div>