<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Antonio,<br>
    <br>
    the artifact you mentioned is correct. The CDI API 1.2, which is
    transitively resolved, is correct also. The builder API is present
    in the Weld-specific
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    org.jboss.weld.environment.se package.<br>
    <br>
    HTH,<br>
    <br>
    Jozef<br>
    <br>
    <div class="moz-cite-prefix">On 04/27/2015 11:36 PM, Antonio
      Goncalves wrote:<br>
    </div>
    <blockquote
cite="mid:CA+ZZq9-bakCc_DOqVYtA0jemfeeFEhzBRy9MayX3W+uRqub6tA@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi Josef,
        <div><br>
        </div>
        <div>Which Maven artifact is needed to start playing with it ?
          When I use this one below, I miss all the CDI APIs
          (javax.inject.*, javax.enterprise.inject.*, etc.) :</div>
        <div><br>
        </div>
        <div>
          <div>            &lt;dependency&gt;</div>
          <div>                &lt;groupId&gt;<a moz-do-not-send="true"
              href="http://org.jboss.weld.se">org.jboss.weld.se</a>&lt;/groupId&gt;</div>
          <div>               
            &lt;artifactId&gt;weld-se-core&lt;/artifactId&gt;</div>
          <div>               
            &lt;version&gt;3.0.0.Alpha8&lt;/version&gt;</div>
          <div>            &lt;/dependency&gt;</div>
        </div>
        <div><br>
        </div>
        <div>Is there an artifact that also depends on the new version
          of the API ? Or we just use the "old" CDI 1.2 APIs ?</div>
        <div><br>
        </div>
        <div>Thanks</div>
        <div>Antonio</div>
        <div><br>
        </div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Mon, Apr 27, 2015 at 4:57 PM, Jozef
          Hartinger <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:jharting@redhat.com" target="_blank">jharting@redhat.com</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">We
            extended Weld's API for Java SE in the recent 3.0.0.Alpha8
            release.<br>
            The main feature is a new builder for programmatic
            configuration of<br>
            managed classes, packages, enabled interceptors and others.
            This could<br>
            serve as a draft for the bootstrap API to be added to CDI.<br>
            <br>
            See the release blog post for more details:<br>
            <a moz-do-not-send="true"
              href="http://weld.cdi-spec.org/news/2015/04/21/weld-300Alpha8/"
              target="_blank">http://weld.cdi-spec.org/news/2015/04/21/weld-300Alpha8/</a><br>
            <br>
            Jozef<br>
            _______________________________________________<br>
            cdi-dev mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:cdi-dev@lists.jboss.org">cdi-dev@lists.jboss.org</a><br>
            <a moz-do-not-send="true"
              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
              moz-do-not-send="true"
              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 class="gmail_signature">
          <div dir="ltr">Antonio Goncalves <br>
            Software architect, Java Champion and Pluralsight author<br>
            <br>
            <a moz-do-not-send="true"
              href="http://www.antoniogoncalves.org" target="_blank">Web
              site</a> | <a moz-do-not-send="true"
              href="http://twitter.com/agoncal" target="_blank">Twitter</a>
            | <a moz-do-not-send="true"
              href="http://www.linkedin.com/in/agoncal" target="_blank">LinkedIn</a> |
            <a moz-do-not-send="true"
              href="http://pluralsight.com/training/Authors/Details/antonio-goncalves"
              target="_blank">Pluralsight</a> | <a
              moz-do-not-send="true" href="http://www.parisjug.org"
              target="_blank">Paris JUG</a> | <a moz-do-not-send="true"
              href="http://www.devoxx.fr" target="_blank">Devoxx France</a></div>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>