<div dir="ltr">Indeed, and with CDI 1.2 (MR) and 2.0 offering even the Spec under ALv2 as a dual-license, this was discussed by EC Members but both JCP EC and Oracle Legal/PMO seems fine with it, and CDI is already an essential building block to Java EE 6/7, hence used with Glassfish, too. I wasn&#39;t involved in these discussions, but given CDI is especially liberal and fully accepted by JCP formalities and license policies, I don&#39;t really see what the problem wss for Anatole&#39;s JSR attempt (though I know, both Oracle and other EC Members/companies don&#39;t always prefer this kind of licensing...;-)<div><br></div><div>Werner</div><div><br></div><div class="gmail_extra"><div class="gmail_quote">On Sun, Sep 7, 2014 at 9:28 PM, John D. Ament <span dir="ltr">&lt;<a href="mailto:john.d.ament@gmail.com" target="_blank">john.d.ament@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Ok, this mail has me more concerned than anything.  Can you clarify this ALv2 statement? AFAIK, Weld (the CDI RI) is ALv2.</div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Sep 7, 2014 at 3:12 PM, Anatole Tresch <span dir="ltr">&lt;<a href="mailto:atsticks@gmail.com" target="_blank">atsticks@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-size:large">Hi All</div><div style="font-size:large"><br></div><div style="font-size:large">unfortunately things seem quite complicated:</div><div><ul><li style="font-size:large">first of all,<b> similarities with Deltaspike are basically not accidental</b>. The concepts we developed in Credit Suisse are very similar to Deltaspike, though Deltaspike was not yet born at that time. Fortunately we ended up with a similar kind of solution.<br></li><li style="font-size:large"><b>filtering still can be done.</b> My idea is to define some kind of &quot;configuration provider&quot;, which then is dynamically asked for configuration. How the provider is internally organized, is completely transparent to CDI. This enables to have multi-layered, complex config solutions work the same (from a view point of CDI) like simple programmatic test configurations during unit tests. The config provider still can support filtering and dynamic resolution as commonly used in configuration systems. Similarly the format is basically also not fixed. Of course, would a reference implementation provide a set of functionalities, but I would definitively not define the exact configuration mechanism as part of the CDI (or even a EE config JSR). Another reason, beside complexity and time, is the fact that different companies handle, store and manage configuration differently, so a mechanism must be flexible enough to accommodate these, without adoption rate will be low. Furthermore this flexibility also keeps doors open for use cases we do not know yet.<br></li><li style="font-size:large">Also we have to separate some basically <b>two types of configuration aspects:</b> </li><ul style="font-size:large"><li><b><i>application </i>config </b>basically is injected into deployed components, but basically only can affect deployment to the extend it can be managed and injected by CDI. The basic architecture and design, how application servers to load and deploy are basically not affected. This type of configuration (mechanism) I see also as a possible addition to CDI, if we really fail to do something in another JSR. With CDI going for a more modular design, even basic configuration of CDI can be possible, given we have some kind of API, we can access during CDI initialization. </li><li>On the other side <b><i>deployment </i>configuration </b>affects directly how the application server deploys the application. Configuration here would allow to define datasources, EJBs, transactional aspects, security, persistence, war and ear configurations etc. Basically everything you do as of today with some kind of XML file, or annotation. Hereby enabling more flexibility into the existing descriptors is relatively easy, but as mentioned by Mark, constraint. Adding more flexibility raises other subtle problems. Imagine a application module, e.g. a war, that defines everything it requires. There is no need to configure anything more on server side (with spring you can do this, with Java EE unfortunately not). But this has a severe consequence, it would make the application really portable in the sense, that it can be moved between different app servers (vendors) without any change (ideally). As a result commercial profits of some vendor companies may be affected. I think this is actually one of the key points, why things are getting so complicated in that area.</li></ul><li><font size="4"><b>Legal aspects</b> also were discussed. One of them is a possible legal clash of ALv2 with GPL. This is the case already within Glassfish, but one of the reasons, why ALv2 was not acceptable to Oracle&#39;s legal department. At the end we decided to use a BSD model. Even dual licensing BSD/ALv2 could theoretically be an option. If you would choose ALv2, Oracle will not include your RI into Glassfish, which is the RI for the EE Umbrella JSR, meaning your JSR will not be included into EE8. So what should we do? I don&#39;t have a good answer...</font></li></ul><div><font size="4">So, I like to discuss configuration aspects here. Nevertheless if we decide to add config aspects, be aware that we might only (mainly) support application config, since everything else directly would impact other JSRs. And that is obviously quite similar to what Apache Deltaspike is all about ;-)</font></div><div><font size="4"><br></font></div><div><font size="4">Cheers,</font></div><div><font size="4">Anatole</font></div></div><div style="font-size:large"><br></div><div style="font-size:large"><br></div></div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-09-07 14:46 GMT+02:00 Mark Struberg <span dir="ltr">&lt;<a href="mailto:struberg@yahoo.de" target="_blank">struberg@yahoo.de</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:Helvetica Neue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif;font-size:8pt"><div><span>Yes, the config group also was (obviously) looking at DeltaSpikes config mechanism as well.</span></div><div style="color:rgb(0,0,0);font-size:10.6667px;font-family:Helvetica Neue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif;background-color:transparent;font-style:normal"><span>There were others who wanted to go more into the &#39;filtering&#39; approach as done on WebLogic servers (though not sure who else does that as well).</span></div><div style="color:rgb(0,0,0);font-size:10.6667px;font-family:Helvetica Neue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif;background-color:transparent;font-style:normal"><span>You know, having all the XML configs like WEB-INF/web.xml
 containing placeholders and the real values only get placed in there at deployment time. I personally find this approach a bit limited from a technical perspective and it already didn&#39;t work out for me when using WebLogic (what about changing a configured value after the deployment was done? What about security? Having passwords in web.xml, unit testing, ...).</span></div><div style="color:rgb(0,0,0);font-size:10.6667px;font-family:Helvetica Neue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif;background-color:transparent;font-style:normal"><span>There are of course also other approaches which all might have strong sides and would have needed to get discussed.<br></span></div><div style="color:rgb(0,0,0);font-size:10.6667px;font-family:Helvetica Neue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif;background-color:transparent;font-style:normal"><br><span></span></div><div style="color:rgb(0,0,0);font-size:10.6667px;font-family:Helvetica Neue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif;background-color:transparent;font-style:normal"><span>But utterly the problem seems to have been legal reasons. We even offered to have Anatole/CS lead the EG and do the RI as an ASF project with substantial support and participation from the JBoss, DeltaSpike and TomEE communities.</span></div><div style="color:rgb(0,0,0);font-size:10.6667px;font-family:Helvetica Neue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif;background-color:transparent;font-style:normal"><br><span></span></div><div style="color:rgb(0,0,0);font-size:10.6667px;font-family:Helvetica Neue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif;background-color:transparent;font-style:normal"><span>Anyway, the time will come when we will resurrect this effort.</span></div><div style="color:rgb(0,0,0);font-size:10.6667px;font-family:Helvetica Neue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif;background-color:transparent;font-style:normal"><br><span></span></div><div style="color:rgb(0,0,0);font-size:10.6667px;font-family:Helvetica Neue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif;background-color:transparent;font-style:normal"><span>LieGrue,</span></div><div style="color:rgb(0,0,0);font-size:10.6667px;font-family:Helvetica Neue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif;background-color:transparent;font-style:normal"><span>strub<br></span></div><div><div><div style="color:rgb(0,0,0);font-size:10.6667px;font-family:Helvetica Neue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif;background-color:transparent;font-style:normal"><br><span></span></div><div style="color:rgb(0,0,0);font-size:10.6667px;font-family:Helvetica Neue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif;background-color:transparent;font-style:normal"><span><br></span></div><div><br><br></div><div style="display:block"> <div style="font-family:Helvetica Neue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif;font-size:8pt"> <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif;font-size:12pt"> <div dir="ltr"> <font face="Arial"> On Sunday, 7 September 2014, 14:29, Werner Keil &lt;<a href="mailto:werner.keil@gmail.com" target="_blank">werner.keil@gmail.com</a>&gt; wrote:<br> </font> </div> <blockquote style="border-left:2px solid rgb(16,16,255);margin-left:5px;margin-top:5px;padding-left:5px">  <br><br> <div><div><div><div dir="ltr">Yep, it contains a simple but extendable notion of ProjectStage, too;-)<div><div><div dir="ltr"><span style="font-family:arial,sans-serif"></span><div><font face="Arial"><span style="font-family:arial,sans-serif"></span></font><div style="margin:0px;font-size:13px;border-collapse:collapse"><br clear="none"></div></div></div></div><br clear="none"><div><div>On Sun, Sep 7, 2014 at 2:19 PM, John D. Ament <span dir="ltr">&lt;<a rel="nofollow" shape="rect" href="mailto:john.d.ament@gmail.com" target="_blank">john.d.ament@gmail.com</a>&gt;</span> wrote:<br clear="none"><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Anatole,<div><br clear="none"></div><div>I&#39;m wondering if some of your configuration description falls under what was put together in DeltaSpike?</div><div><br clear="none"></div><div><a rel="nofollow" shape="rect" href="http://deltaspike.apache.org/configuration.html" target="_blank">http://deltaspike.apache.org/configuration.html</a><span><font color="#888888"><br clear="none"></font></span></div><span><font color="#888888"></font></span><div><br clear="none"></div><div>John</div></div><div><div><div><br clear="none"><br clear="none"><div>On Fri, Sep 5, 2014 at 6:18 PM, Anatole Tresch <span dir="ltr">&lt;<a rel="nofollow" shape="rect" href="mailto:atsticks@gmail.com" target="_blank">atsticks@gmail.com</a>&gt;</span> wrote:<br clear="none"><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-size:18px"><span style="font-family:arial,sans-serif">Staging is not a question of xml or not xml (the &quot;format&quot; of config). You can do staged config also using xml, or based on a database or json config service. Staging as well as, more generally speaking, environment dependent config is more like to select/filter the right config that </span><i style="font-family:arial,sans-serif">targets </i><span style="font-family:arial,sans-serif">the current (runtime) environment. This might include stages, but also many other aspects are feasible and common (server, tier, ear, war, tenant ...). Since these aspects are per se very complex, it might be advisable to leave them out of any spec (even a dedicated config JSR would probably not be capable of covering these within the relatively
 short EE timeframe)...</span><br clear="none"></div></div><div><div><div><br clear="none"><br clear="none"><div>2014-09-05 23:30 GMT+02:00 Werner Keil <span dir="ltr">&lt;<a rel="nofollow" shape="rect" href="mailto:werner.keil@gmail.com" target="_blank">werner.keil@gmail.com</a>&gt;</span>:<br clear="none"><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Jens/all,<div><br clear="none"></div><div>A sort of &quot;staging&quot; already was possible using CDI earlier, see examples like this:</div><div><a rel="nofollow" shape="rect" href="http://stackoverflow.com/questions/16907185/multiple-cdi-configuration-profiles-devel-beta-qa-production-in-one-war" target="_blank">http://stackoverflow.com/questions/16907185/multiple-cdi-configuration-profiles-devel-beta-qa-production-in-one-war</a></div><div><br clear="none"></div><div>DeltaSpike also includes type-safe staging that goes beyond the primitive, hard-coded JSF enum.</div><div><br clear="none"></div><div>If that works without XML, while still allowing flexible configuration for different stages  or to add and &quot;inject&quot; additional stages maybe even on a tenant basis (for Cloud scenarios) I could see something like that work without XML. In the Multiconf project we managed to code everything in Python, and similar to Puppet or Chef you can configure and deploy multiple environments with it, Java EE, Spring or Play! several of them are configured this way and it requires no XML (where the container needs such files, the framework generates
 them;-)</div><div><br clear="none"></div><div>Werner<div><br clear="none"><div><span>On Fri, Sep 5, 2014 at 10:21 PM,  <span dir="ltr">&lt;<a rel="nofollow" shape="rect" href="mailto:cdi-dev-request@lists.jboss.org" target="_blank">cdi-dev-request@lists.jboss.org</a>&gt;</span> wrote:<br clear="none"></span><blockquote style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span>Send cdi-dev mailing list submissions to<br clear="none">
        <a rel="nofollow" shape="rect" href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a><br clear="none">
<br clear="none">
To subscribe or unsubscribe via the World Wide Web, visit<br clear="none">
        <a rel="nofollow" shape="rect" href="https://lists.jboss.org/mailman/listinfo/cdi-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/cdi-dev</a><br clear="none">
or, via email, send a message with subject or body &#39;help&#39; to<br clear="none">
        <a rel="nofollow" shape="rect" href="mailto:cdi-dev-request@lists.jboss.org" target="_blank">cdi-dev-request@lists.jboss.org</a><br clear="none">
<br clear="none">
You can reach the person managing the list at<br clear="none">
        <a rel="nofollow" shape="rect" href="mailto:cdi-dev-owner@lists.jboss.org" target="_blank">cdi-dev-owner@lists.jboss.org</a><br clear="none">
<br clear="none">
When replying, please edit your Subject line so it is more specific<br clear="none">
than &quot;Re: Contents of cdi-dev digest...&quot;<br clear="none">
<br clear="none">
<br clear="none">
Today&#39;s Topics:<br clear="none">
<br clear="none"></span>
   1. Re: Tools : Google Drive vs Asciidoc and Github (Anatole Tresch)<br clear="none">
   2. Re: With the end of Java Config... (Anatole Tresch)<br clear="none">
   3. [JBoss JIRA] (CDI-456) fix Bean#getBeanClass() definition<br clear="none">
      (Anatole Tresch (JIRA))<br clear="none">
   4. Re: With the end of Java Config... (Jens Schumann)<br clear="none">
<br clear="none">
------------------------------<br clear="none">
<br clear="none">
Message: 4<br clear="none">
Date: Fri, 5 Sep 2014 20:20:53 +0000<br clear="none">
From: Jens Schumann &lt;<a rel="nofollow" shape="rect" href="mailto:jens.schumann@openknowledge.de" target="_blank">jens.schumann@openknowledge.de</a>&gt;<br clear="none">
Subject: Re: [cdi-dev] With the end of Java Config...<br clear="none">
To: Anatole Tresch &lt;<a rel="nofollow" shape="rect" href="mailto:atsticks@gmail.com" target="_blank">atsticks@gmail.com</a>&gt;, Antonio Goncalves<br clear="none">
        &lt;<a rel="nofollow" shape="rect" href="mailto:antonio.goncalves@gmail.com" target="_blank">antonio.goncalves@gmail.com</a>&gt;<br clear="none">
Cc: cdi-dev &lt;<a rel="nofollow" shape="rect" href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a>&gt;<br clear="none">
Message-ID: &lt;<a rel="nofollow" shape="rect" href="mailto:D02FDD99.396B9%25jens.schumann@openknowledge.de" target="_blank">D02FDD99.396B9%jens.schumann@openknowledge.de</a>&gt;<br clear="none">
Content-Type: text/plain; charset=&quot;windows-1252&quot;<span><br clear="none">
<br clear="none">
I can confirm that this approach works very well. We are using a similar approach a couple of years now, and I love the simplicity that comes with portable extensions and @Producer methods. See our public version here [1] (works since early CDI 1.0 days) .<br clear="none">
<br clear="none">
Instead of a @Inject + Qualifier we just use the qualifier @Property. We support default values and type conversation for primitives and everything that has a string based constructor. The property source can be anything, from property files (default) to databases or xml files. For examples see tests here [2].<br clear="none">
<br clear="none">
Nevertheless I am not sure if this should be part of an future CDI spec. My concerns include the bloat argument, of course. But the main reason relates to the fact that we have almost everything in the current CDI spec already.<br clear="none">
<br clear="none">
Right now I am quite happy with an custom portable extension that does everything for me. At the time we implemented the extension we realised that the &quot;hard part&quot; was writing an extension that links a qualified &quot;optional injection point&quot; with an @Producer method while supporting code based default values. Luckily I had Arne in my team who did that within a few minutes.<br clear="none">
<br clear="none">
Because of this experience I would propose that we simplify extension development such that &quot;optional injection points&quot; may be linked to @Produces values easily. Additionally we have to solve a few more integration issues (e.g. read-only DB access should be available during CDI startup). Everything else should be provided by portable extensions (e.g. via delta-spike) and documentation/howtos at <a rel="nofollow" shape="rect" href="http://cdi-spec.org/" target="_blank">cdi-spec.org</a>.<br clear="none">
<br clear="none">
Jens<br clear="none">
[1] <a rel="nofollow" shape="rect" href="https://github.com/openknowledge/openknowledge-cdi-extensions/tree/master/openknowledge-cdi-common/src/main/java/de/openknowledge/cdi/common/property" target="_blank">https://github.com/openknowledge/openknowledge-cdi-extensions/tree/master/openknowledge-cdi-common/src/main/java/de/openknowledge/cdi/common/property</a><br clear="none">
[2] <a rel="nofollow" shape="rect" href="https://github.com/openknowledge/openknowledge-cdi-extensions/blob/master/openknowledge-cdi-common/src/test/java/de/openknowledge/cdi/common/property" target="_blank">https://github.com/openknowledge/openknowledge-cdi-extensions/blob/master/openknowledge-cdi-common/src/test/java/de/openknowledge/cdi/common/property</a><br clear="none">
<br clear="none"></span>
Von: Anatole Tresch &lt;<a rel="nofollow" shape="rect" href="mailto:atsticks@gmail.com" target="_blank">atsticks@gmail.com</a>&lt;mailto:<a rel="nofollow" shape="rect" href="mailto:atsticks@gmail.com" target="_blank">atsticks@gmail.com</a>&gt;&gt;<span><br clear="none">
Datum: Friday 5 September 2014 21:22<br clear="none"></span>
An: Antonio Goncalves &lt;<a rel="nofollow" shape="rect" href="mailto:antonio.goncalves@gmail.com" target="_blank">antonio.goncalves@gmail.com</a>&lt;mailto:<a rel="nofollow" shape="rect" href="mailto:antonio.goncalves@gmail.com" target="_blank">antonio.goncalves@gmail.com</a>&gt;&gt;<br clear="none">
Cc: CDI-Dev &lt;<a rel="nofollow" shape="rect" href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a>&lt;mailto:<a rel="nofollow" shape="rect" href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a>&gt;&gt;<span><br clear="none">
Betreff: Re: [cdi-dev] With the end of Java Config...<br clear="none">
<br clear="none">
Hi all,<br clear="none">
<br clear="none">
I would not like to add an XML &quot;bloated&quot; mechanism as part of CDI 2.0. Spontaneously I would propose a more CDI like things like:<br clear="none">
<br clear="none">
<br clear="none"></span>
  *   Adding a @Configured annotation (basically a qualifier). This can be in addition to @Inject and would allow to inject &quot;configured&quot; values.<br clear="none">
  *   Since configuration can change we may think of a (CDI) event/reinject mechanism based on config changes. By default, this is switched off and we can discuss how it would be activated, e.g. by an additional flag settable with the @Configured annotation, or an additional @Observable ConfigChangeEvent (similar to the Griffon framework), or both.<br clear="none">
  *   Hereby configured values theoretically behave similar as all other injection points. They also can be qualified (the aspect of scopes, I did not yet have time to think about). The only difference is, that they are satisified using the configuration &quot;system&quot;.<br clear="none">
  *   The configuration &quot;source&quot; itself could in the extreme simplest way be a Provider&lt;Map&lt;String,String&gt;&gt;. The CDI spec should not care about how this map is provided (XML, DB, overrides, etc). This still can be standardized later. As long as the ConfigurationSource SPI is defined, companies still can hook in the logic and level of configuration abstraction they need.<br clear="none">
  *   Of course, since not only Strings can be injected, we need some conversion or adapter logic as basically outlined in my blog. Also here we can add a simple SPI and let the details to the RI.<br clear="none">
<br clear="none">
Summarizing a<br clear="none">
<br clear="none">
  *   @Configured annotation<br clear="none">
  *   some kind of change event<br clear="none">
  *   a ConfigurationSource extends Provider&lt;MapString,String&gt;&gt;<br clear="none">
  *   a conversion mechanism from String to T.<span><br clear="none">
<br clear="none">
we get a full fledged configuration mechanism that leverages CDI.<br clear="none">
<br clear="none">
That would be my idea basically. WDYT? I will try to work that out in more details. Basically it should be implementable even with the CDI mechanism already in place with CDI 1.1.<br clear="none">
<br clear="none">
Best,<br clear="none">
Anatole<br clear="none">
<br clear="none">
<br clear="none">
<br clear="none">
<br clear="none">
<br clear="none">
<br clear="none"></span>
2014-09-05 16:08 GMT+02:00 Antonio Goncalves &lt;<a rel="nofollow" shape="rect" href="mailto:antonio.goncalves@gmail.com" target="_blank">antonio.goncalves@gmail.com</a>&lt;mailto:<a rel="nofollow" shape="rect" href="mailto:antonio.goncalves@gmail.com" target="_blank">antonio.goncalves@gmail.com</a>&gt;&gt;:<span><br clear="none">
One wise man* once said &quot;EJB was a hype specification, we added too many things to it, it became bloated. The next hype specifications are JAX-RS and CDI, careful with them&quot;<br clear="none">
<br clear="none">
Either we get this idea of &quot;parts&quot; right, or CDI will endup being bloated.<br clear="none">
<br clear="none">
Antonio<br clear="none">
<br clear="none">
<br clear="none">
*David Blevin<br clear="none">
<br clear="none">
<br clear="none"></span><span>
On Fri, Sep 5, 2014 at 3:28 PM, Antoine Sabot-Durand &lt;<a rel="nofollow" shape="rect" href="mailto:antoine@sabot-durand.net" target="_blank">antoine@sabot-durand.net</a>&lt;mailto:<a rel="nofollow" shape="rect" href="mailto:antoine@sabot-durand.net" target="_blank">antoine@sabot-durand.net</a>&gt;&gt; wrote:<br clear="none">
Hi all,<br clear="none">
<br clear="none">
You may have followed the rise and fall of the Java Config JSR (<a rel="nofollow" shape="rect" href="http://javaeeconfig.blogspot.ch/2014/09/no-java-ee-configuration-for-ee8-dear.html" target="_blank">http://javaeeconfig.blogspot.ch/2014/09/no-java-ee-configuration-for-ee8-dear.html</a>).<br clear="none">
Anatole in CC was leading this initiative and I proposed him to join us and explore if some part of his late-JSR could be done in CDI.<br clear="none">
<br clear="none"></span>
I?m mainly thinking of <a rel="nofollow" shape="rect" href="https://issues.jboss.org/browse/CDI-123" target="_blank">https://issues.jboss.org/browse/CDI-123</a> or related solution. If we achieve to have a majority of specs to integrate with CDI, our configuration solution would therefore become a configuration system for all spec based on CDI 2.0.<span><br clear="none">
<br clear="none">
Antoine<br clear="none">
<br clear="none">
<br clear="none">
<br clear="none">
_______________________________________________<br clear="none">
cdi-dev mailing list<br clear="none">
</span><a rel="nofollow" shape="rect" href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a>&lt;mailto:<a rel="nofollow" shape="rect" href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a>&gt;<span><br clear="none">
<a rel="nofollow" shape="rect" href="https://lists.jboss.org/mailman/listinfo/cdi-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/cdi-dev</a><br clear="none">
<br clear="none">
Note that for all code provided on this list, the provider licenses the code under the Apache License, Version 2 (<a rel="nofollow" shape="rect" href="http://www.apache.org/licenses/LICENSE-2.0.html" 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 clear="none">
<br clear="none">
<br clear="none">
<br clear="none">
--<br clear="none">
Antonio Goncalves<br clear="none">
Software architect, Java Champion and Pluralsight author<br clear="none">
<br clear="none"></span>
Web site&lt;<a rel="nofollow" shape="rect" href="http://www.antoniogoncalves.org/" target="_blank">http://www.antoniogoncalves.org</a>&gt; | Twitter&lt;<a rel="nofollow" shape="rect" href="http://twitter.com/agoncal" target="_blank">http://twitter.com/agoncal</a>&gt; | LinkedIn&lt;<a rel="nofollow" shape="rect" href="http://www.linkedin.com/in/agoncal" target="_blank">http://www.linkedin.com/in/agoncal</a>&gt; | Pluralsight&lt;<a rel="nofollow" shape="rect" href="http://pluralsight.com/training/Authors/Details/antonio-goncalves" target="_blank">http://pluralsight.com/training/Authors/Details/antonio-goncalves</a>&gt; | Paris JUG&lt;<a rel="nofollow" shape="rect" href="http://www.parisjug.org/" target="_blank">http://www.parisjug.org</a>&gt; | Devoxx France&lt;<a rel="nofollow" shape="rect" href="http://www.devoxx.fr/" target="_blank">http://www.devoxx.fr</a>&gt;<br clear="none">
<br clear="none">
_______________________________________________<br clear="none">
cdi-dev mailing list<br clear="none">
<a rel="nofollow" shape="rect" href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a>&lt;mailto:<a rel="nofollow" shape="rect" href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a>&gt;<span><br clear="none">
<a rel="nofollow" shape="rect" href="https://lists.jboss.org/mailman/listinfo/cdi-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/cdi-dev</a><br clear="none">
<br clear="none">
Note that for all code provided on this list, the provider licenses the code under the Apache License, Version 2 (<a rel="nofollow" shape="rect" href="http://www.apache.org/licenses/LICENSE-2.0.html" 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 clear="none">
<br clear="none">
<br clear="none">
<br clear="none">
--<br clear="none">
Anatole Tresch<br clear="none">
Java Lead Engineer, JSR Spec Lead<br clear="none"></span>
Gl?rnischweg 10<span><br clear="none">
CH - 8620 Wetzikon<br clear="none">
<br clear="none">
Switzerland, Europe Zurich, GMT+1<br clear="none">
Twitter:  @atsticks<br clear="none">
Blogs: <a rel="nofollow" shape="rect" href="http://javaremarkables.blogspot.ch/" target="_blank">http://javaremarkables.blogspot.ch/</a><br clear="none">
Google: atsticks<br clear="none">
Mobile  <a rel="nofollow" shape="rect">+41-76 344 62 79</a><br clear="none"></span><span>
-------------- next part --------------<br clear="none">
An HTML attachment was scrubbed...<br clear="none"></span>
URL: <a rel="nofollow" shape="rect" href="http://lists.jboss.org/pipermail/cdi-dev/attachments/20140905/3d951250/attachment.html" target="_blank">http://lists.jboss.org/pipermail/cdi-dev/attachments/20140905/3d951250/attachment.html</a><br clear="none">
<br clear="none">
------------------------------<span><br clear="none">
<br clear="none">
_______________________________________________<br clear="none">
cdi-dev mailing list<br clear="none">
<a rel="nofollow" shape="rect" href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a><br clear="none">
<a rel="nofollow" shape="rect" href="https://lists.jboss.org/mailman/listinfo/cdi-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/cdi-dev</a><br clear="none">
<br clear="none">
Note that for all code provided on this list, the provider licenses the code under the Apache License, Version 2 (<a rel="nofollow" shape="rect" href="http://www.apache.org/licenses/LICENSE-2.0.html" 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 clear="none">
<br clear="none"></span>
End of cdi-dev Digest, Vol 46, Issue 20<br clear="none">
***************************************<br clear="none">
</blockquote></div><br clear="none"></div></div></div>
<br clear="none">_______________________________________________<br clear="none">
cdi-dev mailing list<br clear="none">
<a rel="nofollow" shape="rect" href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a><br clear="none">
<a rel="nofollow" shape="rect" href="https://lists.jboss.org/mailman/listinfo/cdi-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/cdi-dev</a><br clear="none">
<br clear="none">
Note that for all code provided on this list, the provider licenses the code under the Apache License, Version 2 (<a rel="nofollow" shape="rect" href="http://www.apache.org/licenses/LICENSE-2.0.html" 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 clear="none"></blockquote></div><br clear="none"><br clear="all"><div><br clear="none"></div>-- <br clear="none"></div></div><div dir="ltr"><span style="font-family:arial;font-size:small"><b>Anatole Tresch</b></span><div style="font-family:arial;font-size:small"><div><div>Java Lead Engineer, JSR Spec Lead<br clear="none"></div></div>Glärnischweg 10<br clear="none">CH - 8620 Wetzikon</div><span></span><div style="font-family:arial;font-size:small"><br clear="none"></div><div style="font-family:arial;font-size:small"><i>Switzerland, Europe Zurich, GMT+1</i></div><div style="font-family:arial;font-size:small"><i>Twitter:  @atsticks</i></div><div><i style="font-family:arial;font-size:small">Blogs: </i><font face="arial"><i><a rel="nofollow" shape="rect" href="http://javaremarkables.blogspot.ch/" target="_blank">http://javaremarkables.blogspot.ch/</a></i></font></div><div style="font-family:arial;font-size:small"><i>Google: atsticks<br clear="none">Mobile  <a rel="nofollow" shape="rect">+41-76 344 62 79</a></i></div></div>
</div>
<br clear="none">_______________________________________________<br clear="none">
cdi-dev mailing list<br clear="none">
<a rel="nofollow" shape="rect" href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a><br clear="none">
<a rel="nofollow" shape="rect" href="https://lists.jboss.org/mailman/listinfo/cdi-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/cdi-dev</a><br clear="none">
<br clear="none">
Note that for all code provided on this list, the provider licenses the code under the Apache License, Version 2 (<a rel="nofollow" shape="rect" href="http://www.apache.org/licenses/LICENSE-2.0.html" 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 clear="none"></blockquote></div><br clear="none"></div>
</div></div></blockquote></div></div><br clear="none"></div></div></div></div><br><div>_______________________________________________<br clear="none">cdi-dev mailing list<br clear="none"><a shape="rect" href="mailto:cdi-dev@lists.jboss.org" target="_blank">cdi-dev@lists.jboss.org</a><br clear="none"><a shape="rect" href="https://lists.jboss.org/mailman/listinfo/cdi-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/cdi-dev</a><br clear="none"><br clear="none">Note that for all code provided on this list, the provider licenses the code under the Apache License, Version 2 (<a shape="rect" href="http://www.apache.org/licenses/LICENSE-2.0.html" 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.</div><br><br></div> </blockquote>
  </div> </div>   </div> </div></div></div></div><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" 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" 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><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><span style="font-family:arial;font-size:small"><b>Anatole Tresch</b></span><div style="font-family:arial;font-size:small">Java Lead Engineer, JSR Spec Lead<br>Glärnischweg 10<br>CH - 8620 Wetzikon</div><div style="font-family:arial;font-size:small"><br></div><div style="font-family:arial;font-size:small"><i>Switzerland, Europe Zurich, GMT+1</i></div><div style="font-family:arial;font-size:small"><i>Twitter:  @atsticks</i></div><div><i style="font-family:arial;font-size:small">Blogs: </i><font face="arial"><i><a href="http://javaremarkables.blogspot.ch/" target="_blank">http://javaremarkables.blogspot.ch/</a></i></font></div><div style="font-family:arial;font-size:small"><i>Google: atsticks<br>Mobile  <a href="tel:%2B41-76%20344%2062%2079" value="+41763446279" target="_blank">+41-76 344 62 79</a></i></div></div>
</div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div></div>