Re: Base JDK for TomEE 9 in Docker (was Re: [RESULT] [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3)

2020-06-26 Thread Jenkins, Rodney J (Rod)
Hello David,

I think we have two options.

1) Change the Docker images to use the zip files

2) Create the tar.gz files

I think sort term we can do the zip files.  I think from there it becomes a 
question of what is best for the long run.  We may not need to provide tar.gz 
files at all.  I think most people are capable of using zip, but it may require 
some changes.

Forgive my ignorance, but "Do you want the honors of filing the ticket," does 
that mean a Jira card for the project?

Thanks,
Rod.

On 6/25/20, 5:56 PM, "David Blevins"  wrote:

Nationwide Information Security Warning: This is an external email. Do not 
click on links or open attachments unless you trust the sender.

--

> On Jun 25, 2020, at 2:46 PM, Jenkins, Rodney J (Rod) 
 wrote:
> 
> Is there any reason that we did not provide TAR.GZ files for TomEE 9.0?

You're reminding me of a thought where I said to myself, "oh gee, we need 
to not forget to " :)

I had that thought as well and it escaped me.  Do you want the honors of 
filing the ticket so we don't forget to create TAR.GZ files for TomEE 9.0?

I think the answer here is simply that the Eclipse Transformer might not 
support that format.  If we added that capability we might still not want to 
use it because that would double the time it takes to do the bytecode 
processing.  The right answer here might be to add that capability to the TomEE 
Patch Plugin and have it output a ZIP and TAR.GZ in parallel.  If we made it 
smart enough to set the right execution bits on the *.sh files, it could work 
fine.

Thinking out loud.


-David






Re: Base JDK for TomEE 9 in Docker (was Re: [RESULT] [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3)

2020-06-25 Thread David Blevins
> On Jun 25, 2020, at 2:46 PM, Jenkins, Rodney J (Rod) 
>  wrote:
> 
> Is there any reason that we did not provide TAR.GZ files for TomEE 9.0?

You're reminding me of a thought where I said to myself, "oh gee, we need to 
not forget to " :)

I had that thought as well and it escaped me.  Do you want the honors of filing 
the ticket so we don't forget to create TAR.GZ files for TomEE 9.0?

I think the answer here is simply that the Eclipse Transformer might not 
support that format.  If we added that capability we might still not want to 
use it because that would double the time it takes to do the bytecode 
processing.  The right answer here might be to add that capability to the TomEE 
Patch Plugin and have it output a ZIP and TAR.GZ in parallel.  If we made it 
smart enough to set the right execution bits on the *.sh files, it could work 
fine.

Thinking out loud.


-David



Re: Base JDK for TomEE 9 in Docker (was Re: [RESULT] [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3)

2020-06-25 Thread Jenkins, Rodney J (Rod)
Jon,

Is there any reason that we did not provide TAR.GZ files for TomEE 9.0?

Thanks,
Rod.


On 6/24/20, 11:58 AM, "Jenkins, Rodney J (Rod)"  
wrote:

Nationwide Information Security Warning: This is an external email. Do not 
click on links or open attachments unless you trust the sender.

--

Hello,

I will get a pull request out later today for TomEE 9 on OpenJDK 8 and 11.

Thanks for the direction

Rod.


On 6/24/20, 4:02 AM, "Jonathan Gallimore"  
wrote:

Nationwide Information Security Warning: This is an external email. Do 
not click on links or open attachments unless you trust the sender.

--

We have images for TomEE 8 using both JRE 8 and 11:
https://hub.docker.com/_/tomee

How about we do the same for TomEE 9? We'll definitely want to pass the 
TCK
with Java 11, and very likely with Java 8 as well. I think it makes 
sense
that we put something that uses Java 11 in people's hands to get 
feedback,
and the Docker images offer a really quick way to do that.

Cheers

Jon

On Tue, Jun 23, 2020 at 10:21 PM David Blevins 
wrote:

> Hey, Rod!
>
> > On Jun 23, 2020, at 11:45 AM, Jenkins, Rodney J (Rod) <
> jenki...@nationwide.com> wrote:
> >
> > This may be a really dumb line of questions but.
>
> I've got a saying:
>
>  - Ask a dumb question and look dumb for a minute.  Don't ask a dumb
> question and be dumb forever.
>
> Anyway, better luck next time as your question is actually really 
good. :)
>
> > Currently for TomEE 8, we use openjdk:8-jre as our base.  Does this 
(or
> should we ) make a change and make from another base?  If so, what 
base?
> >
> > For TomEE we have these profiles:
> > plume
> > webprofile
> > Microprofile
> > Plus
> >
> > Do we want the same profiles for TomEE 9 going forward?
>
> The TCK tests I ran to get the 90% were all done on JDK 8 so for now 
we
> probably should put out the same four profiles for TomEE 9.0.0-M1 for 
JDK 8.
>
> That said, to actually be certified in the future we'll have to pass 
on
> Java 11.  Passing on Java 8 is actually optional from a specification
> perspective.  We know TomEE 9 should always on work JDK 8 because 
we're
> creating these binaries by modifying TomEE 8.
>
> Where that leaves it is it's pretty much our choice.  We could do 
either.
>
> Maybe people who try out TomEE 9 in Docker might prefer to Java 11 be 
the
> base? (when we actually start testing on that JDK that is)
>
> Thoughts?
>
>
> -David
>
>
>
>
>
>






Re: Base JDK for TomEE 9 in Docker (was Re: [RESULT] [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3)

2020-06-24 Thread Jenkins, Rodney J (Rod)
Hello,

I will get a pull request out later today for TomEE 9 on OpenJDK 8 and 11.

Thanks for the direction

Rod.


On 6/24/20, 4:02 AM, "Jonathan Gallimore"  wrote:

Nationwide Information Security Warning: This is an external email. Do not 
click on links or open attachments unless you trust the sender.

--

We have images for TomEE 8 using both JRE 8 and 11:
https://hub.docker.com/_/tomee

How about we do the same for TomEE 9? We'll definitely want to pass the TCK
with Java 11, and very likely with Java 8 as well. I think it makes sense
that we put something that uses Java 11 in people's hands to get feedback,
and the Docker images offer a really quick way to do that.

Cheers

Jon

On Tue, Jun 23, 2020 at 10:21 PM David Blevins 
wrote:

> Hey, Rod!
>
> > On Jun 23, 2020, at 11:45 AM, Jenkins, Rodney J (Rod) <
> jenki...@nationwide.com> wrote:
> >
> > This may be a really dumb line of questions but.
>
> I've got a saying:
>
>  - Ask a dumb question and look dumb for a minute.  Don't ask a dumb
> question and be dumb forever.
>
> Anyway, better luck next time as your question is actually really good. :)
>
> > Currently for TomEE 8, we use openjdk:8-jre as our base.  Does this (or
> should we ) make a change and make from another base?  If so, what base?
> >
> > For TomEE we have these profiles:
> > plume
> > webprofile
> > Microprofile
> > Plus
> >
> > Do we want the same profiles for TomEE 9 going forward?
>
> The TCK tests I ran to get the 90% were all done on JDK 8 so for now we
> probably should put out the same four profiles for TomEE 9.0.0-M1 for JDK 
8.
>
> That said, to actually be certified in the future we'll have to pass on
> Java 11.  Passing on Java 8 is actually optional from a specification
> perspective.  We know TomEE 9 should always on work JDK 8 because we're
> creating these binaries by modifying TomEE 8.
>
> Where that leaves it is it's pretty much our choice.  We could do either.
>
> Maybe people who try out TomEE 9 in Docker might prefer to Java 11 be the
> base? (when we actually start testing on that JDK that is)
>
> Thoughts?
>
>
> -David
>
>
>
>
>
>




Re: Base JDK for TomEE 9 in Docker (was Re: [RESULT] [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3)

2020-06-24 Thread Jonathan Gallimore
We have images for TomEE 8 using both JRE 8 and 11:
https://hub.docker.com/_/tomee

How about we do the same for TomEE 9? We'll definitely want to pass the TCK
with Java 11, and very likely with Java 8 as well. I think it makes sense
that we put something that uses Java 11 in people's hands to get feedback,
and the Docker images offer a really quick way to do that.

Cheers

Jon

On Tue, Jun 23, 2020 at 10:21 PM David Blevins 
wrote:

> Hey, Rod!
>
> > On Jun 23, 2020, at 11:45 AM, Jenkins, Rodney J (Rod) <
> jenki...@nationwide.com> wrote:
> >
> > This may be a really dumb line of questions but.
>
> I've got a saying:
>
>  - Ask a dumb question and look dumb for a minute.  Don't ask a dumb
> question and be dumb forever.
>
> Anyway, better luck next time as your question is actually really good. :)
>
> > Currently for TomEE 8, we use openjdk:8-jre as our base.  Does this (or
> should we ) make a change and make from another base?  If so, what base?
> >
> > For TomEE we have these profiles:
> > plume
> > webprofile
> > Microprofile
> > Plus
> >
> > Do we want the same profiles for TomEE 9 going forward?
>
> The TCK tests I ran to get the 90% were all done on JDK 8 so for now we
> probably should put out the same four profiles for TomEE 9.0.0-M1 for JDK 8.
>
> That said, to actually be certified in the future we'll have to pass on
> Java 11.  Passing on Java 8 is actually optional from a specification
> perspective.  We know TomEE 9 should always on work JDK 8 because we're
> creating these binaries by modifying TomEE 8.
>
> Where that leaves it is it's pretty much our choice.  We could do either.
>
> Maybe people who try out TomEE 9 in Docker might prefer to Java 11 be the
> base? (when we actually start testing on that JDK that is)
>
> Thoughts?
>
>
> -David
>
>
>
>
>
>


Base JDK for TomEE 9 in Docker (was Re: [RESULT] [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3)

2020-06-23 Thread David Blevins
Hey, Rod!

> On Jun 23, 2020, at 11:45 AM, Jenkins, Rodney J (Rod) 
>  wrote:
> 
> This may be a really dumb line of questions but.

I've got a saying:

 - Ask a dumb question and look dumb for a minute.  Don't ask a dumb question 
and be dumb forever.

Anyway, better luck next time as your question is actually really good. :)

> Currently for TomEE 8, we use openjdk:8-jre as our base.  Does this (or 
> should we ) make a change and make from another base?  If so, what base?
> 
> For TomEE we have these profiles:
> plume
> webprofile
> Microprofile
> Plus
> 
> Do we want the same profiles for TomEE 9 going forward?

The TCK tests I ran to get the 90% were all done on JDK 8 so for now we 
probably should put out the same four profiles for TomEE 9.0.0-M1 for JDK 8.

That said, to actually be certified in the future we'll have to pass on Java 
11.  Passing on Java 8 is actually optional from a specification perspective.  
We know TomEE 9 should always on work JDK 8 because we're creating these 
binaries by modifying TomEE 8.

Where that leaves it is it's pretty much our choice.  We could do either.

Maybe people who try out TomEE 9 in Docker might prefer to Java 11 be the base? 
(when we actually start testing on that JDK that is)

Thoughts?


-David







Re: [RESULT] [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-23 Thread Jenkins, Rodney J (Rod)
Hello all,

This may be a really dumb line of questions but.

Currently for TomEE 8, we use openjdk:8-jre as our base.  Does this (or should 
we ) make a change and make from another base?  If so, what base?

For TomEE we have these profiles:
plume
webprofile
Microprofile
Plus

Do we want the same profiles for TomEE 9 going forward?

I am going to release 8.0.3 now.  I can do 9 when we have these answered.

Thanks,
Rod.

On 6/22/20, 7:39 PM, "David Blevins"  wrote:

It's incredibly amazing what we've all done.  We should all be very proud.

It takes a lot of work to get off the idea stage with bytecode 
transformation.  It takes a lot of work to close the last issues.  It takes a 
big effort to get a vote across the finish line at all, let alone this fast.

The last time I saw a vote clear this quickly was TomEE 1.0.0 beta 1 in 
October 4th, 2011, the day before JavaOne 2011.

I'm going to take this as a sign. The good-ol-days are ahead of us :)

Massive thank you and congratulations to everyone.  Get ready to do some 
retweeting tomorrow!


-David


> On Jun 22, 2020, at 6:43 AM, Jonathan Gallimore 
 wrote:
> 
> Hi All,
> 
> Thank you for voting. The following +1 votes were cast:
> 
> Thiago Henrique Hupner
> Cesar Hernandez
> Ivan Junckes Filho
> Nishant Raut
> Daniel Dias Dos Santos
> David Jencks (binding)
> David Blevins (binding)
> Jonathan Gallimore (binding)
> 
> With 8 +1's and no other votes, this vote passes. Thank you everyone for
> your reviews and votes. I'll promote these artifacts and complete the
> release.
> 
> Jon
> 
> 
> On Fri, Jun 19, 2020 at 2:01 PM Jonathan Gallimore <
> jonathan.gallim...@gmail.com> wrote:
> 
>> Hi All,
>> 
>> I am delighted to present a vote for Apache TomEE 9.0.0-M1 and Apache
>> TomEE 8.0.3.
>> 
>> There's some background on this release here:
>> 
https://lists.apache.org/thread.html/r1d89e3c1cd9dba9695e059c96efc8af0d68f18e40c4d4c688801db8d%40%3Cdev.tomee.apache.org%3E
>> 
>> The key points here are:
>> 
>> * TomEE 8.0.3 is essentially identical to TomEE 8.0.2, bar some changes 
to
>> examples. Release notes are below.
>> 
>> * TomEE 9.0.0-M1 is a transformed version of TomEE 8.0.3, to shift TomEE
>> and all its dependencies from the javax to jakarta namespace.
>> 
>> * If you're targeting Jakarta EE 8, use TomEE 8.0.3. If you would like to
>> try out Jakarta EE 9, with the new namespace, try TomEE 9.0.0-M1. If you
>> build the examples, for most of them you should get a `javax` version 
and a
>> `jakarta` version. Moviefun is a good app to use to play around.
>> 
>> * TomEE 8.0.3 is production-ready. TomEE 9.0.0-M1 is a milestone. We'd
>> love you to try it, kick the tyres and provide feedback. There will 
likely
>> be a few milestone releases before we get to a production-ready 9.0.0.
>> 
>> * We expect things to not work with the 9.0.0-M1 version. Feedback is
>> gratefully received, but will be addressed with subsequent releases.
>> Genuine show-stopper issues, such as legal issues, should be voted -1, 
but
>> bugs or functionality in the 9.0.0-M1 should not prevent this release 
going
>> ahead. If you have questions around this, please let us know.
>> 
>> * Both versions are built from the same codebase, hence the single vote.
>> 
>> * This vote includes the release of a patch plugin:
>> https://github.com/apache/tomee-patch-plugin, and one separate single
>> module to do the translation work for the jakarta version:
>> https://github.com/apache/tomee-jakarta. I'm expecting the
>> tomee-jakara repo to be removed and the module bought back under the 
tomee
>> tree when we can work out the build issues there.
>> 
>> Maven Repo:
>> https://repository.apache.org/content/repositories/orgapachetomee-1172/
>> 
>> Binaries & Source:
>> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/
>> 
>> Tags:
>> 
>> 
>> 
https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-project-8.0.3
>> 
>> 
https://gitbox.apache.org/repos/asf?p=tomee-patch-plugin.git;a=tag;h=refs/tags/tomee-patch-parent-0.1
>> 
>> 
https://gitbox.apache.org/repos/asf?p=tomee-jakarta.git;a=tag;h=refs/tags/apache-tomee-9.0.0-M1
>> 
>> Release notes:
>> 
>> 
>> 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320=12348219
>> 
>> Please VOTE:
>> 
>> [+1] Yes, release it
>> [+0] Not fussed
>> [-1] Don't release, there's a showstopper (please specify what the
>> showstopper is)
>> 
>> Vote will be open for 72 hours.
>> 
>> Here is my +1.
>> 
>> Thanks
>> 
>> Jon
>> 





Re: [RESULT] [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-23 Thread Jenkins, Rodney J (Rod)
I will begin on getting the docker images updated.

Thanks,
Rod.


On 6/22/20, 7:39 PM, "David Blevins"  wrote:

It's incredibly amazing what we've all done.  We should all be very proud.

It takes a lot of work to get off the idea stage with bytecode 
transformation.  It takes a lot of work to close the last issues.  It takes a 
big effort to get a vote across the finish line at all, let alone this fast.

The last time I saw a vote clear this quickly was TomEE 1.0.0 beta 1 in 
October 4th, 2011, the day before JavaOne 2011.

I'm going to take this as a sign. The good-ol-days are ahead of us :)

Massive thank you and congratulations to everyone.  Get ready to do some 
retweeting tomorrow!


-David


> On Jun 22, 2020, at 6:43 AM, Jonathan Gallimore 
 wrote:
> 
> Hi All,
> 
> Thank you for voting. The following +1 votes were cast:
> 
> Thiago Henrique Hupner
> Cesar Hernandez
> Ivan Junckes Filho
> Nishant Raut
> Daniel Dias Dos Santos
> David Jencks (binding)
> David Blevins (binding)
> Jonathan Gallimore (binding)
> 
> With 8 +1's and no other votes, this vote passes. Thank you everyone for
> your reviews and votes. I'll promote these artifacts and complete the
> release.
> 
> Jon
> 
> 
> On Fri, Jun 19, 2020 at 2:01 PM Jonathan Gallimore <
> jonathan.gallim...@gmail.com> wrote:
> 
>> Hi All,
>> 
>> I am delighted to present a vote for Apache TomEE 9.0.0-M1 and Apache
>> TomEE 8.0.3.
>> 
>> There's some background on this release here:
>> 
https://lists.apache.org/thread.html/r1d89e3c1cd9dba9695e059c96efc8af0d68f18e40c4d4c688801db8d%40%3Cdev.tomee.apache.org%3E
>> 
>> The key points here are:
>> 
>> * TomEE 8.0.3 is essentially identical to TomEE 8.0.2, bar some changes 
to
>> examples. Release notes are below.
>> 
>> * TomEE 9.0.0-M1 is a transformed version of TomEE 8.0.3, to shift TomEE
>> and all its dependencies from the javax to jakarta namespace.
>> 
>> * If you're targeting Jakarta EE 8, use TomEE 8.0.3. If you would like to
>> try out Jakarta EE 9, with the new namespace, try TomEE 9.0.0-M1. If you
>> build the examples, for most of them you should get a `javax` version 
and a
>> `jakarta` version. Moviefun is a good app to use to play around.
>> 
>> * TomEE 8.0.3 is production-ready. TomEE 9.0.0-M1 is a milestone. We'd
>> love you to try it, kick the tyres and provide feedback. There will 
likely
>> be a few milestone releases before we get to a production-ready 9.0.0.
>> 
>> * We expect things to not work with the 9.0.0-M1 version. Feedback is
>> gratefully received, but will be addressed with subsequent releases.
>> Genuine show-stopper issues, such as legal issues, should be voted -1, 
but
>> bugs or functionality in the 9.0.0-M1 should not prevent this release 
going
>> ahead. If you have questions around this, please let us know.
>> 
>> * Both versions are built from the same codebase, hence the single vote.
>> 
>> * This vote includes the release of a patch plugin:
>> https://github.com/apache/tomee-patch-plugin, and one separate single
>> module to do the translation work for the jakarta version:
>> https://github.com/apache/tomee-jakarta. I'm expecting the
>> tomee-jakara repo to be removed and the module bought back under the 
tomee
>> tree when we can work out the build issues there.
>> 
>> Maven Repo:
>> https://repository.apache.org/content/repositories/orgapachetomee-1172/
>> 
>> Binaries & Source:
>> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/
>> 
>> Tags:
>> 
>> 
>> 
https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-project-8.0.3
>> 
>> 
https://gitbox.apache.org/repos/asf?p=tomee-patch-plugin.git;a=tag;h=refs/tags/tomee-patch-parent-0.1
>> 
>> 
https://gitbox.apache.org/repos/asf?p=tomee-jakarta.git;a=tag;h=refs/tags/apache-tomee-9.0.0-M1
>> 
>> Release notes:
>> 
>> 
>> 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320=12348219
>> 
>> Please VOTE:
>> 
>> [+1] Yes, release it
>> [+0] Not fussed
>> [-1] Don't release, there's a showstopper (please specify what the
>> showstopper is)
>> 
>> Vote will be open for 72 hours.
>> 
>> Here is my +1.
>> 
>> Thanks
>> 
>> Jon
>> 





Re: [RESULT] [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-22 Thread David Blevins
It's incredibly amazing what we've all done.  We should all be very proud.

It takes a lot of work to get off the idea stage with bytecode transformation.  
It takes a lot of work to close the last issues.  It takes a big effort to get 
a vote across the finish line at all, let alone this fast.

The last time I saw a vote clear this quickly was TomEE 1.0.0 beta 1 in October 
4th, 2011, the day before JavaOne 2011.

I'm going to take this as a sign. The good-ol-days are ahead of us :)

Massive thank you and congratulations to everyone.  Get ready to do some 
retweeting tomorrow!


-David


> On Jun 22, 2020, at 6:43 AM, Jonathan Gallimore 
>  wrote:
> 
> Hi All,
> 
> Thank you for voting. The following +1 votes were cast:
> 
> Thiago Henrique Hupner
> Cesar Hernandez
> Ivan Junckes Filho
> Nishant Raut
> Daniel Dias Dos Santos
> David Jencks (binding)
> David Blevins (binding)
> Jonathan Gallimore (binding)
> 
> With 8 +1's and no other votes, this vote passes. Thank you everyone for
> your reviews and votes. I'll promote these artifacts and complete the
> release.
> 
> Jon
> 
> 
> On Fri, Jun 19, 2020 at 2:01 PM Jonathan Gallimore <
> jonathan.gallim...@gmail.com> wrote:
> 
>> Hi All,
>> 
>> I am delighted to present a vote for Apache TomEE 9.0.0-M1 and Apache
>> TomEE 8.0.3.
>> 
>> There's some background on this release here:
>> https://lists.apache.org/thread.html/r1d89e3c1cd9dba9695e059c96efc8af0d68f18e40c4d4c688801db8d%40%3Cdev.tomee.apache.org%3E
>> 
>> The key points here are:
>> 
>> * TomEE 8.0.3 is essentially identical to TomEE 8.0.2, bar some changes to
>> examples. Release notes are below.
>> 
>> * TomEE 9.0.0-M1 is a transformed version of TomEE 8.0.3, to shift TomEE
>> and all its dependencies from the javax to jakarta namespace.
>> 
>> * If you're targeting Jakarta EE 8, use TomEE 8.0.3. If you would like to
>> try out Jakarta EE 9, with the new namespace, try TomEE 9.0.0-M1. If you
>> build the examples, for most of them you should get a `javax` version and a
>> `jakarta` version. Moviefun is a good app to use to play around.
>> 
>> * TomEE 8.0.3 is production-ready. TomEE 9.0.0-M1 is a milestone. We'd
>> love you to try it, kick the tyres and provide feedback. There will likely
>> be a few milestone releases before we get to a production-ready 9.0.0.
>> 
>> * We expect things to not work with the 9.0.0-M1 version. Feedback is
>> gratefully received, but will be addressed with subsequent releases.
>> Genuine show-stopper issues, such as legal issues, should be voted -1, but
>> bugs or functionality in the 9.0.0-M1 should not prevent this release going
>> ahead. If you have questions around this, please let us know.
>> 
>> * Both versions are built from the same codebase, hence the single vote.
>> 
>> * This vote includes the release of a patch plugin:
>> https://github.com/apache/tomee-patch-plugin, and one separate single
>> module to do the translation work for the jakarta version:
>> https://github.com/apache/tomee-jakarta. I'm expecting the
>> tomee-jakara repo to be removed and the module bought back under the tomee
>> tree when we can work out the build issues there.
>> 
>> Maven Repo:
>> https://repository.apache.org/content/repositories/orgapachetomee-1172/
>> 
>> Binaries & Source:
>> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/
>> 
>> Tags:
>> 
>> 
>> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-project-8.0.3
>> 
>> https://gitbox.apache.org/repos/asf?p=tomee-patch-plugin.git;a=tag;h=refs/tags/tomee-patch-parent-0.1
>> 
>> https://gitbox.apache.org/repos/asf?p=tomee-jakarta.git;a=tag;h=refs/tags/apache-tomee-9.0.0-M1
>> 
>> Release notes:
>> 
>> 
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320=12348219
>> 
>> Please VOTE:
>> 
>> [+1] Yes, release it
>> [+0] Not fussed
>> [-1] Don't release, there's a showstopper (please specify what the
>> showstopper is)
>> 
>> Vote will be open for 72 hours.
>> 
>> Here is my +1.
>> 
>> Thanks
>> 
>> Jon
>> 



smime.p7s
Description: S/MIME cryptographic signature


Re: [RESULT] [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-22 Thread Daniel Dias Dos Santos
great,

thanks David :  )
--

*Daniel Dias dos Santos*
Java Developer
SouJava & JCP Member
GitHub: https://github.com/Daniel-Dos
Linkedin: www.linkedin.com/in/danieldiasjava
Twitter: http://twitter.com/danieldiasjava


Em seg., 22 de jun. de 2020 às 13:17, David Blevins 
escreveu:

> > On Jun 22, 2020, at 8:03 AM, Daniel Dias Dos Santos <
> daniel.dias.analist...@gmail.com> wrote:
> >
> > Hi,
> >
> > Jon, is feedback to send to the developer or user list?
>
> Here's the line.  I found a bug and ...
>
>  - am interested in contributing in this area if something is needed to
> solve this, can you help me do that?
>  -> dev@ list
>
>  - don't have interest/time to contribute, can I have the solution?
>  -> users@ list
>
>
> -David
>
>


Re: [RESULT] [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-22 Thread David Blevins
> On Jun 22, 2020, at 8:03 AM, Daniel Dias Dos Santos 
>  wrote:
> 
> Hi,
> 
> Jon, is feedback to send to the developer or user list?

Here's the line.  I found a bug and ...

 - am interested in contributing in this area if something is needed to solve 
this, can you help me do that?
 -> dev@ list

 - don't have interest/time to contribute, can I have the solution?
 -> users@ list


-David



smime.p7s
Description: S/MIME cryptographic signature


Re: [RESULT] [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-22 Thread Jean-Louis Monteiro
+1

Thanks
--
Jean-Louis Monteiro
http://twitter.com/jlouismonteiro
http://www.tomitribe.com


On Mon, Jun 22, 2020 at 5:03 PM Daniel Dias Dos Santos <
daniel.dias.analist...@gmail.com> wrote:

> Hi,
>
> Jon, is feedback to send to the developer or user list?
> --
>
> *Daniel Dias dos Santos*
> Java Developer
> SouJava & JCP Member
> GitHub: https://github.com/Daniel-Dos
> Linkedin: www.linkedin.com/in/danieldiasjava
> Twitter: http://twitter.com/danieldiasjava
>
>
> Em seg., 22 de jun. de 2020 às 11:25, Daniel Dias Dos Santos <
> daniel.dias.analist...@gmail.com> escreveu:
>
> > great :  )
> > --
> >
> > *Daniel Dias dos Santos*
> > Java Developer
> > SouJava & JCP Member
> > GitHub: https://github.com/Daniel-Dos
> > Linkedin: www.linkedin.com/in/danieldiasjava
> > Twitter: http://twitter.com/danieldiasjava
> >
> >
> > Em seg., 22 de jun. de 2020 às 10:53, Jonathan Gallimore <
> > jonathan.gallim...@gmail.com> escreveu:
> >
> >> Hi All,
> >>
> >> Thank you for voting. The following +1 votes were cast:
> >>
> >> Thiago Henrique Hupner
> >> Cesar Hernandez
> >> Ivan Junckes Filho
> >> Nishant Raut
> >> Daniel Dias Dos Santos
> >> David Jencks (binding)
> >> David Blevins (binding)
> >> Jonathan Gallimore (binding)
> >>
> >> With 8 +1's and no other votes, this vote passes. Thank you everyone for
> >> your reviews and votes. I'll promote these artifacts and complete the
> >> release.
> >>
> >> Jon
> >>
> >>
> >> On Fri, Jun 19, 2020 at 2:01 PM Jonathan Gallimore <
> >> jonathan.gallim...@gmail.com> wrote:
> >>
> >> > Hi All,
> >> >
> >> > I am delighted to present a vote for Apache TomEE 9.0.0-M1 and Apache
> >> > TomEE 8.0.3.
> >> >
> >> > There's some background on this release here:
> >> >
> >>
> https://lists.apache.org/thread.html/r1d89e3c1cd9dba9695e059c96efc8af0d68f18e40c4d4c688801db8d%40%3Cdev.tomee.apache.org%3E
> >> >
> >> > The key points here are:
> >> >
> >> > * TomEE 8.0.3 is essentially identical to TomEE 8.0.2, bar some
> changes
> >> to
> >> > examples. Release notes are below.
> >> >
> >> > * TomEE 9.0.0-M1 is a transformed version of TomEE 8.0.3, to shift
> TomEE
> >> > and all its dependencies from the javax to jakarta namespace.
> >> >
> >> > * If you're targeting Jakarta EE 8, use TomEE 8.0.3. If you would like
> >> to
> >> > try out Jakarta EE 9, with the new namespace, try TomEE 9.0.0-M1. If
> you
> >> > build the examples, for most of them you should get a `javax` version
> >> and a
> >> > `jakarta` version. Moviefun is a good app to use to play around.
> >> >
> >> > * TomEE 8.0.3 is production-ready. TomEE 9.0.0-M1 is a milestone. We'd
> >> > love you to try it, kick the tyres and provide feedback. There will
> >> likely
> >> > be a few milestone releases before we get to a production-ready 9.0.0.
> >> >
> >> > * We expect things to not work with the 9.0.0-M1 version. Feedback is
> >> > gratefully received, but will be addressed with subsequent releases.
> >> > Genuine show-stopper issues, such as legal issues, should be voted -1,
> >> but
> >> > bugs or functionality in the 9.0.0-M1 should not prevent this release
> >> going
> >> > ahead. If you have questions around this, please let us know.
> >> >
> >> > * Both versions are built from the same codebase, hence the single
> vote.
> >> >
> >> > * This vote includes the release of a patch plugin:
> >> > https://github.com/apache/tomee-patch-plugin, and one separate single
> >> > module to do the translation work for the jakarta version:
> >> > https://github.com/apache/tomee-jakarta. I'm expecting the
> >> > tomee-jakara repo to be removed and the module bought back under the
> >> tomee
> >> > tree when we can work out the build issues there.
> >> >
> >> > Maven Repo:
> >> >
> https://repository.apache.org/content/repositories/orgapachetomee-1172/
> >> >
> >> > Binaries & Source:
> >> >
> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/
> >> >
> >> > Tags:
> >> >
> >> >
> >> >
> >>
> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-project-8.0.3
> >> >
> >> >
> >>
> https://gitbox.apache.org/repos/asf?p=tomee-patch-plugin.git;a=tag;h=refs/tags/tomee-patch-parent-0.1
> >> >
> >> >
> >>
> https://gitbox.apache.org/repos/asf?p=tomee-jakarta.git;a=tag;h=refs/tags/apache-tomee-9.0.0-M1
> >> >
> >> > Release notes:
> >> >
> >> >
> >> >
> >>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320=12348219
> >> >
> >> > Please VOTE:
> >> >
> >> > [+1] Yes, release it
> >> > [+0] Not fussed
> >> > [-1] Don't release, there's a showstopper (please specify what the
> >> > showstopper is)
> >> >
> >> > Vote will be open for 72 hours.
> >> >
> >> > Here is my +1.
> >> >
> >> > Thanks
> >> >
> >> > Jon
> >> >
> >>
> >
>


Re: [RESULT] [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-22 Thread Daniel Dias Dos Santos
Hi,

Jon, is feedback to send to the developer or user list?
--

*Daniel Dias dos Santos*
Java Developer
SouJava & JCP Member
GitHub: https://github.com/Daniel-Dos
Linkedin: www.linkedin.com/in/danieldiasjava
Twitter: http://twitter.com/danieldiasjava


Em seg., 22 de jun. de 2020 às 11:25, Daniel Dias Dos Santos <
daniel.dias.analist...@gmail.com> escreveu:

> great :  )
> --
>
> *Daniel Dias dos Santos*
> Java Developer
> SouJava & JCP Member
> GitHub: https://github.com/Daniel-Dos
> Linkedin: www.linkedin.com/in/danieldiasjava
> Twitter: http://twitter.com/danieldiasjava
>
>
> Em seg., 22 de jun. de 2020 às 10:53, Jonathan Gallimore <
> jonathan.gallim...@gmail.com> escreveu:
>
>> Hi All,
>>
>> Thank you for voting. The following +1 votes were cast:
>>
>> Thiago Henrique Hupner
>> Cesar Hernandez
>> Ivan Junckes Filho
>> Nishant Raut
>> Daniel Dias Dos Santos
>> David Jencks (binding)
>> David Blevins (binding)
>> Jonathan Gallimore (binding)
>>
>> With 8 +1's and no other votes, this vote passes. Thank you everyone for
>> your reviews and votes. I'll promote these artifacts and complete the
>> release.
>>
>> Jon
>>
>>
>> On Fri, Jun 19, 2020 at 2:01 PM Jonathan Gallimore <
>> jonathan.gallim...@gmail.com> wrote:
>>
>> > Hi All,
>> >
>> > I am delighted to present a vote for Apache TomEE 9.0.0-M1 and Apache
>> > TomEE 8.0.3.
>> >
>> > There's some background on this release here:
>> >
>> https://lists.apache.org/thread.html/r1d89e3c1cd9dba9695e059c96efc8af0d68f18e40c4d4c688801db8d%40%3Cdev.tomee.apache.org%3E
>> >
>> > The key points here are:
>> >
>> > * TomEE 8.0.3 is essentially identical to TomEE 8.0.2, bar some changes
>> to
>> > examples. Release notes are below.
>> >
>> > * TomEE 9.0.0-M1 is a transformed version of TomEE 8.0.3, to shift TomEE
>> > and all its dependencies from the javax to jakarta namespace.
>> >
>> > * If you're targeting Jakarta EE 8, use TomEE 8.0.3. If you would like
>> to
>> > try out Jakarta EE 9, with the new namespace, try TomEE 9.0.0-M1. If you
>> > build the examples, for most of them you should get a `javax` version
>> and a
>> > `jakarta` version. Moviefun is a good app to use to play around.
>> >
>> > * TomEE 8.0.3 is production-ready. TomEE 9.0.0-M1 is a milestone. We'd
>> > love you to try it, kick the tyres and provide feedback. There will
>> likely
>> > be a few milestone releases before we get to a production-ready 9.0.0.
>> >
>> > * We expect things to not work with the 9.0.0-M1 version. Feedback is
>> > gratefully received, but will be addressed with subsequent releases.
>> > Genuine show-stopper issues, such as legal issues, should be voted -1,
>> but
>> > bugs or functionality in the 9.0.0-M1 should not prevent this release
>> going
>> > ahead. If you have questions around this, please let us know.
>> >
>> > * Both versions are built from the same codebase, hence the single vote.
>> >
>> > * This vote includes the release of a patch plugin:
>> > https://github.com/apache/tomee-patch-plugin, and one separate single
>> > module to do the translation work for the jakarta version:
>> > https://github.com/apache/tomee-jakarta. I'm expecting the
>> > tomee-jakara repo to be removed and the module bought back under the
>> tomee
>> > tree when we can work out the build issues there.
>> >
>> > Maven Repo:
>> > https://repository.apache.org/content/repositories/orgapachetomee-1172/
>> >
>> > Binaries & Source:
>> > https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/
>> >
>> > Tags:
>> >
>> >
>> >
>> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-project-8.0.3
>> >
>> >
>> https://gitbox.apache.org/repos/asf?p=tomee-patch-plugin.git;a=tag;h=refs/tags/tomee-patch-parent-0.1
>> >
>> >
>> https://gitbox.apache.org/repos/asf?p=tomee-jakarta.git;a=tag;h=refs/tags/apache-tomee-9.0.0-M1
>> >
>> > Release notes:
>> >
>> >
>> >
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320=12348219
>> >
>> > Please VOTE:
>> >
>> > [+1] Yes, release it
>> > [+0] Not fussed
>> > [-1] Don't release, there's a showstopper (please specify what the
>> > showstopper is)
>> >
>> > Vote will be open for 72 hours.
>> >
>> > Here is my +1.
>> >
>> > Thanks
>> >
>> > Jon
>> >
>>
>


Re: [RESULT] [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-22 Thread Daniel Dias Dos Santos
great :  )
--

*Daniel Dias dos Santos*
Java Developer
SouJava & JCP Member
GitHub: https://github.com/Daniel-Dos
Linkedin: www.linkedin.com/in/danieldiasjava
Twitter: http://twitter.com/danieldiasjava


Em seg., 22 de jun. de 2020 às 10:53, Jonathan Gallimore <
jonathan.gallim...@gmail.com> escreveu:

> Hi All,
>
> Thank you for voting. The following +1 votes were cast:
>
> Thiago Henrique Hupner
> Cesar Hernandez
> Ivan Junckes Filho
> Nishant Raut
> Daniel Dias Dos Santos
> David Jencks (binding)
> David Blevins (binding)
> Jonathan Gallimore (binding)
>
> With 8 +1's and no other votes, this vote passes. Thank you everyone for
> your reviews and votes. I'll promote these artifacts and complete the
> release.
>
> Jon
>
>
> On Fri, Jun 19, 2020 at 2:01 PM Jonathan Gallimore <
> jonathan.gallim...@gmail.com> wrote:
>
> > Hi All,
> >
> > I am delighted to present a vote for Apache TomEE 9.0.0-M1 and Apache
> > TomEE 8.0.3.
> >
> > There's some background on this release here:
> >
> https://lists.apache.org/thread.html/r1d89e3c1cd9dba9695e059c96efc8af0d68f18e40c4d4c688801db8d%40%3Cdev.tomee.apache.org%3E
> >
> > The key points here are:
> >
> > * TomEE 8.0.3 is essentially identical to TomEE 8.0.2, bar some changes
> to
> > examples. Release notes are below.
> >
> > * TomEE 9.0.0-M1 is a transformed version of TomEE 8.0.3, to shift TomEE
> > and all its dependencies from the javax to jakarta namespace.
> >
> > * If you're targeting Jakarta EE 8, use TomEE 8.0.3. If you would like to
> > try out Jakarta EE 9, with the new namespace, try TomEE 9.0.0-M1. If you
> > build the examples, for most of them you should get a `javax` version
> and a
> > `jakarta` version. Moviefun is a good app to use to play around.
> >
> > * TomEE 8.0.3 is production-ready. TomEE 9.0.0-M1 is a milestone. We'd
> > love you to try it, kick the tyres and provide feedback. There will
> likely
> > be a few milestone releases before we get to a production-ready 9.0.0.
> >
> > * We expect things to not work with the 9.0.0-M1 version. Feedback is
> > gratefully received, but will be addressed with subsequent releases.
> > Genuine show-stopper issues, such as legal issues, should be voted -1,
> but
> > bugs or functionality in the 9.0.0-M1 should not prevent this release
> going
> > ahead. If you have questions around this, please let us know.
> >
> > * Both versions are built from the same codebase, hence the single vote.
> >
> > * This vote includes the release of a patch plugin:
> > https://github.com/apache/tomee-patch-plugin, and one separate single
> > module to do the translation work for the jakarta version:
> > https://github.com/apache/tomee-jakarta. I'm expecting the
> > tomee-jakara repo to be removed and the module bought back under the
> tomee
> > tree when we can work out the build issues there.
> >
> > Maven Repo:
> > https://repository.apache.org/content/repositories/orgapachetomee-1172/
> >
> > Binaries & Source:
> > https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/
> >
> > Tags:
> >
> >
> >
> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-project-8.0.3
> >
> >
> https://gitbox.apache.org/repos/asf?p=tomee-patch-plugin.git;a=tag;h=refs/tags/tomee-patch-parent-0.1
> >
> >
> https://gitbox.apache.org/repos/asf?p=tomee-jakarta.git;a=tag;h=refs/tags/apache-tomee-9.0.0-M1
> >
> > Release notes:
> >
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320=12348219
> >
> > Please VOTE:
> >
> > [+1] Yes, release it
> > [+0] Not fussed
> > [-1] Don't release, there's a showstopper (please specify what the
> > showstopper is)
> >
> > Vote will be open for 72 hours.
> >
> > Here is my +1.
> >
> > Thanks
> >
> > Jon
> >
>


[RESULT] [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-22 Thread Jonathan Gallimore
Hi All,

Thank you for voting. The following +1 votes were cast:

Thiago Henrique Hupner
Cesar Hernandez
Ivan Junckes Filho
Nishant Raut
Daniel Dias Dos Santos
David Jencks (binding)
David Blevins (binding)
Jonathan Gallimore (binding)

With 8 +1's and no other votes, this vote passes. Thank you everyone for
your reviews and votes. I'll promote these artifacts and complete the
release.

Jon


On Fri, Jun 19, 2020 at 2:01 PM Jonathan Gallimore <
jonathan.gallim...@gmail.com> wrote:

> Hi All,
>
> I am delighted to present a vote for Apache TomEE 9.0.0-M1 and Apache
> TomEE 8.0.3.
>
> There's some background on this release here:
> https://lists.apache.org/thread.html/r1d89e3c1cd9dba9695e059c96efc8af0d68f18e40c4d4c688801db8d%40%3Cdev.tomee.apache.org%3E
>
> The key points here are:
>
> * TomEE 8.0.3 is essentially identical to TomEE 8.0.2, bar some changes to
> examples. Release notes are below.
>
> * TomEE 9.0.0-M1 is a transformed version of TomEE 8.0.3, to shift TomEE
> and all its dependencies from the javax to jakarta namespace.
>
> * If you're targeting Jakarta EE 8, use TomEE 8.0.3. If you would like to
> try out Jakarta EE 9, with the new namespace, try TomEE 9.0.0-M1. If you
> build the examples, for most of them you should get a `javax` version and a
> `jakarta` version. Moviefun is a good app to use to play around.
>
> * TomEE 8.0.3 is production-ready. TomEE 9.0.0-M1 is a milestone. We'd
> love you to try it, kick the tyres and provide feedback. There will likely
> be a few milestone releases before we get to a production-ready 9.0.0.
>
> * We expect things to not work with the 9.0.0-M1 version. Feedback is
> gratefully received, but will be addressed with subsequent releases.
> Genuine show-stopper issues, such as legal issues, should be voted -1, but
> bugs or functionality in the 9.0.0-M1 should not prevent this release going
> ahead. If you have questions around this, please let us know.
>
> * Both versions are built from the same codebase, hence the single vote.
>
> * This vote includes the release of a patch plugin:
> https://github.com/apache/tomee-patch-plugin, and one separate single
> module to do the translation work for the jakarta version:
> https://github.com/apache/tomee-jakarta. I'm expecting the
> tomee-jakara repo to be removed and the module bought back under the tomee
> tree when we can work out the build issues there.
>
> Maven Repo:
> https://repository.apache.org/content/repositories/orgapachetomee-1172/
>
> Binaries & Source:
> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/
>
> Tags:
>
>
> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-project-8.0.3
>
> https://gitbox.apache.org/repos/asf?p=tomee-patch-plugin.git;a=tag;h=refs/tags/tomee-patch-parent-0.1
>
> https://gitbox.apache.org/repos/asf?p=tomee-jakarta.git;a=tag;h=refs/tags/apache-tomee-9.0.0-M1
>
> Release notes:
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320=12348219
>
> Please VOTE:
>
> [+1] Yes, release it
> [+0] Not fussed
> [-1] Don't release, there's a showstopper (please specify what the
> showstopper is)
>
> Vote will be open for 72 hours.
>
> Here is my +1.
>
> Thanks
>
> Jon
>


Re: [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-20 Thread Jonathan Gallimore
Thank you for the review, David!

Jon

On Sat, 20 Jun 2020, 15:36 David Jencks,  wrote:

> Thanks!
>
> With these additions, +1
>
> David Jencks
>
> > On Jun 19, 2020, at 11:13 PM, Jonathan Gallimore <
> jonathan.gallim...@gmail.com> wrote:
> >
> > I missed copying those from the staged Maven repo - here they are (the
> > .ascs, sha256s and sha512s are there too):
> >
> > TomEE:
> >
> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/tomee-project-8.0.3-source-release.zip
> > Patch Plugin:
> >
> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/tomee-patch-parent-0.1-source-release.zip
> > TomEE Jakarta Conversion:
> >
> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-9.0.0-M1-source-release.zip
> >
> > Jon
> >
> > On Sat, Jun 20, 2020 at 5:29 AM David Jencks 
> > wrote:
> >
> >> Sorry to be sticky, but an apache release is source code, packaged
> >> sufficiently to be able to build the product. A git tag isn’t
> sufficient.
> >> Everything else, such as jars, are convenience artifacts.  AFAICT
> there’s
> >> nothing to vote on here :-(
> >>
> >> It’s been many years but IIRC there’s a way to get maven to package up
> the
> >> clean source project just like a git checkout.  That’s what I was
> expecting
> >> so I could look over the source and legal files.
> >>
> >> David Jencks
> >>
> >>> On Jun 19, 2020, at 9:20 PM, David Blevins 
> >> wrote:
> >>>
> >>> Not 100% confident on this, but I think it's these tags built in this
> >> order:
> >>>
> >>> -
> >>
> https://github.com/apache/tomee-patch-plugin/tree/tomee-patch-parent-0.1
> >>> - https://github.com/apache/tomee/tree/tomee-project-8.0.3
> >>> - https://github.com/apache/tomee-jakarta/tree/apache-tomee-9.0.0-M1
> >>>
> >>> Hopefully after this release we can eliminate the need for the
> >> tomee-jakarta repo and merge that into tomee/master.  As well, ideally
> we
> >> can hopefully use the v0.1 of the TomEE Patch Plugin and release that
> >> separately as needed.
> >>>
> >>>
> >>> -David
> >>>
> >>>
>  On Jun 19, 2020, at 8:38 PM, David Jencks 
> >> wrote:
> 
>  I can’t find the source archive that I can build locally to get all
> >> those juicy binary artifacts in
> >> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/
> <
> >> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/>
> 
>  ???
> 
>  thanks
>  david jencks
> 
> > On Jun 19, 2020, at 6:01 AM, Jonathan Gallimore <
> >> jonathan.gallim...@gmail.com> wrote:
> >
> > Hi All,
> >
> > I am delighted to present a vote for Apache TomEE 9.0.0-M1 and Apache
> >> TomEE
> > 8.0.3.
> >
> > There's some background on this release here:
> >
> >>
> https://lists.apache.org/thread.html/r1d89e3c1cd9dba9695e059c96efc8af0d68f18e40c4d4c688801db8d%40%3Cdev.tomee.apache.org%3E
> >
> > The key points here are:
> >
> > * TomEE 8.0.3 is essentially identical to TomEE 8.0.2, bar some
> >> changes to
> > examples. Release notes are below.
> >
> > * TomEE 9.0.0-M1 is a transformed version of TomEE 8.0.3, to shift
> >> TomEE
> > and all its dependencies from the javax to jakarta namespace.
> >
> > * If you're targeting Jakarta EE 8, use TomEE 8.0.3. If you would
> like
> >> to
> > try out Jakarta EE 9, with the new namespace, try TomEE 9.0.0-M1. If
> >> you
> > build the examples, for most of them you should get a `javax` version
> >> and a
> > `jakarta` version. Moviefun is a good app to use to play around.
> >
> > * TomEE 8.0.3 is production-ready. TomEE 9.0.0-M1 is a milestone.
> We'd
> >> love
> > you to try it, kick the tyres and provide feedback. There will likely
> >> be a
> > few milestone releases before we get to a production-ready 9.0.0.
> >
> > * We expect things to not work with the 9.0.0-M1 version. Feedback is
> > gratefully received, but will be addressed with subsequent releases.
> > Genuine show-stopper issues, such as legal issues, should be voted
> -1,
> >> but
> > bugs or functionality in the 9.0.0-M1 should not prevent this release
> >> going
> > ahead. If you have questions around this, please let us know.
> >
> > * Both versions are built from the same codebase, hence the single
> >> vote.
> >
> > * This vote includes the release of a patch plugin:
> > https://github.com/apache/tomee-patch-plugin, and one separate
> single
> > module to do the translation work for the jakarta version:
> > https://github.com/apache/tomee-jakarta. I'm expecting the
> > tomee-jakara repo to be removed and the module bought back under the
> >> tomee
> > tree when we can work out the build issues there.
> >
> > Maven Repo:
> >
> >> https://repository.apache.org/content/repositories/orgapachetomee-1172/
> >
> > Binaries & Source:
> >
> 

Re: [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-20 Thread David Jencks
Thanks!

With these additions, +1

David Jencks

> On Jun 19, 2020, at 11:13 PM, Jonathan Gallimore 
>  wrote:
> 
> I missed copying those from the staged Maven repo - here they are (the
> .ascs, sha256s and sha512s are there too):
> 
> TomEE:
> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/tomee-project-8.0.3-source-release.zip
> Patch Plugin:
> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/tomee-patch-parent-0.1-source-release.zip
> TomEE Jakarta Conversion:
> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-9.0.0-M1-source-release.zip
> 
> Jon
> 
> On Sat, Jun 20, 2020 at 5:29 AM David Jencks 
> wrote:
> 
>> Sorry to be sticky, but an apache release is source code, packaged
>> sufficiently to be able to build the product. A git tag isn’t sufficient.
>> Everything else, such as jars, are convenience artifacts.  AFAICT there’s
>> nothing to vote on here :-(
>> 
>> It’s been many years but IIRC there’s a way to get maven to package up the
>> clean source project just like a git checkout.  That’s what I was expecting
>> so I could look over the source and legal files.
>> 
>> David Jencks
>> 
>>> On Jun 19, 2020, at 9:20 PM, David Blevins 
>> wrote:
>>> 
>>> Not 100% confident on this, but I think it's these tags built in this
>> order:
>>> 
>>> -
>> https://github.com/apache/tomee-patch-plugin/tree/tomee-patch-parent-0.1
>>> - https://github.com/apache/tomee/tree/tomee-project-8.0.3
>>> - https://github.com/apache/tomee-jakarta/tree/apache-tomee-9.0.0-M1
>>> 
>>> Hopefully after this release we can eliminate the need for the
>> tomee-jakarta repo and merge that into tomee/master.  As well, ideally we
>> can hopefully use the v0.1 of the TomEE Patch Plugin and release that
>> separately as needed.
>>> 
>>> 
>>> -David
>>> 
>>> 
 On Jun 19, 2020, at 8:38 PM, David Jencks 
>> wrote:
 
 I can’t find the source archive that I can build locally to get all
>> those juicy binary artifacts in
>> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/ <
>> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/>
 
 ???
 
 thanks
 david jencks
 
> On Jun 19, 2020, at 6:01 AM, Jonathan Gallimore <
>> jonathan.gallim...@gmail.com> wrote:
> 
> Hi All,
> 
> I am delighted to present a vote for Apache TomEE 9.0.0-M1 and Apache
>> TomEE
> 8.0.3.
> 
> There's some background on this release here:
> 
>> https://lists.apache.org/thread.html/r1d89e3c1cd9dba9695e059c96efc8af0d68f18e40c4d4c688801db8d%40%3Cdev.tomee.apache.org%3E
> 
> The key points here are:
> 
> * TomEE 8.0.3 is essentially identical to TomEE 8.0.2, bar some
>> changes to
> examples. Release notes are below.
> 
> * TomEE 9.0.0-M1 is a transformed version of TomEE 8.0.3, to shift
>> TomEE
> and all its dependencies from the javax to jakarta namespace.
> 
> * If you're targeting Jakarta EE 8, use TomEE 8.0.3. If you would like
>> to
> try out Jakarta EE 9, with the new namespace, try TomEE 9.0.0-M1. If
>> you
> build the examples, for most of them you should get a `javax` version
>> and a
> `jakarta` version. Moviefun is a good app to use to play around.
> 
> * TomEE 8.0.3 is production-ready. TomEE 9.0.0-M1 is a milestone. We'd
>> love
> you to try it, kick the tyres and provide feedback. There will likely
>> be a
> few milestone releases before we get to a production-ready 9.0.0.
> 
> * We expect things to not work with the 9.0.0-M1 version. Feedback is
> gratefully received, but will be addressed with subsequent releases.
> Genuine show-stopper issues, such as legal issues, should be voted -1,
>> but
> bugs or functionality in the 9.0.0-M1 should not prevent this release
>> going
> ahead. If you have questions around this, please let us know.
> 
> * Both versions are built from the same codebase, hence the single
>> vote.
> 
> * This vote includes the release of a patch plugin:
> https://github.com/apache/tomee-patch-plugin, and one separate single
> module to do the translation work for the jakarta version:
> https://github.com/apache/tomee-jakarta. I'm expecting the
> tomee-jakara repo to be removed and the module bought back under the
>> tomee
> tree when we can work out the build issues there.
> 
> Maven Repo:
> 
>> https://repository.apache.org/content/repositories/orgapachetomee-1172/
> 
> Binaries & Source:
> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/
> 
> Tags:
> 
> 
>> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-project-8.0.3
> 
>> https://gitbox.apache.org/repos/asf?p=tomee-patch-plugin.git;a=tag;h=refs/tags/tomee-patch-parent-0.1
> 
>> https://gitbox.apache.org/repos/asf?p=tomee-jakarta.git;a=tag;h=refs/tags/apache-tomee-9.0.0-M1
> 

Re: [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-20 Thread Jonathan Gallimore
I missed copying those from the staged Maven repo - here they are (the
.ascs, sha256s and sha512s are there too):

TomEE:
https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/tomee-project-8.0.3-source-release.zip
Patch Plugin:
https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/tomee-patch-parent-0.1-source-release.zip
TomEE Jakarta Conversion:
https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-9.0.0-M1-source-release.zip

Jon

On Sat, Jun 20, 2020 at 5:29 AM David Jencks 
wrote:

> Sorry to be sticky, but an apache release is source code, packaged
> sufficiently to be able to build the product. A git tag isn’t sufficient.
> Everything else, such as jars, are convenience artifacts.  AFAICT there’s
> nothing to vote on here :-(
>
> It’s been many years but IIRC there’s a way to get maven to package up the
> clean source project just like a git checkout.  That’s what I was expecting
> so I could look over the source and legal files.
>
> David Jencks
>
> > On Jun 19, 2020, at 9:20 PM, David Blevins 
> wrote:
> >
> > Not 100% confident on this, but I think it's these tags built in this
> order:
> >
> > -
> https://github.com/apache/tomee-patch-plugin/tree/tomee-patch-parent-0.1
> > - https://github.com/apache/tomee/tree/tomee-project-8.0.3
> > - https://github.com/apache/tomee-jakarta/tree/apache-tomee-9.0.0-M1
> >
> > Hopefully after this release we can eliminate the need for the
> tomee-jakarta repo and merge that into tomee/master.  As well, ideally we
> can hopefully use the v0.1 of the TomEE Patch Plugin and release that
> separately as needed.
> >
> >
> > -David
> >
> >
> >> On Jun 19, 2020, at 8:38 PM, David Jencks 
> wrote:
> >>
> >> I can’t find the source archive that I can build locally to get all
> those juicy binary artifacts in
> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/ <
> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/>
> >>
> >> ???
> >>
> >> thanks
> >> david jencks
> >>
> >>> On Jun 19, 2020, at 6:01 AM, Jonathan Gallimore <
> jonathan.gallim...@gmail.com> wrote:
> >>>
> >>> Hi All,
> >>>
> >>> I am delighted to present a vote for Apache TomEE 9.0.0-M1 and Apache
> TomEE
> >>> 8.0.3.
> >>>
> >>> There's some background on this release here:
> >>>
> https://lists.apache.org/thread.html/r1d89e3c1cd9dba9695e059c96efc8af0d68f18e40c4d4c688801db8d%40%3Cdev.tomee.apache.org%3E
> >>>
> >>> The key points here are:
> >>>
> >>> * TomEE 8.0.3 is essentially identical to TomEE 8.0.2, bar some
> changes to
> >>> examples. Release notes are below.
> >>>
> >>> * TomEE 9.0.0-M1 is a transformed version of TomEE 8.0.3, to shift
> TomEE
> >>> and all its dependencies from the javax to jakarta namespace.
> >>>
> >>> * If you're targeting Jakarta EE 8, use TomEE 8.0.3. If you would like
> to
> >>> try out Jakarta EE 9, with the new namespace, try TomEE 9.0.0-M1. If
> you
> >>> build the examples, for most of them you should get a `javax` version
> and a
> >>> `jakarta` version. Moviefun is a good app to use to play around.
> >>>
> >>> * TomEE 8.0.3 is production-ready. TomEE 9.0.0-M1 is a milestone. We'd
> love
> >>> you to try it, kick the tyres and provide feedback. There will likely
> be a
> >>> few milestone releases before we get to a production-ready 9.0.0.
> >>>
> >>> * We expect things to not work with the 9.0.0-M1 version. Feedback is
> >>> gratefully received, but will be addressed with subsequent releases.
> >>> Genuine show-stopper issues, such as legal issues, should be voted -1,
> but
> >>> bugs or functionality in the 9.0.0-M1 should not prevent this release
> going
> >>> ahead. If you have questions around this, please let us know.
> >>>
> >>> * Both versions are built from the same codebase, hence the single
> vote.
> >>>
> >>> * This vote includes the release of a patch plugin:
> >>> https://github.com/apache/tomee-patch-plugin, and one separate single
> >>> module to do the translation work for the jakarta version:
> >>> https://github.com/apache/tomee-jakarta. I'm expecting the
> >>> tomee-jakara repo to be removed and the module bought back under the
> tomee
> >>> tree when we can work out the build issues there.
> >>>
> >>> Maven Repo:
> >>>
> https://repository.apache.org/content/repositories/orgapachetomee-1172/
> >>>
> >>> Binaries & Source:
> >>> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/
> >>>
> >>> Tags:
> >>>
> >>>
> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-project-8.0.3
> >>>
> https://gitbox.apache.org/repos/asf?p=tomee-patch-plugin.git;a=tag;h=refs/tags/tomee-patch-parent-0.1
> >>>
> https://gitbox.apache.org/repos/asf?p=tomee-jakarta.git;a=tag;h=refs/tags/apache-tomee-9.0.0-M1
> >>>
> >>> Release notes:
> >>>
> >>>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320=12348219
> >>>
> >>> Please VOTE:
> >>>
> >>> [+1] Yes, release it
> >>> [+0] Not fussed
> >>> [-1] Don't 

Re: [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-19 Thread David Jencks
Sorry to be sticky, but an apache release is source code, packaged sufficiently 
to be able to build the product. A git tag isn’t sufficient.  Everything else, 
such as jars, are convenience artifacts.  AFAICT there’s nothing to vote on 
here :-(

It’s been many years but IIRC there’s a way to get maven to package up the 
clean source project just like a git checkout.  That’s what I was expecting so 
I could look over the source and legal files.

David Jencks

> On Jun 19, 2020, at 9:20 PM, David Blevins  wrote:
> 
> Not 100% confident on this, but I think it's these tags built in this order:
> 
> - https://github.com/apache/tomee-patch-plugin/tree/tomee-patch-parent-0.1
> - https://github.com/apache/tomee/tree/tomee-project-8.0.3
> - https://github.com/apache/tomee-jakarta/tree/apache-tomee-9.0.0-M1
> 
> Hopefully after this release we can eliminate the need for the tomee-jakarta 
> repo and merge that into tomee/master.  As well, ideally we can hopefully use 
> the v0.1 of the TomEE Patch Plugin and release that separately as needed.
> 
> 
> -David
> 
> 
>> On Jun 19, 2020, at 8:38 PM, David Jencks  wrote:
>> 
>> I can’t find the source archive that I can build locally to get all those 
>> juicy binary artifacts in 
>> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/ 
>> 
>> 
>> ???
>> 
>> thanks 
>> david jencks
>> 
>>> On Jun 19, 2020, at 6:01 AM, Jonathan Gallimore 
>>>  wrote:
>>> 
>>> Hi All,
>>> 
>>> I am delighted to present a vote for Apache TomEE 9.0.0-M1 and Apache TomEE
>>> 8.0.3.
>>> 
>>> There's some background on this release here:
>>> https://lists.apache.org/thread.html/r1d89e3c1cd9dba9695e059c96efc8af0d68f18e40c4d4c688801db8d%40%3Cdev.tomee.apache.org%3E
>>> 
>>> The key points here are:
>>> 
>>> * TomEE 8.0.3 is essentially identical to TomEE 8.0.2, bar some changes to
>>> examples. Release notes are below.
>>> 
>>> * TomEE 9.0.0-M1 is a transformed version of TomEE 8.0.3, to shift TomEE
>>> and all its dependencies from the javax to jakarta namespace.
>>> 
>>> * If you're targeting Jakarta EE 8, use TomEE 8.0.3. If you would like to
>>> try out Jakarta EE 9, with the new namespace, try TomEE 9.0.0-M1. If you
>>> build the examples, for most of them you should get a `javax` version and a
>>> `jakarta` version. Moviefun is a good app to use to play around.
>>> 
>>> * TomEE 8.0.3 is production-ready. TomEE 9.0.0-M1 is a milestone. We'd love
>>> you to try it, kick the tyres and provide feedback. There will likely be a
>>> few milestone releases before we get to a production-ready 9.0.0.
>>> 
>>> * We expect things to not work with the 9.0.0-M1 version. Feedback is
>>> gratefully received, but will be addressed with subsequent releases.
>>> Genuine show-stopper issues, such as legal issues, should be voted -1, but
>>> bugs or functionality in the 9.0.0-M1 should not prevent this release going
>>> ahead. If you have questions around this, please let us know.
>>> 
>>> * Both versions are built from the same codebase, hence the single vote.
>>> 
>>> * This vote includes the release of a patch plugin:
>>> https://github.com/apache/tomee-patch-plugin, and one separate single
>>> module to do the translation work for the jakarta version:
>>> https://github.com/apache/tomee-jakarta. I'm expecting the
>>> tomee-jakara repo to be removed and the module bought back under the tomee
>>> tree when we can work out the build issues there.
>>> 
>>> Maven Repo:
>>> https://repository.apache.org/content/repositories/orgapachetomee-1172/
>>> 
>>> Binaries & Source:
>>> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/
>>> 
>>> Tags:
>>> 
>>> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-project-8.0.3
>>> https://gitbox.apache.org/repos/asf?p=tomee-patch-plugin.git;a=tag;h=refs/tags/tomee-patch-parent-0.1
>>> https://gitbox.apache.org/repos/asf?p=tomee-jakarta.git;a=tag;h=refs/tags/apache-tomee-9.0.0-M1
>>> 
>>> Release notes:
>>> 
>>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320=12348219
>>> 
>>> Please VOTE:
>>> 
>>> [+1] Yes, release it
>>> [+0] Not fussed
>>> [-1] Don't release, there's a showstopper (please specify what the
>>> showstopper is)
>>> 
>>> Vote will be open for 72 hours.
>>> 
>>> Here is my +1.
>>> 
>>> Thanks
>>> 
>>> Jon
>> 
> 



Re: [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-19 Thread David Blevins
Not 100% confident on this, but I think it's these tags built in this order:

 - https://github.com/apache/tomee-patch-plugin/tree/tomee-patch-parent-0.1
 - https://github.com/apache/tomee/tree/tomee-project-8.0.3
 - https://github.com/apache/tomee-jakarta/tree/apache-tomee-9.0.0-M1

Hopefully after this release we can eliminate the need for the tomee-jakarta 
repo and merge that into tomee/master.  As well, ideally we can hopefully use 
the v0.1 of the TomEE Patch Plugin and release that separately as needed.


-David


> On Jun 19, 2020, at 8:38 PM, David Jencks  wrote:
> 
> I can’t find the source archive that I can build locally to get all those 
> juicy binary artifacts in 
> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/ 
> 
> 
> ???
> 
> thanks 
> david jencks
> 
>> On Jun 19, 2020, at 6:01 AM, Jonathan Gallimore 
>>  wrote:
>> 
>> Hi All,
>> 
>> I am delighted to present a vote for Apache TomEE 9.0.0-M1 and Apache TomEE
>> 8.0.3.
>> 
>> There's some background on this release here:
>> https://lists.apache.org/thread.html/r1d89e3c1cd9dba9695e059c96efc8af0d68f18e40c4d4c688801db8d%40%3Cdev.tomee.apache.org%3E
>> 
>> The key points here are:
>> 
>> * TomEE 8.0.3 is essentially identical to TomEE 8.0.2, bar some changes to
>> examples. Release notes are below.
>> 
>> * TomEE 9.0.0-M1 is a transformed version of TomEE 8.0.3, to shift TomEE
>> and all its dependencies from the javax to jakarta namespace.
>> 
>> * If you're targeting Jakarta EE 8, use TomEE 8.0.3. If you would like to
>> try out Jakarta EE 9, with the new namespace, try TomEE 9.0.0-M1. If you
>> build the examples, for most of them you should get a `javax` version and a
>> `jakarta` version. Moviefun is a good app to use to play around.
>> 
>> * TomEE 8.0.3 is production-ready. TomEE 9.0.0-M1 is a milestone. We'd love
>> you to try it, kick the tyres and provide feedback. There will likely be a
>> few milestone releases before we get to a production-ready 9.0.0.
>> 
>> * We expect things to not work with the 9.0.0-M1 version. Feedback is
>> gratefully received, but will be addressed with subsequent releases.
>> Genuine show-stopper issues, such as legal issues, should be voted -1, but
>> bugs or functionality in the 9.0.0-M1 should not prevent this release going
>> ahead. If you have questions around this, please let us know.
>> 
>> * Both versions are built from the same codebase, hence the single vote.
>> 
>> * This vote includes the release of a patch plugin:
>> https://github.com/apache/tomee-patch-plugin, and one separate single
>> module to do the translation work for the jakarta version:
>> https://github.com/apache/tomee-jakarta. I'm expecting the
>> tomee-jakara repo to be removed and the module bought back under the tomee
>> tree when we can work out the build issues there.
>> 
>> Maven Repo:
>> https://repository.apache.org/content/repositories/orgapachetomee-1172/
>> 
>> Binaries & Source:
>> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/
>> 
>> Tags:
>> 
>> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-project-8.0.3
>> https://gitbox.apache.org/repos/asf?p=tomee-patch-plugin.git;a=tag;h=refs/tags/tomee-patch-parent-0.1
>> https://gitbox.apache.org/repos/asf?p=tomee-jakarta.git;a=tag;h=refs/tags/apache-tomee-9.0.0-M1
>> 
>> Release notes:
>> 
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320=12348219
>> 
>> Please VOTE:
>> 
>> [+1] Yes, release it
>> [+0] Not fussed
>> [-1] Don't release, there's a showstopper (please specify what the
>> showstopper is)
>> 
>> Vote will be open for 72 hours.
>> 
>> Here is my +1.
>> 
>> Thanks
>> 
>> Jon
> 



smime.p7s
Description: S/MIME cryptographic signature


Re: [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-19 Thread David Blevins
Just completed a run in EC2 on these proposed binaries.  Here are the 
high-level stats:


PASSED   25081   92%
FAILED   2157 7%
ALL 27238


Looking just as good as the snapshots!

My +1!


-- 
David Blevins
http://twitter.com/dblevins
http://www.tomitribe.com

> On Jun 19, 2020, at 8:38 PM, David Jencks  wrote:
> 
> I can’t find the source archive that I can build locally to get all those 
> juicy binary artifacts in 
> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/ 
> 
> 
> ???
> 
> thanks 
> david jencks
> 
>> On Jun 19, 2020, at 6:01 AM, Jonathan Gallimore 
>>  wrote:
>> 
>> Hi All,
>> 
>> I am delighted to present a vote for Apache TomEE 9.0.0-M1 and Apache TomEE
>> 8.0.3.
>> 
>> There's some background on this release here:
>> https://lists.apache.org/thread.html/r1d89e3c1cd9dba9695e059c96efc8af0d68f18e40c4d4c688801db8d%40%3Cdev.tomee.apache.org%3E
>> 
>> The key points here are:
>> 
>> * TomEE 8.0.3 is essentially identical to TomEE 8.0.2, bar some changes to
>> examples. Release notes are below.
>> 
>> * TomEE 9.0.0-M1 is a transformed version of TomEE 8.0.3, to shift TomEE
>> and all its dependencies from the javax to jakarta namespace.
>> 
>> * If you're targeting Jakarta EE 8, use TomEE 8.0.3. If you would like to
>> try out Jakarta EE 9, with the new namespace, try TomEE 9.0.0-M1. If you
>> build the examples, for most of them you should get a `javax` version and a
>> `jakarta` version. Moviefun is a good app to use to play around.
>> 
>> * TomEE 8.0.3 is production-ready. TomEE 9.0.0-M1 is a milestone. We'd love
>> you to try it, kick the tyres and provide feedback. There will likely be a
>> few milestone releases before we get to a production-ready 9.0.0.
>> 
>> * We expect things to not work with the 9.0.0-M1 version. Feedback is
>> gratefully received, but will be addressed with subsequent releases.
>> Genuine show-stopper issues, such as legal issues, should be voted -1, but
>> bugs or functionality in the 9.0.0-M1 should not prevent this release going
>> ahead. If you have questions around this, please let us know.
>> 
>> * Both versions are built from the same codebase, hence the single vote.
>> 
>> * This vote includes the release of a patch plugin:
>> https://github.com/apache/tomee-patch-plugin, and one separate single
>> module to do the translation work for the jakarta version:
>> https://github.com/apache/tomee-jakarta. I'm expecting the
>> tomee-jakara repo to be removed and the module bought back under the tomee
>> tree when we can work out the build issues there.
>> 
>> Maven Repo:
>> https://repository.apache.org/content/repositories/orgapachetomee-1172/
>> 
>> Binaries & Source:
>> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/
>> 
>> Tags:
>> 
>> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-project-8.0.3
>> https://gitbox.apache.org/repos/asf?p=tomee-patch-plugin.git;a=tag;h=refs/tags/tomee-patch-parent-0.1
>> https://gitbox.apache.org/repos/asf?p=tomee-jakarta.git;a=tag;h=refs/tags/apache-tomee-9.0.0-M1
>> 
>> Release notes:
>> 
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320=12348219
>> 
>> Please VOTE:
>> 
>> [+1] Yes, release it
>> [+0] Not fussed
>> [-1] Don't release, there's a showstopper (please specify what the
>> showstopper is)
>> 
>> Vote will be open for 72 hours.
>> 
>> Here is my +1.
>> 
>> Thanks
>> 
>> Jon
> 



smime.p7s
Description: S/MIME cryptographic signature


Re: [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-19 Thread David Jencks
I can’t find the source archive that I can build locally to get all those juicy 
binary artifacts in 
https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/ 


???

thanks 
david jencks

> On Jun 19, 2020, at 6:01 AM, Jonathan Gallimore 
>  wrote:
> 
> Hi All,
> 
> I am delighted to present a vote for Apache TomEE 9.0.0-M1 and Apache TomEE
> 8.0.3.
> 
> There's some background on this release here:
> https://lists.apache.org/thread.html/r1d89e3c1cd9dba9695e059c96efc8af0d68f18e40c4d4c688801db8d%40%3Cdev.tomee.apache.org%3E
> 
> The key points here are:
> 
> * TomEE 8.0.3 is essentially identical to TomEE 8.0.2, bar some changes to
> examples. Release notes are below.
> 
> * TomEE 9.0.0-M1 is a transformed version of TomEE 8.0.3, to shift TomEE
> and all its dependencies from the javax to jakarta namespace.
> 
> * If you're targeting Jakarta EE 8, use TomEE 8.0.3. If you would like to
> try out Jakarta EE 9, with the new namespace, try TomEE 9.0.0-M1. If you
> build the examples, for most of them you should get a `javax` version and a
> `jakarta` version. Moviefun is a good app to use to play around.
> 
> * TomEE 8.0.3 is production-ready. TomEE 9.0.0-M1 is a milestone. We'd love
> you to try it, kick the tyres and provide feedback. There will likely be a
> few milestone releases before we get to a production-ready 9.0.0.
> 
> * We expect things to not work with the 9.0.0-M1 version. Feedback is
> gratefully received, but will be addressed with subsequent releases.
> Genuine show-stopper issues, such as legal issues, should be voted -1, but
> bugs or functionality in the 9.0.0-M1 should not prevent this release going
> ahead. If you have questions around this, please let us know.
> 
> * Both versions are built from the same codebase, hence the single vote.
> 
> * This vote includes the release of a patch plugin:
> https://github.com/apache/tomee-patch-plugin, and one separate single
> module to do the translation work for the jakarta version:
> https://github.com/apache/tomee-jakarta. I'm expecting the
> tomee-jakara repo to be removed and the module bought back under the tomee
> tree when we can work out the build issues there.
> 
> Maven Repo:
> https://repository.apache.org/content/repositories/orgapachetomee-1172/
> 
> Binaries & Source:
> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/
> 
> Tags:
> 
> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-project-8.0.3
> https://gitbox.apache.org/repos/asf?p=tomee-patch-plugin.git;a=tag;h=refs/tags/tomee-patch-parent-0.1
> https://gitbox.apache.org/repos/asf?p=tomee-jakarta.git;a=tag;h=refs/tags/apache-tomee-9.0.0-M1
> 
> Release notes:
> 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320=12348219
> 
> Please VOTE:
> 
> [+1] Yes, release it
> [+0] Not fussed
> [-1] Don't release, there's a showstopper (please specify what the
> showstopper is)
> 
> Vote will be open for 72 hours.
> 
> Here is my +1.
> 
> Thanks
> 
> Jon



Re: [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-19 Thread Daniel Dias Dos Santos
+1
--

*Daniel Dias dos Santos*
Java Developer
SouJava & JCP Member
GitHub: https://github.com/Daniel-Dos
Linkedin: www.linkedin.com/in/danieldiasjava
Twitter: http://twitter.com/danieldiasjava


Em sex., 19 de jun. de 2020 às 13:48, Nishant Raut 
escreveu:

> +1
>
> Thanks and Regards,
> Nishant Raut
> https://twitter.com/rautnishant
>
> On Fri, Jun 19, 2020, 10:00 PM Ivan Junckes Filho 
> wrote:
>
> > +1
> >
> > On Fri, Jun 19, 2020 at 1:22 PM Cesar Hernandez 
> > wrote:
> >
> > > +1
> > >
> > > El vie., 19 jun. 2020 a las 7:05, Thiago Henrique Hupner (<
> > > thi...@gmail.com>)
> > > escribió:
> > >
> > > > +1
> > > >
> > > > Em sex, 19 de jun de 2020 10:01, Jonathan Gallimore <
> > > > jonathan.gallim...@gmail.com> escreveu:
> > > >
> > > > > Hi All,
> > > > >
> > > > > I am delighted to present a vote for Apache TomEE 9.0.0-M1 and
> Apache
> > > > TomEE
> > > > > 8.0.3.
> > > > >
> > > > > There's some background on this release here:
> > > > >
> > > > >
> > > >
> > >
> >
> https://lists.apache.org/thread.html/r1d89e3c1cd9dba9695e059c96efc8af0d68f18e40c4d4c688801db8d%40%3Cdev.tomee.apache.org%3E
> > > > >
> > > > > The key points here are:
> > > > >
> > > > > * TomEE 8.0.3 is essentially identical to TomEE 8.0.2, bar some
> > changes
> > > > to
> > > > > examples. Release notes are below.
> > > > >
> > > > > * TomEE 9.0.0-M1 is a transformed version of TomEE 8.0.3, to shift
> > > TomEE
> > > > > and all its dependencies from the javax to jakarta namespace.
> > > > >
> > > > > * If you're targeting Jakarta EE 8, use TomEE 8.0.3. If you would
> > like
> > > to
> > > > > try out Jakarta EE 9, with the new namespace, try TomEE 9.0.0-M1.
> If
> > > you
> > > > > build the examples, for most of them you should get a `javax`
> version
> > > > and a
> > > > > `jakarta` version. Moviefun is a good app to use to play around.
> > > > >
> > > > > * TomEE 8.0.3 is production-ready. TomEE 9.0.0-M1 is a milestone.
> > We'd
> > > > love
> > > > > you to try it, kick the tyres and provide feedback. There will
> likely
> > > be
> > > > a
> > > > > few milestone releases before we get to a production-ready 9.0.0.
> > > > >
> > > > > * We expect things to not work with the 9.0.0-M1 version. Feedback
> is
> > > > > gratefully received, but will be addressed with subsequent
> releases.
> > > > > Genuine show-stopper issues, such as legal issues, should be voted
> > -1,
> > > > but
> > > > > bugs or functionality in the 9.0.0-M1 should not prevent this
> release
> > > > going
> > > > > ahead. If you have questions around this, please let us know.
> > > > >
> > > > > * Both versions are built from the same codebase, hence the single
> > > vote.
> > > > >
> > > > > * This vote includes the release of a patch plugin:
> > > > > https://github.com/apache/tomee-patch-plugin, and one separate
> > single
> > > > > module to do the translation work for the jakarta version:
> > > > > https://github.com/apache/tomee-jakarta. I'm expecting the
> > > > > tomee-jakara repo to be removed and the module bought back under
> the
> > > > tomee
> > > > > tree when we can work out the build issues there.
> > > > >
> > > > > Maven Repo:
> > > > >
> > >
> https://repository.apache.org/content/repositories/orgapachetomee-1172/
> > > > >
> > > > > Binaries & Source:
> > > > >
> > https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/
> > > > >
> > > > > Tags:
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-project-8.0.3
> > > > >
> > > > >
> > > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=tomee-patch-plugin.git;a=tag;h=refs/tags/tomee-patch-parent-0.1
> > > > >
> > > > >
> > > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=tomee-jakarta.git;a=tag;h=refs/tags/apache-tomee-9.0.0-M1
> > > > >
> > > > > Release notes:
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320=12348219
> > > > >
> > > > > Please VOTE:
> > > > >
> > > > > [+1] Yes, release it
> > > > > [+0] Not fussed
> > > > > [-1] Don't release, there's a showstopper (please specify what the
> > > > > showstopper is)
> > > > >
> > > > > Vote will be open for 72 hours.
> > > > >
> > > > > Here is my +1.
> > > > >
> > > > > Thanks
> > > > >
> > > > > Jon
> > > > >
> > > >
> > >
> > >
> > > --
> > > Atentamente:
> > > César Hernández.
> > >
> >
>


Re: [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-19 Thread Nishant Raut
+1

Thanks and Regards,
Nishant Raut
https://twitter.com/rautnishant

On Fri, Jun 19, 2020, 10:00 PM Ivan Junckes Filho 
wrote:

> +1
>
> On Fri, Jun 19, 2020 at 1:22 PM Cesar Hernandez 
> wrote:
>
> > +1
> >
> > El vie., 19 jun. 2020 a las 7:05, Thiago Henrique Hupner (<
> > thi...@gmail.com>)
> > escribió:
> >
> > > +1
> > >
> > > Em sex, 19 de jun de 2020 10:01, Jonathan Gallimore <
> > > jonathan.gallim...@gmail.com> escreveu:
> > >
> > > > Hi All,
> > > >
> > > > I am delighted to present a vote for Apache TomEE 9.0.0-M1 and Apache
> > > TomEE
> > > > 8.0.3.
> > > >
> > > > There's some background on this release here:
> > > >
> > > >
> > >
> >
> https://lists.apache.org/thread.html/r1d89e3c1cd9dba9695e059c96efc8af0d68f18e40c4d4c688801db8d%40%3Cdev.tomee.apache.org%3E
> > > >
> > > > The key points here are:
> > > >
> > > > * TomEE 8.0.3 is essentially identical to TomEE 8.0.2, bar some
> changes
> > > to
> > > > examples. Release notes are below.
> > > >
> > > > * TomEE 9.0.0-M1 is a transformed version of TomEE 8.0.3, to shift
> > TomEE
> > > > and all its dependencies from the javax to jakarta namespace.
> > > >
> > > > * If you're targeting Jakarta EE 8, use TomEE 8.0.3. If you would
> like
> > to
> > > > try out Jakarta EE 9, with the new namespace, try TomEE 9.0.0-M1. If
> > you
> > > > build the examples, for most of them you should get a `javax` version
> > > and a
> > > > `jakarta` version. Moviefun is a good app to use to play around.
> > > >
> > > > * TomEE 8.0.3 is production-ready. TomEE 9.0.0-M1 is a milestone.
> We'd
> > > love
> > > > you to try it, kick the tyres and provide feedback. There will likely
> > be
> > > a
> > > > few milestone releases before we get to a production-ready 9.0.0.
> > > >
> > > > * We expect things to not work with the 9.0.0-M1 version. Feedback is
> > > > gratefully received, but will be addressed with subsequent releases.
> > > > Genuine show-stopper issues, such as legal issues, should be voted
> -1,
> > > but
> > > > bugs or functionality in the 9.0.0-M1 should not prevent this release
> > > going
> > > > ahead. If you have questions around this, please let us know.
> > > >
> > > > * Both versions are built from the same codebase, hence the single
> > vote.
> > > >
> > > > * This vote includes the release of a patch plugin:
> > > > https://github.com/apache/tomee-patch-plugin, and one separate
> single
> > > > module to do the translation work for the jakarta version:
> > > > https://github.com/apache/tomee-jakarta. I'm expecting the
> > > > tomee-jakara repo to be removed and the module bought back under the
> > > tomee
> > > > tree when we can work out the build issues there.
> > > >
> > > > Maven Repo:
> > > >
> > https://repository.apache.org/content/repositories/orgapachetomee-1172/
> > > >
> > > > Binaries & Source:
> > > >
> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/
> > > >
> > > > Tags:
> > > >
> > > >
> > > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-project-8.0.3
> > > >
> > > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=tomee-patch-plugin.git;a=tag;h=refs/tags/tomee-patch-parent-0.1
> > > >
> > > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=tomee-jakarta.git;a=tag;h=refs/tags/apache-tomee-9.0.0-M1
> > > >
> > > > Release notes:
> > > >
> > > >
> > > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320=12348219
> > > >
> > > > Please VOTE:
> > > >
> > > > [+1] Yes, release it
> > > > [+0] Not fussed
> > > > [-1] Don't release, there's a showstopper (please specify what the
> > > > showstopper is)
> > > >
> > > > Vote will be open for 72 hours.
> > > >
> > > > Here is my +1.
> > > >
> > > > Thanks
> > > >
> > > > Jon
> > > >
> > >
> >
> >
> > --
> > Atentamente:
> > César Hernández.
> >
>


Re: [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-19 Thread Ivan Junckes Filho
+1

On Fri, Jun 19, 2020 at 1:22 PM Cesar Hernandez 
wrote:

> +1
>
> El vie., 19 jun. 2020 a las 7:05, Thiago Henrique Hupner (<
> thi...@gmail.com>)
> escribió:
>
> > +1
> >
> > Em sex, 19 de jun de 2020 10:01, Jonathan Gallimore <
> > jonathan.gallim...@gmail.com> escreveu:
> >
> > > Hi All,
> > >
> > > I am delighted to present a vote for Apache TomEE 9.0.0-M1 and Apache
> > TomEE
> > > 8.0.3.
> > >
> > > There's some background on this release here:
> > >
> > >
> >
> https://lists.apache.org/thread.html/r1d89e3c1cd9dba9695e059c96efc8af0d68f18e40c4d4c688801db8d%40%3Cdev.tomee.apache.org%3E
> > >
> > > The key points here are:
> > >
> > > * TomEE 8.0.3 is essentially identical to TomEE 8.0.2, bar some changes
> > to
> > > examples. Release notes are below.
> > >
> > > * TomEE 9.0.0-M1 is a transformed version of TomEE 8.0.3, to shift
> TomEE
> > > and all its dependencies from the javax to jakarta namespace.
> > >
> > > * If you're targeting Jakarta EE 8, use TomEE 8.0.3. If you would like
> to
> > > try out Jakarta EE 9, with the new namespace, try TomEE 9.0.0-M1. If
> you
> > > build the examples, for most of them you should get a `javax` version
> > and a
> > > `jakarta` version. Moviefun is a good app to use to play around.
> > >
> > > * TomEE 8.0.3 is production-ready. TomEE 9.0.0-M1 is a milestone. We'd
> > love
> > > you to try it, kick the tyres and provide feedback. There will likely
> be
> > a
> > > few milestone releases before we get to a production-ready 9.0.0.
> > >
> > > * We expect things to not work with the 9.0.0-M1 version. Feedback is
> > > gratefully received, but will be addressed with subsequent releases.
> > > Genuine show-stopper issues, such as legal issues, should be voted -1,
> > but
> > > bugs or functionality in the 9.0.0-M1 should not prevent this release
> > going
> > > ahead. If you have questions around this, please let us know.
> > >
> > > * Both versions are built from the same codebase, hence the single
> vote.
> > >
> > > * This vote includes the release of a patch plugin:
> > > https://github.com/apache/tomee-patch-plugin, and one separate single
> > > module to do the translation work for the jakarta version:
> > > https://github.com/apache/tomee-jakarta. I'm expecting the
> > > tomee-jakara repo to be removed and the module bought back under the
> > tomee
> > > tree when we can work out the build issues there.
> > >
> > > Maven Repo:
> > >
> https://repository.apache.org/content/repositories/orgapachetomee-1172/
> > >
> > > Binaries & Source:
> > > https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/
> > >
> > > Tags:
> > >
> > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-project-8.0.3
> > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=tomee-patch-plugin.git;a=tag;h=refs/tags/tomee-patch-parent-0.1
> > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=tomee-jakarta.git;a=tag;h=refs/tags/apache-tomee-9.0.0-M1
> > >
> > > Release notes:
> > >
> > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320=12348219
> > >
> > > Please VOTE:
> > >
> > > [+1] Yes, release it
> > > [+0] Not fussed
> > > [-1] Don't release, there's a showstopper (please specify what the
> > > showstopper is)
> > >
> > > Vote will be open for 72 hours.
> > >
> > > Here is my +1.
> > >
> > > Thanks
> > >
> > > Jon
> > >
> >
>
>
> --
> Atentamente:
> César Hernández.
>


Re: [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-19 Thread Cesar Hernandez
+1

El vie., 19 jun. 2020 a las 7:05, Thiago Henrique Hupner ()
escribió:

> +1
>
> Em sex, 19 de jun de 2020 10:01, Jonathan Gallimore <
> jonathan.gallim...@gmail.com> escreveu:
>
> > Hi All,
> >
> > I am delighted to present a vote for Apache TomEE 9.0.0-M1 and Apache
> TomEE
> > 8.0.3.
> >
> > There's some background on this release here:
> >
> >
> https://lists.apache.org/thread.html/r1d89e3c1cd9dba9695e059c96efc8af0d68f18e40c4d4c688801db8d%40%3Cdev.tomee.apache.org%3E
> >
> > The key points here are:
> >
> > * TomEE 8.0.3 is essentially identical to TomEE 8.0.2, bar some changes
> to
> > examples. Release notes are below.
> >
> > * TomEE 9.0.0-M1 is a transformed version of TomEE 8.0.3, to shift TomEE
> > and all its dependencies from the javax to jakarta namespace.
> >
> > * If you're targeting Jakarta EE 8, use TomEE 8.0.3. If you would like to
> > try out Jakarta EE 9, with the new namespace, try TomEE 9.0.0-M1. If you
> > build the examples, for most of them you should get a `javax` version
> and a
> > `jakarta` version. Moviefun is a good app to use to play around.
> >
> > * TomEE 8.0.3 is production-ready. TomEE 9.0.0-M1 is a milestone. We'd
> love
> > you to try it, kick the tyres and provide feedback. There will likely be
> a
> > few milestone releases before we get to a production-ready 9.0.0.
> >
> > * We expect things to not work with the 9.0.0-M1 version. Feedback is
> > gratefully received, but will be addressed with subsequent releases.
> > Genuine show-stopper issues, such as legal issues, should be voted -1,
> but
> > bugs or functionality in the 9.0.0-M1 should not prevent this release
> going
> > ahead. If you have questions around this, please let us know.
> >
> > * Both versions are built from the same codebase, hence the single vote.
> >
> > * This vote includes the release of a patch plugin:
> > https://github.com/apache/tomee-patch-plugin, and one separate single
> > module to do the translation work for the jakarta version:
> > https://github.com/apache/tomee-jakarta. I'm expecting the
> > tomee-jakara repo to be removed and the module bought back under the
> tomee
> > tree when we can work out the build issues there.
> >
> > Maven Repo:
> > https://repository.apache.org/content/repositories/orgapachetomee-1172/
> >
> > Binaries & Source:
> > https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/
> >
> > Tags:
> >
> >
> >
> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-project-8.0.3
> >
> >
> https://gitbox.apache.org/repos/asf?p=tomee-patch-plugin.git;a=tag;h=refs/tags/tomee-patch-parent-0.1
> >
> >
> https://gitbox.apache.org/repos/asf?p=tomee-jakarta.git;a=tag;h=refs/tags/apache-tomee-9.0.0-M1
> >
> > Release notes:
> >
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320=12348219
> >
> > Please VOTE:
> >
> > [+1] Yes, release it
> > [+0] Not fussed
> > [-1] Don't release, there's a showstopper (please specify what the
> > showstopper is)
> >
> > Vote will be open for 72 hours.
> >
> > Here is my +1.
> >
> > Thanks
> >
> > Jon
> >
>


-- 
Atentamente:
César Hernández.


Re: [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-19 Thread Thiago Henrique Hupner
+1

Em sex, 19 de jun de 2020 10:01, Jonathan Gallimore <
jonathan.gallim...@gmail.com> escreveu:

> Hi All,
>
> I am delighted to present a vote for Apache TomEE 9.0.0-M1 and Apache TomEE
> 8.0.3.
>
> There's some background on this release here:
>
> https://lists.apache.org/thread.html/r1d89e3c1cd9dba9695e059c96efc8af0d68f18e40c4d4c688801db8d%40%3Cdev.tomee.apache.org%3E
>
> The key points here are:
>
> * TomEE 8.0.3 is essentially identical to TomEE 8.0.2, bar some changes to
> examples. Release notes are below.
>
> * TomEE 9.0.0-M1 is a transformed version of TomEE 8.0.3, to shift TomEE
> and all its dependencies from the javax to jakarta namespace.
>
> * If you're targeting Jakarta EE 8, use TomEE 8.0.3. If you would like to
> try out Jakarta EE 9, with the new namespace, try TomEE 9.0.0-M1. If you
> build the examples, for most of them you should get a `javax` version and a
> `jakarta` version. Moviefun is a good app to use to play around.
>
> * TomEE 8.0.3 is production-ready. TomEE 9.0.0-M1 is a milestone. We'd love
> you to try it, kick the tyres and provide feedback. There will likely be a
> few milestone releases before we get to a production-ready 9.0.0.
>
> * We expect things to not work with the 9.0.0-M1 version. Feedback is
> gratefully received, but will be addressed with subsequent releases.
> Genuine show-stopper issues, such as legal issues, should be voted -1, but
> bugs or functionality in the 9.0.0-M1 should not prevent this release going
> ahead. If you have questions around this, please let us know.
>
> * Both versions are built from the same codebase, hence the single vote.
>
> * This vote includes the release of a patch plugin:
> https://github.com/apache/tomee-patch-plugin, and one separate single
> module to do the translation work for the jakarta version:
> https://github.com/apache/tomee-jakarta. I'm expecting the
> tomee-jakara repo to be removed and the module bought back under the tomee
> tree when we can work out the build issues there.
>
> Maven Repo:
> https://repository.apache.org/content/repositories/orgapachetomee-1172/
>
> Binaries & Source:
> https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/
>
> Tags:
>
>
> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-project-8.0.3
>
> https://gitbox.apache.org/repos/asf?p=tomee-patch-plugin.git;a=tag;h=refs/tags/tomee-patch-parent-0.1
>
> https://gitbox.apache.org/repos/asf?p=tomee-jakarta.git;a=tag;h=refs/tags/apache-tomee-9.0.0-M1
>
> Release notes:
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320=12348219
>
> Please VOTE:
>
> [+1] Yes, release it
> [+0] Not fussed
> [-1] Don't release, there's a showstopper (please specify what the
> showstopper is)
>
> Vote will be open for 72 hours.
>
> Here is my +1.
>
> Thanks
>
> Jon
>


[VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-19 Thread Jonathan Gallimore
Hi All,

I am delighted to present a vote for Apache TomEE 9.0.0-M1 and Apache TomEE
8.0.3.

There's some background on this release here:
https://lists.apache.org/thread.html/r1d89e3c1cd9dba9695e059c96efc8af0d68f18e40c4d4c688801db8d%40%3Cdev.tomee.apache.org%3E

The key points here are:

* TomEE 8.0.3 is essentially identical to TomEE 8.0.2, bar some changes to
examples. Release notes are below.

* TomEE 9.0.0-M1 is a transformed version of TomEE 8.0.3, to shift TomEE
and all its dependencies from the javax to jakarta namespace.

* If you're targeting Jakarta EE 8, use TomEE 8.0.3. If you would like to
try out Jakarta EE 9, with the new namespace, try TomEE 9.0.0-M1. If you
build the examples, for most of them you should get a `javax` version and a
`jakarta` version. Moviefun is a good app to use to play around.

* TomEE 8.0.3 is production-ready. TomEE 9.0.0-M1 is a milestone. We'd love
you to try it, kick the tyres and provide feedback. There will likely be a
few milestone releases before we get to a production-ready 9.0.0.

* We expect things to not work with the 9.0.0-M1 version. Feedback is
gratefully received, but will be addressed with subsequent releases.
Genuine show-stopper issues, such as legal issues, should be voted -1, but
bugs or functionality in the 9.0.0-M1 should not prevent this release going
ahead. If you have questions around this, please let us know.

* Both versions are built from the same codebase, hence the single vote.

* This vote includes the release of a patch plugin:
https://github.com/apache/tomee-patch-plugin, and one separate single
module to do the translation work for the jakarta version:
https://github.com/apache/tomee-jakarta. I'm expecting the
tomee-jakara repo to be removed and the module bought back under the tomee
tree when we can work out the build issues there.

Maven Repo:
https://repository.apache.org/content/repositories/orgapachetomee-1172/

Binaries & Source:
https://dist.apache.org/repos/dist/dev/tomee/staging-1172/tomee-8.0.3/

Tags:

https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-project-8.0.3
https://gitbox.apache.org/repos/asf?p=tomee-patch-plugin.git;a=tag;h=refs/tags/tomee-patch-parent-0.1
https://gitbox.apache.org/repos/asf?p=tomee-jakarta.git;a=tag;h=refs/tags/apache-tomee-9.0.0-M1

Release notes:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320=12348219

Please VOTE:

[+1] Yes, release it
[+0] Not fussed
[-1] Don't release, there's a showstopper (please specify what the
showstopper is)

Vote will be open for 72 hours.

Here is my +1.

Thanks

Jon