Re: [VOTE] Release TomEE 7.0.7

2019-12-21 Thread David Blevins
+1 Thank you Jonathan! -- David Blevins http://twitter.com/dblevins http://www.tomitribe.com > On Dec 19, 2019, at 7:54 AM, Jonathan Gallimore > wrote: > > Hi All, > > Here's a first attempt at roll of a TomEE 7.0.7. Please can you take a > careful look, review, test and provide feedback.

Re: [VOTE] Release Tomee 7.1.2

2019-12-21 Thread David Blevins
+1 -- David Blevins http://twitter.com/dblevins http://www.tomitribe.com > On Dec 18, 2019, at 11:26 PM, Jonathan Gallimore > wrote: > > Hi All, > > Here's a first attempt at roll of a TomEE 7.1.2. Please can you take a > careful look, review, test and provide feedback. > > Maven Repo: > h

Re: [VOTE] Release TomEE 8.0.1

2019-12-21 Thread David Blevins
+1 :) -- David Blevins http://twitter.com/dblevins http://www.tomitribe.com > On Dec 19, 2019, at 3:56 PM, Gabriel Ferreira wrote: > > +1 > > Em qui., 19 de dez. de 2019 às 11:05, Daniel Dias Dos Santos < > daniel.dias.analist...@gmail.com> escreveu: > >> +1 >> >> On Thu, Dec 19, 2019, 09:

Re: Subject for next blog post

2019-12-21 Thread Gabriel Ferreira
Really cool ! Thank you Richard! On Sat, Dec 21, 2019, 9:21 AM Richard Monson-Haefel wrote: > Cool. That sounds really interesting! > > Another option: Using the TomEE Maven Plugin you can do that without > having to do anything other than create WAR file with your web application. > When you

Re: Subject for next blog post

2019-12-21 Thread Richard Monson-Haefel
thanks, Jon! Excellent resource. On Fri, Dec 20, 2019 at 3:38 AM Jonathan Gallimore < jonathan.gallim...@gmail.com> wrote: > This one would get my vote. > > Couple of pointers: > > - Look at the embedded EJB container. This became part of the spec in Java > EE 6, but TomEE (or OpenEJB as it was

Re: Subject for next blog post

2019-12-21 Thread Richard Monson-Haefel
Cool. That sounds really interesting! Another option: Using the TomEE Maven Plugin you can do that without having to do anything other than create WAR file with your web application. When you run maven it actually downloads and installs TomEE and deploys the WAR. This article explains that app