<div dir="ltr"><div class="gmail_default" style="font-family:trebuchet ms,sans-serif">Excellent!</div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif"><br></div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif">Thanks, Wolfgang and Eduardo!</div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif"><br></div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif">Best regards,</div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif">Brian</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Oct 14, 2019 at 2:29 PM Eduardo Martins &lt;<a href="mailto:emartins@redhat.com">emartins@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Good news Wolfgang, I just released WildFly Archetypes 18.0.0.Final! <br>
<br>
Besides merging your PR I did a couple major changes:<br>
<br>
        1. Cleaned up the repo of the old archetypes and setup a maven project aggregator [1] <br>
        2. Moved all to WildFly 18.0.0.Final and… Jakarta EE! [2]<br>
<br>
All archetypes were deployed too, just try it out on your command line right now...<br>
<br>
        $ mvn archetype:generate -DgroupId=<a href="http://my.project.org" rel="noreferrer" target="_blank">my.project.org</a> -DartifactId=sampleproject -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.wildfly.archetype -DarchetypeArtifactId=wildfly-jakartaee-ear-archetype -DarchetypeVersion=18.0.0.Final<br>
<br>
or…<br>
<br>
        $ mvn archetype:generate -DgroupId=<a href="http://my.project.org" rel="noreferrer" target="_blank">my.project.org</a> -DartifactId=sampleproject -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.wildfly.archetype -DarchetypeArtifactId=wildfly-jakartaee-webapp-archetype -DarchetypeVersion=18.0.0.Final<br>
<br>
Feel free to have a look at the master branch now, it’s already set for WFLY 19 development, even if honestly I dunno yet how we going to maintain this project, but will certainly let you know once we have that figured out.<br>
<br>
So… huge huge thank you, for your contributions, and also for your patience :-) <br>
<br>
Best regards.<br>
<br>
—E<br>
<br>
[1] <a href="https://github.com/wildfly/wildfly-archetypes/commit/c960f01cf8d5ab3d115b7278859aa07ede449d65" rel="noreferrer" target="_blank">https://github.com/wildfly/wildfly-archetypes/commit/c960f01cf8d5ab3d115b7278859aa07ede449d65</a><br>
[2] <a href="https://github.com/wildfly/wildfly-archetypes/commit/8dc0e2fbacb51142b024c3de2b0560cc523f5ff8" rel="noreferrer" target="_blank">https://github.com/wildfly/wildfly-archetypes/commit/8dc0e2fbacb51142b024c3de2b0560cc523f5ff8</a><br>
<br>
&gt; On 16 Sep 2019, at 09:25, Eduardo Martins &lt;<a href="mailto:emartins@redhat.com" target="_blank">emartins@redhat.com</a>&gt; wrote:<br>
&gt; <br>
&gt; Hi Wolfgang, fyi just got back from some time off, and should be able to look at this next week.<br>
&gt; <br>
&gt; —E<br>
&gt; <br>
&gt;&gt; On 11 Sep 2019, at 20:18, Wolfgang Knauf &lt;<a href="mailto:wolfgang.knauf@gmx.de" target="_blank">wolfgang.knauf@gmx.de</a>&gt; wrote:<br>
&gt;&gt; <br>
&gt;&gt; Hi Eduardo,<br>
&gt;&gt; <br>
&gt;&gt; once again a reminder for<br>
&gt;&gt; <a href="https://github.com/wildfly/wildfly-archetypes/pull/5" rel="noreferrer" target="_blank">https://github.com/wildfly/wildfly-archetypes/pull/5</a>  ;-).<br>
&gt;&gt; I updated the two archetypes to use WildFly 17.0.Final.<br>
&gt;&gt; <br>
&gt;&gt; Best regards<br>
&gt;&gt; <br>
&gt;&gt; Wolfgang<br>
&gt;&gt; <br>
&gt;&gt; Am 07.08.19 um 22:35 schrieb Wolfgang Knauf:<br>
&gt;&gt;&gt; Hi Eduardo,<br>
&gt;&gt;&gt; <br>
&gt;&gt;&gt; wanted to ask for an update on this pull request.<br>
&gt;&gt;&gt; <br>
&gt;&gt;&gt; It is already outdated, as WildFly 17 is now final and all versions in<br>
&gt;&gt;&gt; pom.xml should be updated...<br>
&gt;&gt;&gt; <br>
&gt;&gt;&gt; Best regards<br>
&gt;&gt;&gt; <br>
&gt;&gt;&gt; Wolfgang<br>
&gt;&gt;&gt; <br>
&gt;&gt;&gt; Am 16.06.19 um 14:12 schrieb Wolfgang Knauf:<br>
&gt;&gt;&gt;&gt; Hi Eduardo,<br>
&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt; i sent a pull request for this new archetype, without beans.xml.<br>
&gt;&gt;&gt;&gt; Depending on your findings, we can add it afterwards if necessary.<br>
&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt; But as far as I understand it, this file is optional now<br>
&gt;&gt;&gt;&gt; (<a href="https://blogs.oracle.com/theaquarium/default-cdi-enablement-in-java-ee-7" rel="noreferrer" target="_blank">https://blogs.oracle.com/theaquarium/default-cdi-enablement-in-java-ee-7</a>)<br>
&gt;&gt;&gt;&gt; - so this could be considered a bug...<br>
&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt; Best regards<br>
&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt; Wolfgang<br>
&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt; Am 12.06.19 um 22:37 schrieb Eduardo Martins:<br>
&gt;&gt;&gt;&gt;&gt; Hi Wolfgang, when reviewing it seemed to me that in the *ear*<br>
&gt;&gt;&gt;&gt;&gt; archetype the beans.xml was not needed. I can’t tell if that’s the<br>
&gt;&gt;&gt;&gt;&gt; case for this new archetype without you submitting it for review, but<br>
&gt;&gt;&gt;&gt;&gt; if it fails to deploy without it… ;-)<br>
&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt; —E<br>
&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt; On 12 Jun 2019, at 20:57, Wolfgang Knauf &lt;<a href="mailto:wolfgang.knauf@gmx.de" target="_blank">wolfgang.knauf@gmx.de</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt; Hi to all,<br>
&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt; just wanted to ask for an update: do you think that the error<br>
&gt;&gt;&gt;&gt;&gt;&gt; message is<br>
&gt;&gt;&gt;&gt;&gt;&gt; acceptable and I should create the archetype without &quot;beans.xml&quot; anyway<br>
&gt;&gt;&gt;&gt;&gt;&gt; (and add an info to the readme.txt file)?<br>
&gt;&gt;&gt;&gt;&gt;&gt; Or should I add a default &quot;beans.xml&quot; to the archetype to avoid it?<br>
&gt;&gt;&gt;&gt;&gt;&gt; Or is it worth a JIRA?<br>
&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt; Best regards<br>
&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt; Wolfgang<br>
&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt; Am 05.06.19 um 21:42 schrieb Wolfgang Knauf:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Hi Eduardo,<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; while building a &quot;wildfly-javaee-webapp-archetype&quot;, I think I found a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; small WildFly issue: you remember that you pointed me to the fact that<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &quot;beans.xml&quot; is optional?<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; But when creating a blank project from my new web archetype (which<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; defines a &quot;faces-config.xml&quot;, but no &quot;beans.xml&quot;), the attached<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; error is<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; in the WildFly console. But it seems the app is deployed anyway.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; The error disappears if I add e.g. an annotated EJB, or if I add a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &quot;beans.xml&quot;.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Do you think this is a WildFly bug? Or should I add a default<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &quot;beans.xml&quot; just to avoid this error?<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; I did not test it with a blank project from the EAR archetype -<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; will do<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; this in the next few days.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Best regards<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Wolfgang<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Am 03.06.19 um 21:36 schrieb Wolfgang Knauf:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Thanks for the deploy, Eduardo!<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; If you consider it reasonable I will create an archetype for &quot;web app<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; only&quot;, similar to the old &quot;wildfly-javaee7-webapp-archetype&quot;.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; But I will probably need a few weeks...<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; What happens to the old archetype<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; &quot;wildfly-javaee7-webapp-ear-archetype&quot;? It could be deleted, as it<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; does not build anyway. It might be relevant only for research.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Best regards<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Wolfgang<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Am 03.06.19 um 17:05 schrieb Brian Stansberry:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Excellent!  Thank you so much Wolfgang!<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; On Mon, Jun 3, 2019 at 9:52 AM Eduardo Martins &lt;<a href="mailto:emartins@redhat.com" target="_blank">emartins@redhat.com</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; &lt;mailto:<a href="mailto:emartins@redhat.com" target="_blank">emartins@redhat.com</a>&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;     Wolfgang: yours and mine PRs are merged, and when WFLY 17<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Final is<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;     out I will also deploy the archetype, thanks a lot for your<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;     contribution! Yet now I have to ask, do you plan to submit<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; similar<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;     for the other old javaee archetype? :-)<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;     Brian: yep it was just the JDK, I will deploy these too (no<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; planned<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;     updates in such code tho)<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;     —E<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;     On 16 May 2019, at 10:09, Eduardo Martins &lt;<a href="mailto:emartins@redhat.com" target="_blank">emartins@redhat.com</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;     &lt;mailto:<a href="mailto:emartins@redhat.com" target="_blank">emartins@redhat.com</a>&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;     Hmm ok, maybe it just failed build due to some specific<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; like JDK<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;     11, will recheck that.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;     —E<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;     On 16 May 2019, at 02:25, Brian Stansberry<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;     &lt;<a href="mailto:brian.stansberry@redhat.com" target="_blank">brian.stansberry@redhat.com</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;     &lt;mailto:<a href="mailto:brian.stansberry@redhat.com" target="_blank">brian.stansberry@redhat.com</a>&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;     These build for me.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;     They&#39;re not as out of date as I&#39;d thought either.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;     On Fri, May 10, 2019 at 6:34 PM Eduardo Martins<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;     &lt;<a href="mailto:emartins@redhat.com" target="_blank">emartins@redhat.com</a> &lt;mailto:<a href="mailto:emartins@redhat.com" target="_blank">emartins@redhat.com</a>&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;         If you think it’s not a small effort task then certainly<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;         agree that’s not a blocker, I look at the archetypes<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; same way<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;         as the quickstarts,  an aggregation project, so we may<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; take<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;         outdated/faulty ones out of build and release the<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;         working+actual ones. We may give it a thought later if it<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;         makes sense effort wise to update or drop the<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; subsystem ones,<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;         no worries.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;         —E<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt; <br>
&gt;&gt;&gt;&gt;&gt; <br>
&gt; <br>
<br>
<br>
_______________________________________________<br>
wildfly-dev mailing list<br>
<a href="mailto:wildfly-dev@lists.jboss.org" target="_blank">wildfly-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Brian Stansberry<div>Manager, Senior Principal Software Engineer</div><div>Red Hat</div></div></div>