From manderse at redhat.com Tue Nov 3 03:06:34 2015 From: manderse at redhat.com (Max Rydahl Andersen) Date: Tue, 03 Nov 2015 09:06:34 +0100 Subject: [forge-dev] as-addon and jboss-as-addon releases. In-Reply-To: References: Message-ID: <3027BBE2-46B5-4198-98D3-3EBC13C8E065@redhat.com> On 28 Oct 2015, at 3:37, George Gastaldi wrote: > One question: Can we somehow reuse the Arquillian adapters to control > the > servers? It would be nice to reuse that because it would save a lot of > work > and also support plenty adapters OOTB. The idea is great and I've pondered about us adding a simile eclipse "Arquillian" server adapter to allow support for a lot of servers in a somewhat uniform matter. What currently blocked me from looking much more into it is that it drags in a *tons* of dependencies and many of them end up conflicting with each other so you have to have very isolated class loading and just didn't have the time to look into ensuring there was never any conflicts. Would be great if we could find a way to do it in forge - but if we do please check it actually works and scales when running from inside an IDE too (we don't have unlimited memory nor class loaders :) /max > > Thoughts? > > On Wed, Oct 28, 2015 at 12:21 AM, J?r?mie > wrote: > >> Hi folks, >> >> I would like to release the as-addon and jboss-as-addon . >> >> For that I would perform the following steps: >> >> 1) Fock addons on https://github.com/forge ( George thank you for >> permissions) >> 2) Release a RC1 version. >> 3) Add more unit tests. >> 4) Call for volunteers to test it. >> 5) Fix issues. >> 6) Release it. >> 7) Update documentations like the "Hands-on Lab" >> 8) Update the addons web catalog. >> >> All comments or suggestions are welcome. >> >> Regards, >> Jeremie. >> >> >> >> _______________________________________________ >> forge-dev mailing list >> forge-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/forge-dev >> > > > > -- > *George Gastaldi* > > https://about.me/gastaldi > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev /max http://about.me/maxandersen From jer at printstacktrace.org Tue Nov 3 21:10:07 2015 From: jer at printstacktrace.org (=?UTF-8?B?SsOpcsOpbWll?=) Date: Tue, 3 Nov 2015 21:10:07 -0500 Subject: [forge-dev] as-addon and jboss-as-addon releases. Message-ID: Hi George and Max, I like the idea of reusing a component like "Chameleon Arquillian Container Adapter". If I have time I will create a branch to experiment that (and take care of the memory usage in an IDE ;) Regards, Jeremie. 2015-11-03 3:06 GMT-05:00 Max Rydahl Andersen : > On 28 Oct 2015, at 3:37, George Gastaldi wrote: > > > One question: Can we somehow reuse the Arquillian adapters to control > > the > > servers? It would be nice to reuse that because it would save a lot of > > work > > and also support plenty adapters OOTB. > > The idea is great and I've pondered about us adding a simile eclipse > "Arquillian" server adapter > to allow support for a lot of servers in a somewhat uniform matter. > > What currently blocked me from looking much more into it is that it > drags in a *tons* > of dependencies and many of them end up conflicting with each other so > you have to have > very isolated class loading and just didn't have the time to look into > ensuring there > was never any conflicts. > > Would be great if we could find a way to do it in forge - but if we do > please check it actually > works and scales when running from inside an IDE too (we don't have > unlimited memory nor class loaders :) > > /max > > > > > Thoughts? > > > > On Wed, Oct 28, 2015 at 12:21 AM, J?r?mie > > wrote: > > > >> Hi folks, > >> > >> I would like to release the as-addon and jboss-as-addon . > >> > >> For that I would perform the following steps: > >> > >> 1) Fock addons on https://github.com/forge ( George thank you for > >> permissions) > >> 2) Release a RC1 version. > >> 3) Add more unit tests. > >> 4) Call for volunteers to test it. > >> 5) Fix issues. > >> 6) Release it. > >> 7) Update documentations like the "Hands-on Lab" > >> 8) Update the addons web catalog. > >> > >> All comments or suggestions are welcome. > >> > >> Regards, > >> Jeremie. > >> > >> > >> > >> _______________________________________________ > >> forge-dev mailing list > >> forge-dev at lists.jboss.org > >> https://lists.jboss.org/mailman/listinfo/forge-dev > >> > > > > > > > > -- > > *George Gastaldi* > > > > https://about.me/gastaldi > > _______________________________________________ > > forge-dev mailing list > > forge-dev at lists.jboss.org > > https://lists.jboss.org/mailman/listinfo/forge-dev > > > /max > http://about.me/maxandersen > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20151103/f75ff9ae/attachment.html From ggastald at redhat.com Tue Nov 3 21:11:36 2015 From: ggastald at redhat.com (George Gastaldi) Date: Wed, 4 Nov 2015 00:11:36 -0200 Subject: [forge-dev] as-addon and jboss-as-addon releases. In-Reply-To: References: Message-ID: Great! Let me know if you need any help. Em 04/11/2015 00:10, "J?r?mie" escreveu: > Hi George and Max, > > I like the idea of reusing a component like "Chameleon Arquillian > Container Adapter". > If I have time I will create a branch to experiment that (and take care of > the memory usage in an IDE ;) > > Regards, > Jeremie. > > > > 2015-11-03 3:06 GMT-05:00 Max Rydahl Andersen : > >> On 28 Oct 2015, at 3:37, George Gastaldi wrote: >> >> > One question: Can we somehow reuse the Arquillian adapters to control >> > the >> > servers? It would be nice to reuse that because it would save a lot of >> > work >> > and also support plenty adapters OOTB. >> >> The idea is great and I've pondered about us adding a simile eclipse >> "Arquillian" server adapter >> to allow support for a lot of servers in a somewhat uniform matter. >> >> What currently blocked me from looking much more into it is that it >> drags in a *tons* >> of dependencies and many of them end up conflicting with each other so >> you have to have >> very isolated class loading and just didn't have the time to look into >> ensuring there >> was never any conflicts. >> >> Would be great if we could find a way to do it in forge - but if we do >> please check it actually >> works and scales when running from inside an IDE too (we don't have >> unlimited memory nor class loaders :) >> >> /max >> >> > >> > Thoughts? >> > >> > On Wed, Oct 28, 2015 at 12:21 AM, J?r?mie >> > wrote: >> > >> >> Hi folks, >> >> >> >> I would like to release the as-addon and jboss-as-addon . >> >> >> >> For that I would perform the following steps: >> >> >> >> 1) Fock addons on https://github.com/forge ( George thank you for >> >> permissions) >> >> 2) Release a RC1 version. >> >> 3) Add more unit tests. >> >> 4) Call for volunteers to test it. >> >> 5) Fix issues. >> >> 6) Release it. >> >> 7) Update documentations like the "Hands-on Lab" >> >> 8) Update the addons web catalog. >> >> >> >> All comments or suggestions are welcome. >> >> >> >> Regards, >> >> Jeremie. >> >> >> >> >> >> >> >> _______________________________________________ >> >> forge-dev mailing list >> >> forge-dev at lists.jboss.org >> >> https://lists.jboss.org/mailman/listinfo/forge-dev >> >> >> > >> > >> > >> > -- >> > *George Gastaldi* >> > >> > https://about.me/gastaldi >> > _______________________________________________ >> > forge-dev mailing list >> > forge-dev at lists.jboss.org >> > https://lists.jboss.org/mailman/listinfo/forge-dev >> >> >> /max >> http://about.me/maxandersen >> _______________________________________________ >> forge-dev mailing list >> forge-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/forge-dev >> > > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20151104/95eaaae7/attachment-0001.html