<html><body><div style="color:#000; background-color:#fff; font-family:verdana, helvetica, sans-serif;font-size:13px"><div id="yui_3_16_0_1_1430252599585_15563"><span>Hi cdi-dev,</span></div><div id="yui_3_16_0_1_1430252599585_15563"><span><br></span></div><div id="yui_3_16_0_1_1430252599585_15563" dir="ltr"><span id="yui_3_16_0_1_1430252599585_15641">I'm developing an SE application using Weld and I just pulled in the&nbsp;</span>3.0.0.Alpha8 version. &nbsp;I immediately ran into an Unsupported major.minor version 52.0 error. &nbsp;Is Weld 3 going to be only Java 8? &nbsp;Java 7 apps won't be able to use it?</div><div id="yui_3_16_0_1_1430252599585_15563" dir="ltr"><br></div><div id="yui_3_16_0_1_1430252599585_15563" dir="ltr">Thanks!</div><div id="yui_3_16_0_1_1430252599585_15563" dir="ltr"><br></div><div id="yui_3_16_0_1_1430252599585_15563" dir="ltr"><br></div>  <div id="yui_3_16_0_1_1430252599585_15563" dir="ltr" class="" style=""><span class="" style="">&nbsp;</span></div><br><div class="qtdSeparateBR"><br><br></div><div class="yahoo_quoted" style="display: block;"> <div style="font-family: verdana, helvetica, sans-serif; font-size: 13px;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div dir="ltr"> <font size="2" face="Arial"> On Tuesday, April 28, 2015 12:59 AM, Jozef Hartinger &lt;jharting@redhat.com&gt; wrote:<br> </font> </div>  <br><br> <div class="y_msg_container"><div id="yiv3482941403"><div>
    Hi Antonio,<br clear="none">
    <br clear="none">
    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
    </div><div>
    org.jboss.weld.environment.se package.<br clear="none">
    <br clear="none">
    HTH,<br clear="none">
    <br clear="none">
    Jozef<br clear="none">
    <br clear="none">
    <div class="yiv3482941403yqt6236763669" id="yiv3482941403yqt72082"><div class="yiv3482941403moz-cite-prefix">On 04/27/2015 11:36 PM, Antonio
      Goncalves wrote:<br clear="none">
    </div>
    <blockquote type="cite">
      <div dir="ltr">Hi Josef,
        <div><br clear="none">
        </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 clear="none">
        </div>
        <div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;dependency&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;<a rel="nofollow" shape="rect" target="_blank" href="http://org.jboss.weld.se/">org.jboss.weld.se</a>&lt;/groupId&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &lt;artifactId&gt;weld-se-core&lt;/artifactId&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &lt;version&gt;3.0.0.Alpha8&lt;/version&gt;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/dependency&gt;</div>
        </div>
        <div><br clear="none">
        </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 clear="none">
        </div>
        <div>Thanks</div>
        <div>Antonio</div>
        <div><br clear="none">
        </div>
      </div>
      <div class="yiv3482941403gmail_extra"><br clear="none">
        <div class="yiv3482941403gmail_quote">On Mon, Apr 27, 2015 at 4:57 PM, Jozef
          Hartinger <span dir="ltr">&lt;<a rel="nofollow" shape="rect" ymailto="mailto:jharting@redhat.com" target="_blank" href="mailto:jharting@redhat.com">jharting@redhat.com</a>&gt;</span>
          wrote:<br clear="none">
          <blockquote class="yiv3482941403gmail_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 clear="none">
            The main feature is a new builder for programmatic
            configuration of<br clear="none">
            managed classes, packages, enabled interceptors and others.
            This could<br clear="none">
            serve as a draft for the bootstrap API to be added to CDI.<br clear="none">
            <br clear="none">
            See the release blog post for more details:<br clear="none">
            <a rel="nofollow" shape="rect" target="_blank" href="http://weld.cdi-spec.org/news/2015/04/21/weld-300Alpha8/">http://weld.cdi-spec.org/news/2015/04/21/weld-300Alpha8/</a><br clear="none">
            <br clear="none">
            Jozef<br clear="none">
            _______________________________________________<br clear="none">
            cdi-dev mailing list<br clear="none">
            <a rel="nofollow" shape="rect" ymailto="mailto:cdi-dev@lists.jboss.org" target="_blank" href="mailto:cdi-dev@lists.jboss.org">cdi-dev@lists.jboss.org</a><br clear="none">
            <a rel="nofollow" shape="rect" target="_blank" href="https://lists.jboss.org/mailman/listinfo/cdi-dev">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" target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0.html">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 class="yiv3482941403gmail_signature">
          <div dir="ltr">Antonio Goncalves <br clear="none">
            Software architect, Java Champion and Pluralsight author<br clear="none">
            <br clear="none">
            <a rel="nofollow" shape="rect" target="_blank" href="http://www.antoniogoncalves.org/">Web
              site</a>&nbsp;|&nbsp;<a rel="nofollow" shape="rect" target="_blank" href="http://twitter.com/agoncal">Twitter</a>
            |&nbsp;<a rel="nofollow" shape="rect" target="_blank" href="http://www.linkedin.com/in/agoncal">LinkedIn</a>&nbsp;|
            <a rel="nofollow" shape="rect" target="_blank" href="http://pluralsight.com/training/Authors/Details/antonio-goncalves">Pluralsight</a>&nbsp;|&nbsp;<a rel="nofollow" shape="rect" target="_blank" href="http://www.parisjug.org/">Paris JUG</a>&nbsp;| <a rel="nofollow" shape="rect" target="_blank" href="http://www.devoxx.fr/">Devoxx France</a></div>
        </div>
      </div>
    </blockquote></div>
    <br clear="none">
  </div></div><br><div class="yqt6236763669" id="yqt63186">_______________________________________________<br clear="none">cdi-dev mailing list<br clear="none"><a shape="rect" ymailto="mailto:cdi-dev@lists.jboss.org" href="mailto:cdi-dev@lists.jboss.org">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>  </div> </div>  </div></div></body></html>