Re: [VOTE] Move javaee-api to Git.

2020-04-30 Thread Carlos Chacín
+1

On Thu, Apr 30, 2020 at 6:04 AM Mark Struberg 
wrote:

> +1 (binding)
>
> LieGrue,
> strub
>
>
> > Am 29.04.2020 um 23:39 schrieb Cesar Hernandez :
> >
> > Hi,
> >
> > As a follow up from the `Javax -> Jakarta rename` thread [1]
> > I would like to propose moving the existing SVN javaee-api repo [2] to
> > Git[3] to enable wider visibility and collaboration either via GitHub or
> > gitbox.apache.org.
> >
> > I will create the Apache JIRA Infra migration ticket after the vote has
> > passed.
> >
> > [ ] +1 approve the release move javaee-api repo to Git
> > [ ] +0 no opinion
> > [ ] -1 disapprove (and reason why)
> >
> > [1]
> >
> https://lists.apache.org/thread.html/refb945e599cad66d8508a540fa5801fd2b04682424e9e29b4e6dd7b4%40%3Cdev.tomee.apache.org%3E
> > [2] https://svn.apache.org/repos/asf/tomee/javaee-api/
> > [3] https://gitbox.apache.org/
> > --
> > Atentamente:
> > César Hernández.
>
>

-- 
*Carlos Chacin*
Senior SDE


Re: Javax -> Jakarta rename

2020-04-17 Thread Carlos Chacín
I'm also interested in helping with this. 落

On Fri, Apr 17, 2020, 9:47 AM Daniel Dias Dos Santos <
daniel.dias.analist...@gmail.com> wrote:

> great.
>
> thanks :  )
> --
>
> *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., 17 de abr. de 2020 às 12:32, Jonathan Gallimore <
> jonathan.gallim...@gmail.com> escreveu:
>
> > That's amazing - thank you both. To start off, let's look at what I have
> so
> > far with the Transformer, the current gaps I can see, and the issues I'm
> > currently running into. I'll document up how to build and run the
> > transformer so you can get started with that.
> >
> > Jon
> >
> > On Fri, Apr 17, 2020 at 3:09 PM Daniel Dias Dos Santos <
> > daniel.dias.analist...@gmail.com> wrote:
> >
> > > Hello Jon,
> > >
> > > I'm also available to help  : )
> > >
> > >
> > >
> > > Em qui., 16 de abr. de 2020 às 22:56, Nishant Raut <
> > nishant30...@gmail.com
> > > >
> > > escreveu:
> > >
> > > > Hi Jonathan,
> > > >
> > > > I will be happy to help by providing PR on namespace change if you
> can
> > > > share more details.
> > > >
> > > > Thanks and Regards,
> > > > Nishant
> > > >
> > > > On Thu, Apr 16, 2020, 7:02 PM Jonathan Gallimore <
> > > > jonathan.gallim...@gmail.com> wrote:
> > > >
> > > > > Hi All,
> > > > >
> > > > > You may be aware that as part of the Jakarta EE 9 release later
> this
> > > > year,
> > > > > the various APIs provided in TomEE will be shifting from javax
> > > namespaces
> > > > > to jakarta.
> > > > >
> > > > > I'm currently researching the use of the Eclipse Transformer
> project
> > (
> > > > > https://projects.eclipse.org/projects/technology.transformer) to
> > > > translate
> > > > > both the TomEE server itself, and the source code for the examples.
> > > > >
> > > > > So far, I have a converted javaee-api.jar, and a Jakarta-ized
> version
> > > of
> > > > > TomEE that boots. There's *lots* that doesn't work at the present
> > > moment,
> > > > > but I'm expecting to have the moviefun example running fairly soon
> -
> > > that
> > > > > covers EJB, Servlets, JSPs, JPA. The REST version of the sample
> also
> > > > covers
> > > > > JAX-RS too.
> > > > >
> > > > > I'm aware that there's also a migration tool that Tomcat have been
> > > > working
> > > > > on too, and will be looking at.
> > > > >
> > > > > We ought to have some discussion about the approach here - in my
> mind
> > > > there
> > > > > are some high-level goals:
> > > > >
> > > > > * Try and maintain a single codebase for javax and jakarta. It's
> > > > > tempting to fork master and embark on a massive renaming exercise.
> > > That's
> > > > > complex as we'd need to do that for various dependencies as well,
> who
> > > may
> > > > > also have other branches and timelines. Having two codebases also
> > means
> > > > > that any changes need to be applied twice, and with renamed
> packages,
> > > its
> > > > > unlikely the git merging or cherry-picking will work.
> > > > >
> > > > > * Be backwards compatible - One goal I had in my mined, is that if
> > you
> > > > have
> > > > > an application that uses javax, you'd probably like to be able to
> run
> > > it
> > > > on
> > > > > a new Jakarta EE server. There are some options here - I quite like
> > the
> > > > > idea of running the Transformer as a javaagent, so any applications
> > > > > deployed using the old namespaces are converted on the fly at the
> > > > bytecode
> > > > > level.
> > > > >
> > > > > * Tooling - I wonder what tooling we could potentially provide? One
> > > > thought
> > > > > I had was a Maven plugin that can transform a war/ear file for you
> as
> > > > part
> > > > > of a build.
> > > > >
> > > > > Anyway, just wanted to give a heads-up on the research. Any
> thoughts
> > /
> > > > > discussions / questions are encouraged.
> > > > >
> > > > > Jon
> > > > >
> > > >
> > >
> >
>


TomEE 8.0 Docker images on DockerHub

2019-09-20 Thread Carlos Chacín
Hi Devs,

Do you know how can we get (or publish) the TomEE docker images to the main
docker hub?

I checked but the latest one is based on tomee-8.0.0-M3
https://hub.docker.com/_/tomee

-- 
*Carlos Chacin*
Senior SDE


Re: Spanish Documentation

2019-09-15 Thread Carlos Chacín
Thanks David,

I'll be working on the MicroProfile Fault Tolerance examples, and I'll
create the sub-tasks to this ticket: TOMEE-2673
<https://issues.apache.org/jira/browse/TOMEE-2673>


On Sun, Sep 15, 2019 at 4:09 PM David Blevins 
wrote:

> And the last of those steps involves a cron job that runs on a schedule
> and a person to wait around until it fires and then click a button
>
> Anyway, it's now here:
>
>  - http://tomee.staging.apache.org/tomee-8.0/es/examples/
>
> Whenever the cron job fires any committer can (must) manually trigger this:
>
>  - https://cms.apache.org/tomee/publish
>
> We really need to get off the old Apache CMS which is now retired.
>
> --
> David Blevins
> http://twitter.com/dblevins
> http://www.tomitribe.com
>
> > On Sep 15, 2019, at 3:44 PM, David Blevins 
> wrote:
> >
> > Any committer can do it.  Unfortunately it's a three-part process and
> each part takes 5-10 minutes.
> >
> > Have it running now.
> >
> >
> > --
> > David Blevins
> > http://twitter.com/dblevins
> > http://www.tomitribe.com
> >
> >> On Sep 15, 2019, at 3:38 PM, Daniel Dias Dos Santos <
> daniel.dias.analist...@gmail.com> wrote:
> >>
> >> Hi,
> >>
> >> II believe it is David that runs for the site to be updated.
> >> --
> >>
> >> *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 dom, 15 de set de 2019 às 19:31, Carlos Chacín 
> >> escreveu:
> >>
> >>> Hi folks,
> >>>
> >>> I was wondering why I'm not able to see the documentation in Spanish
> here:
> >>> http://tomee.apache.org/tomee-8.0/es/examples/
> >>>
> >>> Then I remembered that we have to run the
> >>> https://github.com/apache/tomee-site-generator project and an ASF
> account
> >>> is required to publish.
> >>>
> >>> Who can help with this?
> >>>
> >>> Thanks a lot.
> >>>
> >>> --
> >>> *Carlos Chacin*
> >>> Senior SDE
> >>>
> >
>
>

-- 
*Carlos Chacin*
Senior SDE


Spanish Documentation

2019-09-15 Thread Carlos Chacín
Hi folks,

I was wondering why I'm not able to see the documentation in Spanish here:
http://tomee.apache.org/tomee-8.0/es/examples/

Then I remembered that we have to run the
https://github.com/apache/tomee-site-generator project and an ASF account
is required to publish.

Who can help with this?

Thanks a lot.

-- 
*Carlos Chacin*
Senior SDE


Re: Hi HackDay Comunidad Hispana JUGs

2019-09-14 Thread Carlos Chacín
Another PR to translate MicroProfile examples to Spanish:

https://github.com/apache/tomee/pull/573

Please review and comment at your earliest convenience.

Thanks

On Thu, Sep 12, 2019 at 8:38 AM Carlos Chacín  wrote:

> Thanks Cesar,
>
> > other ones what would be the version? 8.0.1?
>
> I'll let that to your criteria
>
> > For https://issues.apache.org/jira/browse/TOMEE-2681  and
> https://issues.apache.org/jira/browse/TOMEE-2682, do you have an open
> PR's?
>
> Not open PRs for those 2 but I'm planning to send those this week to get
> that done before the CodeOne conference.
>
> On Thu, Sep 12, 2019 at 8:31 AM Cesar Hernandez 
> wrote:
>
>> @Carlos
>> I assigned the Jiras to you and reviewed the ones containing open's PR's,
>> thanks much!
>> btw, for https://issues.apache.org/jira/browse/TOMEE-2669, since the PR
>> was
>> merged 5 day's ago, I updated the JIRA fix version to 8.0.0-final, for the
>> other ones what would be the version? 8.0.1?
>> For https://issues.apache.org/jira/browse/TOMEE-2681  and
>> https://issues.apache.org/jira/browse/TOMEE-2682, do you have an open
>> PR's?
>>
>> @Emerson
>> I assigned  https://issues.apache.org/jira/browse/TOMEE-2683 to you and I
>> already review the PR, +1 and thanks for the contribution and also the
>> fixes from the TomEE OSS - Hackday Hands On Lab :)!
>>
>> El mié., 11 sept. 2019 a las 20:34, Emerson Castañeda (> >)
>> escribió:
>>
>> > Right, I've added:
>> > Subtask: https://issues.apache.org/jira/browse/TOMEE-2683 and
>> > PR#569:  https://github.com/apache/tomee/pull/569
>> >
>> >
>> >
>> > On Wed, Sep 11, 2019 at 10:19 PM Carlos Chacín 
>> wrote:
>> >
>> > > Hi Emerson, TOMEE-2673 is the parent ticket and I already created
>> > sub-task
>> > > in there:
>> > >
>> > > [image: image.png]
>> > >
>> > > On Wed, Sep 11, 2019 at 7:13 PM Emerson Castañeda 
>> > > wrote:
>> > >
>> > >> Carlos,
>> > >>
>> > >> Do you mind if I create sub-tasks under  TOMEE-2673 ?  I would like
>> to
>> > >> keep
>> > >> a similar style for Spanish translations.
>> > >>
>> > >> Thanks
>> > >>
>> > >> Emerson
>> > >> <https://issues.apache.org/jira/browse/TOMEE-2673>
>> > >>
>> > >> On Wed, Sep 11, 2019 at 9:33 PM Carlos Chacín 
>> > wrote:
>> > >>
>> > >> > PR <https://github.com/apache/tomee/pull/568> for TOMEE-2679
>> > >> > <https://issues.apache.org/jira/browse/TOMEE-2679>
>> > >> >
>> > >> > On Wed, Sep 11, 2019 at 5:47 PM Carlos Chacín 
>> > >> wrote:
>> > >> >
>> > >> > > Hi,
>> > >> > >
>> > >> > > I Created 4 sub-tasks in TOMEE-2669
>> > >> > > <https://issues.apache.org/jira/browse/TOMEE-2669>:
>> > >> > >
>> > >> > >- TOMEE-2679 <
>> https://issues.apache.org/jira/browse/TOMEE-2679>
>> > >> > >- TOMEE-2680 <
>> https://issues.apache.org/jira/browse/TOMEE-2680>
>> > >> > >- TOMEE-2681 <
>> https://issues.apache.org/jira/browse/TOMEE-2681>
>> > >> > >- TOMEE-2682 <
>> https://issues.apache.org/jira/browse/TOMEE-2681>
>> > >> > >
>> > >> > > Can you please assign those to me including the parent ticket?
>> > >> > >
>> > >> > > I'll be submitting PRs for those today.
>> > >> > >
>> > >> > > Thank you.
>> > >> > >
>> > >> > > On Mon, Sep 9, 2019 at 11:11 AM Cesar Hernandez <
>> > cesargu...@gmail.com
>> > >> >
>> > >> > > wrote:
>> > >> > >
>> > >> > >> +1, Thanks much Carlos,
>> > >> > >>
>> > >> > >>
>> > >> > >> El lun., 9 sept. 2019 a las 10:56, Carlos Chacín (<
>> > ccha...@gmail.com
>> > >> >)
>> > >> > >> escribió:
>> > >> > >>
>> > >> > >> > Hi,
>> > >> > >> >
>> > >> > >> > I created 3 PRs for MicroProfile examples in Spanish:
>> &

Re: Hi HackDay Comunidad Hispana JUGs

2019-09-12 Thread Carlos Chacín
Thanks Cesar,

> other ones what would be the version? 8.0.1?

I'll let that to your criteria

> For https://issues.apache.org/jira/browse/TOMEE-2681  and
https://issues.apache.org/jira/browse/TOMEE-2682, do you have an open PR's?

Not open PRs for those 2 but I'm planning to send those this week to get
that done before the CodeOne conference.

On Thu, Sep 12, 2019 at 8:31 AM Cesar Hernandez 
wrote:

> @Carlos
> I assigned the Jiras to you and reviewed the ones containing open's PR's,
> thanks much!
> btw, for https://issues.apache.org/jira/browse/TOMEE-2669, since the PR
> was
> merged 5 day's ago, I updated the JIRA fix version to 8.0.0-final, for the
> other ones what would be the version? 8.0.1?
> For https://issues.apache.org/jira/browse/TOMEE-2681  and
> https://issues.apache.org/jira/browse/TOMEE-2682, do you have an open
> PR's?
>
> @Emerson
> I assigned  https://issues.apache.org/jira/browse/TOMEE-2683 to you and I
> already review the PR, +1 and thanks for the contribution and also the
> fixes from the TomEE OSS - Hackday Hands On Lab :)!
>
> El mié., 11 sept. 2019 a las 20:34, Emerson Castañeda ()
> escribió:
>
> > Right, I've added:
> > Subtask: https://issues.apache.org/jira/browse/TOMEE-2683 and
> > PR#569:  https://github.com/apache/tomee/pull/569
> >
> >
> >
> > On Wed, Sep 11, 2019 at 10:19 PM Carlos Chacín 
> wrote:
> >
> > > Hi Emerson, TOMEE-2673 is the parent ticket and I already created
> > sub-task
> > > in there:
> > >
> > > [image: image.png]
> > >
> > > On Wed, Sep 11, 2019 at 7:13 PM Emerson Castañeda 
> > > wrote:
> > >
> > >> Carlos,
> > >>
> > >> Do you mind if I create sub-tasks under  TOMEE-2673 ?  I would like to
> > >> keep
> > >> a similar style for Spanish translations.
> > >>
> > >> Thanks
> > >>
> > >> Emerson
> > >> <https://issues.apache.org/jira/browse/TOMEE-2673>
> > >>
> > >> On Wed, Sep 11, 2019 at 9:33 PM Carlos Chacín 
> > wrote:
> > >>
> > >> > PR <https://github.com/apache/tomee/pull/568> for TOMEE-2679
> > >> > <https://issues.apache.org/jira/browse/TOMEE-2679>
> > >> >
> > >> > On Wed, Sep 11, 2019 at 5:47 PM Carlos Chacín 
> > >> wrote:
> > >> >
> > >> > > Hi,
> > >> > >
> > >> > > I Created 4 sub-tasks in TOMEE-2669
> > >> > > <https://issues.apache.org/jira/browse/TOMEE-2669>:
> > >> > >
> > >> > >- TOMEE-2679 <https://issues.apache.org/jira/browse/TOMEE-2679
> >
> > >> > >- TOMEE-2680 <https://issues.apache.org/jira/browse/TOMEE-2680
> >
> > >> > >- TOMEE-2681 <https://issues.apache.org/jira/browse/TOMEE-2681
> >
> > >> > >- TOMEE-2682 <https://issues.apache.org/jira/browse/TOMEE-2681
> >
> > >> > >
> > >> > > Can you please assign those to me including the parent ticket?
> > >> > >
> > >> > > I'll be submitting PRs for those today.
> > >> > >
> > >> > > Thank you.
> > >> > >
> > >> > > On Mon, Sep 9, 2019 at 11:11 AM Cesar Hernandez <
> > cesargu...@gmail.com
> > >> >
> > >> > > wrote:
> > >> > >
> > >> > >> +1, Thanks much Carlos,
> > >> > >>
> > >> > >>
> > >> > >> El lun., 9 sept. 2019 a las 10:56, Carlos Chacín (<
> > ccha...@gmail.com
> > >> >)
> > >> > >> escribió:
> > >> > >>
> > >> > >> > Hi,
> > >> > >> >
> > >> > >> > I created 3 PRs for MicroProfile examples in Spanish:
> > >> > >> >
> > >> > >> > https://github.com/apache/tomee/pull/561
> > >> > >> > https://github.com/apache/tomee/pull/562
> > >> > >> > https://github.com/apache/tomee/pull/563
> > >> > >> >
> > >> > >> > On Sun, Sep 8, 2019 at 10:05 PM Carlos Chacín <
> ccha...@gmail.com
> > >
> > >> > >> wrote:
> > >> > >> >
> > >> > >> > > Created the ticket to start translating the MP examples:
> > >> > >> > >
> > >> > 

Re: Hi HackDay Comunidad Hispana JUGs

2019-09-11 Thread Carlos Chacín
Hi Emerson, TOMEE-2673 is the parent ticket and I already created sub-task
in there:

[image: image.png]

On Wed, Sep 11, 2019 at 7:13 PM Emerson Castañeda  wrote:

> Carlos,
>
> Do you mind if I create sub-tasks under  TOMEE-2673 ?  I would like to keep
> a similar style for Spanish translations.
>
> Thanks
>
> Emerson
> <https://issues.apache.org/jira/browse/TOMEE-2673>
>
> On Wed, Sep 11, 2019 at 9:33 PM Carlos Chacín  wrote:
>
> > PR <https://github.com/apache/tomee/pull/568> for TOMEE-2679
> > <https://issues.apache.org/jira/browse/TOMEE-2679>
> >
> > On Wed, Sep 11, 2019 at 5:47 PM Carlos Chacín  wrote:
> >
> > > Hi,
> > >
> > > I Created 4 sub-tasks in TOMEE-2669
> > > <https://issues.apache.org/jira/browse/TOMEE-2669>:
> > >
> > >- TOMEE-2679 <https://issues.apache.org/jira/browse/TOMEE-2679>
> > >- TOMEE-2680 <https://issues.apache.org/jira/browse/TOMEE-2680>
> > >- TOMEE-2681 <https://issues.apache.org/jira/browse/TOMEE-2681>
> > >- TOMEE-2682 <https://issues.apache.org/jira/browse/TOMEE-2681>
> > >
> > > Can you please assign those to me including the parent ticket?
> > >
> > > I'll be submitting PRs for those today.
> > >
> > > Thank you.
> > >
> > > On Mon, Sep 9, 2019 at 11:11 AM Cesar Hernandez 
> > > wrote:
> > >
> > >> +1, Thanks much Carlos,
> > >>
> > >>
> > >> El lun., 9 sept. 2019 a las 10:56, Carlos Chacín ( >)
> > >> escribió:
> > >>
> > >> > Hi,
> > >> >
> > >> > I created 3 PRs for MicroProfile examples in Spanish:
> > >> >
> > >> > https://github.com/apache/tomee/pull/561
> > >> > https://github.com/apache/tomee/pull/562
> > >> > https://github.com/apache/tomee/pull/563
> > >> >
> > >> > On Sun, Sep 8, 2019 at 10:05 PM Carlos Chacín 
> > >> wrote:
> > >> >
> > >> > > Created the ticket to start translating the MP examples:
> > >> > >
> > >> > > https://issues.apache.org/jira/browse/TOMEE-2673
> > >> > >
> > >> > > I'll submit separated PRs to make the review process easier.
> > >> > >
> > >> > > On Sat, Sep 7, 2019 at 4:58 PM Carlos Chacín 
> > >> wrote:
> > >> > >
> > >> > >> Sweet, I'll do some of those and create the JIRA tickets before
> > hand
> > >> as
> > >> > >> well.
> > >> > >>
> > >> > >> Thank you folks.
> > >> > >>
> > >> > >> On Sat, Sep 7, 2019 at 2:24 PM David Blevins <
> > >> david.blev...@gmail.com>
> > >> > >> wrote:
> > >> > >>
> > >> > >>> > On Sep 7, 2019, at 1:57 PM, Carlos Chacín 
> > >> wrote:
> > >> > >>> >
> > >> > >>> > David, do you have any other Spanish translation tickets
> > >> available?
> > >> > >>> >
> > >> > >>> > I have some free time this weekend.
> > >> > >>>
> > >> > >>> Good heavens, there are so many it would take hours to make
> > tickets
> > >> :)
> > >> > >>>
> > >> > >>> There are 152 not translated.  Full list below.  If I were to
> give
> > >> any
> > >> > >>> direction on where to focus, I'd say anything MicroProfile.
> Seria
> > >> > >>> increible si podriamos hacer el mas grande catálogo de
> > MicroProfile
> > >> en
> > >> > >>> Español y posicionar Latinos hacerse los expertos mundiales en
> > este
> > >> > tema.
> > >> > >>>
> > >> > >>> - applet/README.adoc
> > >> > >>> - application-composer/README.adoc
> > >> > >>> - applicationcomposer-jaxws-cdi/README.adoc
> > >> > >>> - applicationexception/README.adoc
> > >> > >>> - arquillian-jpa/README.adoc
> > >> > >>> - async-postconstruct/README.adoc
> > >> > >>> - async-servlet/README.adoc
> > >> > >>> - bean-validation-design-by-contract/README.adoc
> > >> > >>&

Re: Hi HackDay Comunidad Hispana JUGs

2019-09-11 Thread Carlos Chacín
PR <https://github.com/apache/tomee/pull/568> for TOMEE-2679
<https://issues.apache.org/jira/browse/TOMEE-2679>

On Wed, Sep 11, 2019 at 5:47 PM Carlos Chacín  wrote:

> Hi,
>
> I Created 4 sub-tasks in TOMEE-2669
> <https://issues.apache.org/jira/browse/TOMEE-2669>:
>
>- TOMEE-2679 <https://issues.apache.org/jira/browse/TOMEE-2679>
>- TOMEE-2680 <https://issues.apache.org/jira/browse/TOMEE-2680>
>- TOMEE-2681 <https://issues.apache.org/jira/browse/TOMEE-2681>
>- TOMEE-2682 <https://issues.apache.org/jira/browse/TOMEE-2681>
>
> Can you please assign those to me including the parent ticket?
>
> I'll be submitting PRs for those today.
>
> Thank you.
>
> On Mon, Sep 9, 2019 at 11:11 AM Cesar Hernandez 
> wrote:
>
>> +1, Thanks much Carlos,
>>
>>
>> El lun., 9 sept. 2019 a las 10:56, Carlos Chacín ()
>> escribió:
>>
>> > Hi,
>> >
>> > I created 3 PRs for MicroProfile examples in Spanish:
>> >
>> > https://github.com/apache/tomee/pull/561
>> > https://github.com/apache/tomee/pull/562
>> > https://github.com/apache/tomee/pull/563
>> >
>> > On Sun, Sep 8, 2019 at 10:05 PM Carlos Chacín 
>> wrote:
>> >
>> > > Created the ticket to start translating the MP examples:
>> > >
>> > > https://issues.apache.org/jira/browse/TOMEE-2673
>> > >
>> > > I'll submit separated PRs to make the review process easier.
>> > >
>> > > On Sat, Sep 7, 2019 at 4:58 PM Carlos Chacín 
>> wrote:
>> > >
>> > >> Sweet, I'll do some of those and create the JIRA tickets before hand
>> as
>> > >> well.
>> > >>
>> > >> Thank you folks.
>> > >>
>> > >> On Sat, Sep 7, 2019 at 2:24 PM David Blevins <
>> david.blev...@gmail.com>
>> > >> wrote:
>> > >>
>> > >>> > On Sep 7, 2019, at 1:57 PM, Carlos Chacín 
>> wrote:
>> > >>> >
>> > >>> > David, do you have any other Spanish translation tickets
>> available?
>> > >>> >
>> > >>> > I have some free time this weekend.
>> > >>>
>> > >>> Good heavens, there are so many it would take hours to make tickets
>> :)
>> > >>>
>> > >>> There are 152 not translated.  Full list below.  If I were to give
>> any
>> > >>> direction on where to focus, I'd say anything MicroProfile.  Seria
>> > >>> increible si podriamos hacer el mas grande catálogo de MicroProfile
>> en
>> > >>> Español y posicionar Latinos hacerse los expertos mundiales en este
>> > tema.
>> > >>>
>> > >>> - applet/README.adoc
>> > >>> - application-composer/README.adoc
>> > >>> - applicationcomposer-jaxws-cdi/README.adoc
>> > >>> - applicationexception/README.adoc
>> > >>> - arquillian-jpa/README.adoc
>> > >>> - async-postconstruct/README.adoc
>> > >>> - async-servlet/README.adoc
>> > >>> - bean-validation-design-by-contract/README.adoc
>> > >>> - bval-evaluation-redeployment/README.adoc
>> > >>> - cdi-alternative-and-stereotypes/README.adoc
>> > >>> - cdi-basic/README.adoc
>> > >>> - cdi-events/README.adoc
>> > >>> - cdi-interceptors/README.adoc
>> > >>> - cdi-produces-disposes/README.adoc
>> > >>> - cdi-produces-field/README.adoc
>> > >>> - cdi-qualifier/README.adoc
>> > >>> - cdi-realm/README.adoc
>> > >>> - cdi-request-scope/README.adoc
>> > >>> - cdi-session-scope/README.adoc
>> > >>> - change-jaxws-url/README.adoc
>> > >>> - cloud-tomee-azure/README.adoc
>> > >>> - component-interfaces/README.adoc
>> > >>> - concurrency-utils/README.adoc
>> > >>> - connector-war/README.adoc
>> > >>> - cucumber-jvm/README.adoc
>> > >>> - custom-injection/README.adoc
>> > >>> - datasource-ciphered-password/README.adoc
>> > >>> - datasource-versioning/README.adoc
>> > >>> - decorators/README.adoc
>> > >>> - deltaspike-fullstack/README.adoc
>> > >>> - deltaspike-i18n/README.adoc
>> > >>> - dynamic-dao-implementation/README.adoc
>> >

Re: Hi HackDay Comunidad Hispana JUGs

2019-09-11 Thread Carlos Chacín
Hi,

I Created 4 sub-tasks in TOMEE-2669
<https://issues.apache.org/jira/browse/TOMEE-2669>:

   - TOMEE-2679 <https://issues.apache.org/jira/browse/TOMEE-2679>
   - TOMEE-2680 <https://issues.apache.org/jira/browse/TOMEE-2680>
   - TOMEE-2681 <https://issues.apache.org/jira/browse/TOMEE-2681>
   - TOMEE-2682 <https://issues.apache.org/jira/browse/TOMEE-2681>

Can you please assign those to me including the parent ticket?

I'll be submitting PRs for those today.

Thank you.

On Mon, Sep 9, 2019 at 11:11 AM Cesar Hernandez 
wrote:

> +1, Thanks much Carlos,
>
>
> El lun., 9 sept. 2019 a las 10:56, Carlos Chacín ()
> escribió:
>
> > Hi,
> >
> > I created 3 PRs for MicroProfile examples in Spanish:
> >
> > https://github.com/apache/tomee/pull/561
> > https://github.com/apache/tomee/pull/562
> > https://github.com/apache/tomee/pull/563
> >
> > On Sun, Sep 8, 2019 at 10:05 PM Carlos Chacín  wrote:
> >
> > > Created the ticket to start translating the MP examples:
> > >
> > > https://issues.apache.org/jira/browse/TOMEE-2673
> > >
> > > I'll submit separated PRs to make the review process easier.
> > >
> > > On Sat, Sep 7, 2019 at 4:58 PM Carlos Chacín 
> wrote:
> > >
> > >> Sweet, I'll do some of those and create the JIRA tickets before hand
> as
> > >> well.
> > >>
> > >> Thank you folks.
> > >>
> > >> On Sat, Sep 7, 2019 at 2:24 PM David Blevins  >
> > >> wrote:
> > >>
> > >>> > On Sep 7, 2019, at 1:57 PM, Carlos Chacín 
> wrote:
> > >>> >
> > >>> > David, do you have any other Spanish translation tickets available?
> > >>> >
> > >>> > I have some free time this weekend.
> > >>>
> > >>> Good heavens, there are so many it would take hours to make tickets
> :)
> > >>>
> > >>> There are 152 not translated.  Full list below.  If I were to give
> any
> > >>> direction on where to focus, I'd say anything MicroProfile.  Seria
> > >>> increible si podriamos hacer el mas grande catálogo de MicroProfile
> en
> > >>> Español y posicionar Latinos hacerse los expertos mundiales en este
> > tema.
> > >>>
> > >>> - applet/README.adoc
> > >>> - application-composer/README.adoc
> > >>> - applicationcomposer-jaxws-cdi/README.adoc
> > >>> - applicationexception/README.adoc
> > >>> - arquillian-jpa/README.adoc
> > >>> - async-postconstruct/README.adoc
> > >>> - async-servlet/README.adoc
> > >>> - bean-validation-design-by-contract/README.adoc
> > >>> - bval-evaluation-redeployment/README.adoc
> > >>> - cdi-alternative-and-stereotypes/README.adoc
> > >>> - cdi-basic/README.adoc
> > >>> - cdi-events/README.adoc
> > >>> - cdi-interceptors/README.adoc
> > >>> - cdi-produces-disposes/README.adoc
> > >>> - cdi-produces-field/README.adoc
> > >>> - cdi-qualifier/README.adoc
> > >>> - cdi-realm/README.adoc
> > >>> - cdi-request-scope/README.adoc
> > >>> - cdi-session-scope/README.adoc
> > >>> - change-jaxws-url/README.adoc
> > >>> - cloud-tomee-azure/README.adoc
> > >>> - component-interfaces/README.adoc
> > >>> - concurrency-utils/README.adoc
> > >>> - connector-war/README.adoc
> > >>> - cucumber-jvm/README.adoc
> > >>> - custom-injection/README.adoc
> > >>> - datasource-ciphered-password/README.adoc
> > >>> - datasource-versioning/README.adoc
> > >>> - decorators/README.adoc
> > >>> - deltaspike-fullstack/README.adoc
> > >>> - deltaspike-i18n/README.adoc
> > >>> - dynamic-dao-implementation/README.adoc
> > >>> - dynamic-datasource-routing/README.adoc
> > >>> - dynamic-implementation/README.adoc
> > >>> - dynamic-proxy-to-access-mbean/README.adoc
> > >>> - ear-testing/README.adoc
> > >>> - ejb-examples/README.adoc
> > >>> - ejb-remote-call/README.adoc
> > >>> - ejb-remote-call-2/README.adoc
> > >>> - ejb-webservice/README.adoc
> > >>> - helloworld-weblogic/README.adoc
> > >>> - injection-of-connectionfactory/README.adoc
> > >>> - injection-of-datasource/README.adoc
> > >>> - inject

Re: Hi HackDay Comunidad Hispana JUGs

2019-09-09 Thread Carlos Chacín
Hi,

I created 3 PRs for MicroProfile examples in Spanish:

https://github.com/apache/tomee/pull/561
https://github.com/apache/tomee/pull/562
https://github.com/apache/tomee/pull/563

On Sun, Sep 8, 2019 at 10:05 PM Carlos Chacín  wrote:

> Created the ticket to start translating the MP examples:
>
> https://issues.apache.org/jira/browse/TOMEE-2673
>
> I'll submit separated PRs to make the review process easier.
>
> On Sat, Sep 7, 2019 at 4:58 PM Carlos Chacín  wrote:
>
>> Sweet, I'll do some of those and create the JIRA tickets before hand as
>> well.
>>
>> Thank you folks.
>>
>> On Sat, Sep 7, 2019 at 2:24 PM David Blevins 
>> wrote:
>>
>>> > On Sep 7, 2019, at 1:57 PM, Carlos Chacín  wrote:
>>> >
>>> > David, do you have any other Spanish translation tickets available?
>>> >
>>> > I have some free time this weekend.
>>>
>>> Good heavens, there are so many it would take hours to make tickets :)
>>>
>>> There are 152 not translated.  Full list below.  If I were to give any
>>> direction on where to focus, I'd say anything MicroProfile.  Seria
>>> increible si podriamos hacer el mas grande catálogo de MicroProfile en
>>> Español y posicionar Latinos hacerse los expertos mundiales en este tema.
>>>
>>> - applet/README.adoc
>>> - application-composer/README.adoc
>>> - applicationcomposer-jaxws-cdi/README.adoc
>>> - applicationexception/README.adoc
>>> - arquillian-jpa/README.adoc
>>> - async-postconstruct/README.adoc
>>> - async-servlet/README.adoc
>>> - bean-validation-design-by-contract/README.adoc
>>> - bval-evaluation-redeployment/README.adoc
>>> - cdi-alternative-and-stereotypes/README.adoc
>>> - cdi-basic/README.adoc
>>> - cdi-events/README.adoc
>>> - cdi-interceptors/README.adoc
>>> - cdi-produces-disposes/README.adoc
>>> - cdi-produces-field/README.adoc
>>> - cdi-qualifier/README.adoc
>>> - cdi-realm/README.adoc
>>> - cdi-request-scope/README.adoc
>>> - cdi-session-scope/README.adoc
>>> - change-jaxws-url/README.adoc
>>> - cloud-tomee-azure/README.adoc
>>> - component-interfaces/README.adoc
>>> - concurrency-utils/README.adoc
>>> - connector-war/README.adoc
>>> - cucumber-jvm/README.adoc
>>> - custom-injection/README.adoc
>>> - datasource-ciphered-password/README.adoc
>>> - datasource-versioning/README.adoc
>>> - decorators/README.adoc
>>> - deltaspike-fullstack/README.adoc
>>> - deltaspike-i18n/README.adoc
>>> - dynamic-dao-implementation/README.adoc
>>> - dynamic-datasource-routing/README.adoc
>>> - dynamic-implementation/README.adoc
>>> - dynamic-proxy-to-access-mbean/README.adoc
>>> - ear-testing/README.adoc
>>> - ejb-examples/README.adoc
>>> - ejb-remote-call/README.adoc
>>> - ejb-remote-call-2/README.adoc
>>> - ejb-webservice/README.adoc
>>> - helloworld-weblogic/README.adoc
>>> - injection-of-connectionfactory/README.adoc
>>> - injection-of-datasource/README.adoc
>>> - injection-of-ejbs/README.adoc
>>> - injection-of-entitymanager/README.adoc
>>> - injection-of-env-entry/README.adoc
>>> - interceptors/README.adoc
>>> - java-modules/README.adoc
>>> - jaxrs-filter/README.adoc
>>> - jaxrs-json-provider-jettison/README.adoc
>>> - jpa-eclipselink/README.adoc
>>> - jpa-enumerated/README.adoc
>>> - jpa-hibernate/README.adoc
>>> - jsf-cdi-and-ejb/README.adoc
>>> - jsf-managedBean-and-ejb/README.adoc
>>> - jsonb-configuration/README.adoc
>>> - jsonb-custom-serializer/README.adoc
>>> - lookup-of-ejbs/README.adoc
>>> - lookup-of-ejbs-with-descriptor/README.adoc
>>> - mbean-auto-registration/README.adoc
>>> - moviefun/README.adoc
>>> - moviefun-rest/README.adoc
>>> - movies-complete/README.adoc
>>> - movies-complete-meta/README.adoc
>>> - mp-config-source-database/README.adoc
>>> - mp-faulttolerance-retry/README.adoc
>>> - mp-faulttolerance-timeout/README.adoc
>>> - mp-jsonb-configuration/README.adoc
>>> - mp-jwt-bean-validation/README.adoc
>>> - mp-jwt-bean-validation-strongly-typed/README.adoc
>>> - mp-metrics-counted/README.adoc
>>> - mp-metrics-gauge/README.adoc
>>> - mp-metrics-histogram/README.adoc
>>> - mp-metrics-metered/README.adoc
>>> - mp-metrics-timed/README.adoc
>>> - mp-opentracing-traced/README.adoc
>>>

Re: Translate Spanish

2019-09-08 Thread Carlos Chacín
HI Robinson,

FYI I'll be working on the Micro Profile examples, those are under
*examples/mp-**

https://issues.apache.org/jira/browse/TOMEE-2673

On Sat, Sep 7, 2019 at 5:57 PM Carlos Chacín  wrote:

> Hi Robinson,
>
> You can create a jira ticket and specify in which examples/docs you are
> going to work.
>
> Please share the ticket number in this thread so we can avoid working in
> the same examples.
>
> I'll do the same as well.
>
> Thanks.
>
> Carlos Chacin
>
> Senior SDE
>
> On Sat, Sep 7, 2019, 5:53 PM Robinson Severo  wrote:
>
>> Hello, can I translate the documents to Spanish too? what is the issue
>> number?
>>
>> Thanks
>>
>> Robinson
>>
>

-- 
*Carlos Chacin*
Senior SDE


Re: Hi HackDay Comunidad Hispana JUGs

2019-09-08 Thread Carlos Chacín
Created the ticket to start translating the MP examples:

https://issues.apache.org/jira/browse/TOMEE-2673

I'll submit separated PRs to make the review process easier.

On Sat, Sep 7, 2019 at 4:58 PM Carlos Chacín  wrote:

> Sweet, I'll do some of those and create the JIRA tickets before hand as
> well.
>
> Thank you folks.
>
> On Sat, Sep 7, 2019 at 2:24 PM David Blevins 
> wrote:
>
>> > On Sep 7, 2019, at 1:57 PM, Carlos Chacín  wrote:
>> >
>> > David, do you have any other Spanish translation tickets available?
>> >
>> > I have some free time this weekend.
>>
>> Good heavens, there are so many it would take hours to make tickets :)
>>
>> There are 152 not translated.  Full list below.  If I were to give any
>> direction on where to focus, I'd say anything MicroProfile.  Seria
>> increible si podriamos hacer el mas grande catálogo de MicroProfile en
>> Español y posicionar Latinos hacerse los expertos mundiales en este tema.
>>
>> - applet/README.adoc
>> - application-composer/README.adoc
>> - applicationcomposer-jaxws-cdi/README.adoc
>> - applicationexception/README.adoc
>> - arquillian-jpa/README.adoc
>> - async-postconstruct/README.adoc
>> - async-servlet/README.adoc
>> - bean-validation-design-by-contract/README.adoc
>> - bval-evaluation-redeployment/README.adoc
>> - cdi-alternative-and-stereotypes/README.adoc
>> - cdi-basic/README.adoc
>> - cdi-events/README.adoc
>> - cdi-interceptors/README.adoc
>> - cdi-produces-disposes/README.adoc
>> - cdi-produces-field/README.adoc
>> - cdi-qualifier/README.adoc
>> - cdi-realm/README.adoc
>> - cdi-request-scope/README.adoc
>> - cdi-session-scope/README.adoc
>> - change-jaxws-url/README.adoc
>> - cloud-tomee-azure/README.adoc
>> - component-interfaces/README.adoc
>> - concurrency-utils/README.adoc
>> - connector-war/README.adoc
>> - cucumber-jvm/README.adoc
>> - custom-injection/README.adoc
>> - datasource-ciphered-password/README.adoc
>> - datasource-versioning/README.adoc
>> - decorators/README.adoc
>> - deltaspike-fullstack/README.adoc
>> - deltaspike-i18n/README.adoc
>> - dynamic-dao-implementation/README.adoc
>> - dynamic-datasource-routing/README.adoc
>> - dynamic-implementation/README.adoc
>> - dynamic-proxy-to-access-mbean/README.adoc
>> - ear-testing/README.adoc
>> - ejb-examples/README.adoc
>> - ejb-remote-call/README.adoc
>> - ejb-remote-call-2/README.adoc
>> - ejb-webservice/README.adoc
>> - helloworld-weblogic/README.adoc
>> - injection-of-connectionfactory/README.adoc
>> - injection-of-datasource/README.adoc
>> - injection-of-ejbs/README.adoc
>> - injection-of-entitymanager/README.adoc
>> - injection-of-env-entry/README.adoc
>> - interceptors/README.adoc
>> - java-modules/README.adoc
>> - jaxrs-filter/README.adoc
>> - jaxrs-json-provider-jettison/README.adoc
>> - jpa-eclipselink/README.adoc
>> - jpa-enumerated/README.adoc
>> - jpa-hibernate/README.adoc
>> - jsf-cdi-and-ejb/README.adoc
>> - jsf-managedBean-and-ejb/README.adoc
>> - jsonb-configuration/README.adoc
>> - jsonb-custom-serializer/README.adoc
>> - lookup-of-ejbs/README.adoc
>> - lookup-of-ejbs-with-descriptor/README.adoc
>> - mbean-auto-registration/README.adoc
>> - moviefun/README.adoc
>> - moviefun-rest/README.adoc
>> - movies-complete/README.adoc
>> - movies-complete-meta/README.adoc
>> - mp-config-source-database/README.adoc
>> - mp-faulttolerance-retry/README.adoc
>> - mp-faulttolerance-timeout/README.adoc
>> - mp-jsonb-configuration/README.adoc
>> - mp-jwt-bean-validation/README.adoc
>> - mp-jwt-bean-validation-strongly-typed/README.adoc
>> - mp-metrics-counted/README.adoc
>> - mp-metrics-gauge/README.adoc
>> - mp-metrics-histogram/README.adoc
>> - mp-metrics-metered/README.adoc
>> - mp-metrics-timed/README.adoc
>> - mp-opentracing-traced/README.adoc
>> - mp-rest-client/README.adoc
>> - mp-rest-jwt/README.adoc
>> - mp-rest-jwt-jwk/README.adoc
>> - mp-rest-jwt-principal/README.adoc
>> - mp-rest-jwt-public-key/README.adoc
>> - mtom/README.adoc
>> - multi-jpa-provider-testing/README.adoc
>> - multiple-tomee-arquillian/README.adoc
>> - mvc-cxf/README.adoc
>> - mvc-cxf-hibernate/README.adoc
>> - mvc-resteasy/README.adoc
>> - myfaces-codi-demo/README.adoc
>> - persistence-fragment/README.adoc
>> - pojo-webservice/README.adoc
>> - polling-parent/README.adoc
>> - projectstage-demo/README.adoc
>> - quartz-app/README.adoc

Re: Translate Spanish

2019-09-07 Thread Carlos Chacín
Hi Robinson,

You can create a jira ticket and specify in which examples/docs you are
going to work.

Please share the ticket number in this thread so we can avoid working in
the same examples.

I'll do the same as well.

Thanks.

Carlos Chacin

Senior SDE

On Sat, Sep 7, 2019, 5:53 PM Robinson Severo  wrote:

> Hello, can I translate the documents to Spanish too? what is the issue
> number?
>
> Thanks
>
> Robinson
>


Re: Hi HackDay Comunidad Hispana JUGs

2019-09-07 Thread Carlos Chacín
Sweet, I'll do some of those and create the JIRA tickets before hand as
well.

Thank you folks.

On Sat, Sep 7, 2019 at 2:24 PM David Blevins 
wrote:

> > On Sep 7, 2019, at 1:57 PM, Carlos Chacín  wrote:
> >
> > David, do you have any other Spanish translation tickets available?
> >
> > I have some free time this weekend.
>
> Good heavens, there are so many it would take hours to make tickets :)
>
> There are 152 not translated.  Full list below.  If I were to give any
> direction on where to focus, I'd say anything MicroProfile.  Seria
> increible si podriamos hacer el mas grande catálogo de MicroProfile en
> Español y posicionar Latinos hacerse los expertos mundiales en este tema.
>
> - applet/README.adoc
> - application-composer/README.adoc
> - applicationcomposer-jaxws-cdi/README.adoc
> - applicationexception/README.adoc
> - arquillian-jpa/README.adoc
> - async-postconstruct/README.adoc
> - async-servlet/README.adoc
> - bean-validation-design-by-contract/README.adoc
> - bval-evaluation-redeployment/README.adoc
> - cdi-alternative-and-stereotypes/README.adoc
> - cdi-basic/README.adoc
> - cdi-events/README.adoc
> - cdi-interceptors/README.adoc
> - cdi-produces-disposes/README.adoc
> - cdi-produces-field/README.adoc
> - cdi-qualifier/README.adoc
> - cdi-realm/README.adoc
> - cdi-request-scope/README.adoc
> - cdi-session-scope/README.adoc
> - change-jaxws-url/README.adoc
> - cloud-tomee-azure/README.adoc
> - component-interfaces/README.adoc
> - concurrency-utils/README.adoc
> - connector-war/README.adoc
> - cucumber-jvm/README.adoc
> - custom-injection/README.adoc
> - datasource-ciphered-password/README.adoc
> - datasource-versioning/README.adoc
> - decorators/README.adoc
> - deltaspike-fullstack/README.adoc
> - deltaspike-i18n/README.adoc
> - dynamic-dao-implementation/README.adoc
> - dynamic-datasource-routing/README.adoc
> - dynamic-implementation/README.adoc
> - dynamic-proxy-to-access-mbean/README.adoc
> - ear-testing/README.adoc
> - ejb-examples/README.adoc
> - ejb-remote-call/README.adoc
> - ejb-remote-call-2/README.adoc
> - ejb-webservice/README.adoc
> - helloworld-weblogic/README.adoc
> - injection-of-connectionfactory/README.adoc
> - injection-of-datasource/README.adoc
> - injection-of-ejbs/README.adoc
> - injection-of-entitymanager/README.adoc
> - injection-of-env-entry/README.adoc
> - interceptors/README.adoc
> - java-modules/README.adoc
> - jaxrs-filter/README.adoc
> - jaxrs-json-provider-jettison/README.adoc
> - jpa-eclipselink/README.adoc
> - jpa-enumerated/README.adoc
> - jpa-hibernate/README.adoc
> - jsf-cdi-and-ejb/README.adoc
> - jsf-managedBean-and-ejb/README.adoc
> - jsonb-configuration/README.adoc
> - jsonb-custom-serializer/README.adoc
> - lookup-of-ejbs/README.adoc
> - lookup-of-ejbs-with-descriptor/README.adoc
> - mbean-auto-registration/README.adoc
> - moviefun/README.adoc
> - moviefun-rest/README.adoc
> - movies-complete/README.adoc
> - movies-complete-meta/README.adoc
> - mp-config-source-database/README.adoc
> - mp-faulttolerance-retry/README.adoc
> - mp-faulttolerance-timeout/README.adoc
> - mp-jsonb-configuration/README.adoc
> - mp-jwt-bean-validation/README.adoc
> - mp-jwt-bean-validation-strongly-typed/README.adoc
> - mp-metrics-counted/README.adoc
> - mp-metrics-gauge/README.adoc
> - mp-metrics-histogram/README.adoc
> - mp-metrics-metered/README.adoc
> - mp-metrics-timed/README.adoc
> - mp-opentracing-traced/README.adoc
> - mp-rest-client/README.adoc
> - mp-rest-jwt/README.adoc
> - mp-rest-jwt-jwk/README.adoc
> - mp-rest-jwt-principal/README.adoc
> - mp-rest-jwt-public-key/README.adoc
> - mtom/README.adoc
> - multi-jpa-provider-testing/README.adoc
> - multiple-tomee-arquillian/README.adoc
> - mvc-cxf/README.adoc
> - mvc-cxf-hibernate/README.adoc
> - mvc-resteasy/README.adoc
> - myfaces-codi-demo/README.adoc
> - persistence-fragment/README.adoc
> - pojo-webservice/README.adoc
> - polling-parent/README.adoc
> - projectstage-demo/README.adoc
> - quartz-app/README.adoc
> - README.adoc
> - realm-in-tomee/README.adoc
> - reload-persistence-unit-properties/README.adoc
> - resources-declared-in-webapp/README.adoc
> - resources-jmx-example/README.adoc
> - rest-applicationcomposer-mockito/README.adoc
> - rest-cdi/README.adoc
> - rest-example/README.adoc
> - rest-example-with-application/README.adoc
> - rest-on-ejb/README.adoc
> - rest-xml-json/README.adoc
> - schedule-events/README.adoc
> - schedule-expression/README.adoc
> - schedule-methods/README.adoc
> - schedule-methods-meta/README.adoc
> - simple-cdi-interceptor/README.adoc
> - simple-cmp2/README.adoc
> - simple-mdb/README.adoc
> - simple-

Re: Hi HackDay Comunidad Hispana JUGs

2019-09-07 Thread Carlos Chacín
David, do you have any other Spanish translation tickets available?

I have some free time this weekend.

On Sat, Sep 7, 2019 at 10:15 AM Carlos Chacín  wrote:

> https://github.com/apache/tomee/pull/556
>
> On Sat, Sep 7, 2019 at 8:53 AM Carlos Chacín  wrote:
>
>> https://issues.apache.org/jira/browse/TOMEE-2669
>>
>> Working on it ^^
>>
>> On Sat, Sep 7, 2019 at 8:46 AM David Blevins 
>> wrote:
>>
>>> > On Sep 7, 2019, at 8:30 AM, Carlos Chacín  wrote:
>>> >
>>> > Hi David and Daniel,
>>> >
>>> > @David is there a ticket for that task already? can you assign that to
>>> me
>>> > please? otherwise I'll create the ticket in JIRA.
>>>
>>> Go ahead and create one :)
>>>
>>> -David
>>>
>>> >
>>> > On Sat, Sep 7, 2019 at 8:24 AM Daniel Dias Dos Santos <
>>> > daniel.dias.analist...@gmail.com> wrote:
>>> >
>>> >> Hi Carlos,
>>> >>
>>> >> Welcome at TomEE :  )
>>> >> --
>>> >>
>>> >> *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 sáb, 7 de set de 2019 às 12:22, David Blevins <
>>> david.blev...@gmail.com>
>>> >> escreveu:
>>> >>
>>> >>> Hola, Carlos!!
>>> >>>
>>> >>> We have a lot of examples that could be translated to Spanish if you
>>> want
>>> >>> to help there.
>>> >>>
>>> >>> - https://github.com/apache/tomee/tree/master/examples
>>> >>>
>>> >>> Here's one that is in Portuguese but could be in Spanish:
>>> >>>
>>> >>> - https://github.com/apache/tomee/tree/master/examples/async-methods
>>> >>>
>>> >>>
>>> >>> --
>>> >>> David Blevins
>>> >>> http://twitter.com/dblevins
>>> >>> http://www.tomitribe.com
>>> >>>
>>> >>>> On Sep 7, 2019, at 8:14 AM, Carlos Chacín 
>>> wrote:
>>> >>>>
>>> >>>> Carlos here participating from Seattle, thank you for coordinating
>>> >> this.
>>> >>>>
>>> >>>> Cheers.
>>> >>>>
>>> >>>> --
>>> >>>> *Twitter: @CarlosChacin*
>>> >>>> Senior SDE
>>> >>>
>>> >>>
>>> >>
>>> >
>>> >
>>> > --
>>> > *Carlos Chacin*
>>> > Senior SDE
>>>
>>>
>>
>> --
>> *Carlos Chacin*
>> Senior SDE
>>
>
>
> --
> *Carlos Chacin*
> Senior SDE
>


-- 
*Carlos Chacin*
Senior SDE


Re: Hi HackDay Comunidad Hispana JUGs

2019-09-07 Thread Carlos Chacín
https://github.com/apache/tomee/pull/556

On Sat, Sep 7, 2019 at 8:53 AM Carlos Chacín  wrote:

> https://issues.apache.org/jira/browse/TOMEE-2669
>
> Working on it ^^
>
> On Sat, Sep 7, 2019 at 8:46 AM David Blevins 
> wrote:
>
>> > On Sep 7, 2019, at 8:30 AM, Carlos Chacín  wrote:
>> >
>> > Hi David and Daniel,
>> >
>> > @David is there a ticket for that task already? can you assign that to
>> me
>> > please? otherwise I'll create the ticket in JIRA.
>>
>> Go ahead and create one :)
>>
>> -David
>>
>> >
>> > On Sat, Sep 7, 2019 at 8:24 AM Daniel Dias Dos Santos <
>> > daniel.dias.analist...@gmail.com> wrote:
>> >
>> >> Hi Carlos,
>> >>
>> >> Welcome at TomEE :  )
>> >> --
>> >>
>> >> *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 sáb, 7 de set de 2019 às 12:22, David Blevins <
>> david.blev...@gmail.com>
>> >> escreveu:
>> >>
>> >>> Hola, Carlos!!
>> >>>
>> >>> We have a lot of examples that could be translated to Spanish if you
>> want
>> >>> to help there.
>> >>>
>> >>> - https://github.com/apache/tomee/tree/master/examples
>> >>>
>> >>> Here's one that is in Portuguese but could be in Spanish:
>> >>>
>> >>> - https://github.com/apache/tomee/tree/master/examples/async-methods
>> >>>
>> >>>
>> >>> --
>> >>> David Blevins
>> >>> http://twitter.com/dblevins
>> >>> http://www.tomitribe.com
>> >>>
>> >>>> On Sep 7, 2019, at 8:14 AM, Carlos Chacín  wrote:
>> >>>>
>> >>>> Carlos here participating from Seattle, thank you for coordinating
>> >> this.
>> >>>>
>> >>>> Cheers.
>> >>>>
>> >>>> --
>> >>>> *Twitter: @CarlosChacin*
>> >>>> Senior SDE
>> >>>
>> >>>
>> >>
>> >
>> >
>> > --
>> > *Carlos Chacin*
>> > Senior SDE
>>
>>
>
> --
> *Carlos Chacin*
> Senior SDE
>


-- 
*Carlos Chacin*
Senior SDE


Re: Hi HackDay Comunidad Hispana JUGs

2019-09-07 Thread Carlos Chacín
https://issues.apache.org/jira/browse/TOMEE-2669

Working on it ^^

On Sat, Sep 7, 2019 at 8:46 AM David Blevins 
wrote:

> > On Sep 7, 2019, at 8:30 AM, Carlos Chacín  wrote:
> >
> > Hi David and Daniel,
> >
> > @David is there a ticket for that task already? can you assign that to me
> > please? otherwise I'll create the ticket in JIRA.
>
> Go ahead and create one :)
>
> -David
>
> >
> > On Sat, Sep 7, 2019 at 8:24 AM Daniel Dias Dos Santos <
> > daniel.dias.analist...@gmail.com> wrote:
> >
> >> Hi Carlos,
> >>
> >> Welcome at TomEE :  )
> >> --
> >>
> >> *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 sáb, 7 de set de 2019 às 12:22, David Blevins <
> david.blev...@gmail.com>
> >> escreveu:
> >>
> >>> Hola, Carlos!!
> >>>
> >>> We have a lot of examples that could be translated to Spanish if you
> want
> >>> to help there.
> >>>
> >>> - https://github.com/apache/tomee/tree/master/examples
> >>>
> >>> Here's one that is in Portuguese but could be in Spanish:
> >>>
> >>> - https://github.com/apache/tomee/tree/master/examples/async-methods
> >>>
> >>>
> >>> --
> >>> David Blevins
> >>> http://twitter.com/dblevins
> >>> http://www.tomitribe.com
> >>>
> >>>> On Sep 7, 2019, at 8:14 AM, Carlos Chacín  wrote:
> >>>>
> >>>> Carlos here participating from Seattle, thank you for coordinating
> >> this.
> >>>>
> >>>> Cheers.
> >>>>
> >>>> --
> >>>> *Twitter: @CarlosChacin*
> >>>> Senior SDE
> >>>
> >>>
> >>
> >
> >
> > --
> > *Carlos Chacin*
> > Senior SDE
>
>

-- 
*Carlos Chacin*
Senior SDE


Re: Hi HackDay Comunidad Hispana JUGs

2019-09-07 Thread Carlos Chacín
Hi David and Daniel,

@David is there a ticket for that task already? can you assign that to me
please? otherwise I'll create the ticket in JIRA.

On Sat, Sep 7, 2019 at 8:24 AM Daniel Dias Dos Santos <
daniel.dias.analist...@gmail.com> wrote:

> Hi Carlos,
>
> Welcome at TomEE :  )
> --
>
> *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 sáb, 7 de set de 2019 às 12:22, David Blevins 
> escreveu:
>
> > Hola, Carlos!!
> >
> > We have a lot of examples that could be translated to Spanish if you want
> > to help there.
> >
> >  - https://github.com/apache/tomee/tree/master/examples
> >
> > Here's one that is in Portuguese but could be in Spanish:
> >
> >  - https://github.com/apache/tomee/tree/master/examples/async-methods
> >
> >
> > --
> > David Blevins
> > http://twitter.com/dblevins
> > http://www.tomitribe.com
> >
> > > On Sep 7, 2019, at 8:14 AM, Carlos Chacín  wrote:
> > >
> > > Carlos here participating from Seattle, thank you for coordinating
> this.
> > >
> > > Cheers.
> > >
> > > --
> > > *Twitter: @CarlosChacin*
> > > Senior SDE
> >
> >
>


-- 
*Carlos Chacin*
Senior SDE


Hi HackDay Comunidad Hispana JUGs

2019-09-07 Thread Carlos Chacín
Carlos here participating from Seattle, thank you for coordinating this.

Cheers.

-- 
*Twitter: @CarlosChacin*
Senior SDE


Re: Looking for people to review new blog

2019-03-08 Thread Carlos Chacín
It looks great Richard. Thats is really useful, Thanks

On Fri, Mar 8, 2019 at 1:13 PM Richard Monson-Haefel 
wrote:

> Hi Everyone,
>
> I've written (all but the conclusion) of an article, "It's Easy! The
> Anatomy of a JIRA Issue" which will be published on Monday. I was hoping
> that a few people could look it over and let me know if there are any
> issues with it.
>
> Here is a dropdown link to the PDF version\
> https://www.dropbox.com/s/t75ii8r5dtbipay/Its%20Easy%20JIRA.pdf?dl=0
>
>
> Your feedback before Monday morning (US time) would be most appreciated,
> but I'll take feedback anytime after that as well.
>
> Thanks,
>
> Richard
> --
> Richard Monson-Haefel
> https://twitter.com/rmonson
> https://www.linkedin.com/in/monsonhaefel/
>


-- 
*Carlos Chacin*
Software Developer Engineering


Re: Ejemplos en Español

2019-01-08 Thread Carlos Chacín
+1

On Tue, Jan 8, 2019 at 12:00 PM Bruno Baptista  wrote:

> +1
>
> Bruno Baptista
> https://twitter.com/brunobat_
>
>
> On 08/01/19 19:22, David Blevins wrote:
> > My perspective is we should switch this around from:
> >
> >   -http://localhost:8080/tomee-8.0/examples/fr/
> >
> > To:
> >
> >   -http://localhost:8080/tomee-8.0/fr/examples/
>


-- 
*Carlos Chacin*
Software Developer Engineering


Re: Ejemplos en Español

2019-01-02 Thread Carlos Chacín
+1 please let me know how I can help

On Mon, Dec 24, 2018, 8:24 PM Daniel Dias Dos Santos <
daniel.dias.analist...@gmail.com wrote:

> +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 seg, 24 de dez de 2018 às 21:28, David Blevins  >
> escreveu:
>
> > I say “game on” to any languages people want to contribute :)
> >
> > In fact, let the PRs fly. I’ll write the site logic this week.
> >
> > -David
> >
> > On Mon, Dec 24, 2018 at 2:45 PM Mohammed Aboullaite <
> > aboullaite.moham...@gmail.com> wrote:
> >
> > > I think its a brilliant idea. it'll open the door for not only Spanish,
> > but
> > > other languages as well (I'm thinking of French as well).
> > >
> > >
> > >
> > > On Mon, Dec 24, 2018, 11:35 PM David Blevins  > > wrote:
> > >
> > > > I was talking with Hillmer on twitter about potentially translating
> > > > examples into Spanish.
> > > >
> > > > The idea is that we could potentially do examples and documentation
> in
> > > > Spanish.  Perhaps:
> > > >
> > > >  - http://tomee.apache.org/tomee-8.0/es/docs/
> > > >  - http://tomee.apache.org/tomee-8.0/es/ejemplos/
> > > >
> > > > First note is that how we organize the files in the git repo and how
> we
> > > > organize them on the website can be completely different.  We use the
> > > > following code to collect all the examples together and do various
> > things
> > > > to them:
> > > >
> > > >  -
> > > >
> > >
> >
> https://github.com/apache/tomee-site-generator/blob/master/src/main/java/org/apache/tomee/website/Examples.java#L42
> > > >
> > > > Right now it will do a copy and rename, for example:
> > > >
> > > >  -
> > > >
> > >
> >
> https://github.com/apache/tomee/blob/master/examples/cdi-request-scope/README.md
> > > >  - http://tomee.apache.org/tomee-8.0/examples/cdi-request-scope.html
> > > >
> > > > We could theoretically do something as simple as this:
> > > >
> > > >  -
> > > >
> > >
> >
> https://github.com/apache/tomee/blob/master/examples/cdi-request-scope/README_es.md
> > > >  -
> > http://tomee.apache.org/tomee-8.0/es/ejemplos/cdi-request-scope.html
> > > >
> > > > I.e. make a new file next to the original, then update our copying
> > logic
> > > > to put the prefix in the path.
> > > >
> > > >
> > > > Thoughts?
> > > >
> > > >
> > > > --
> > > > David Blevins
> > > > http://twitter.com/dblevins
> > > > http://www.tomitribe.com
> > > >
> > > >
> > >
> > --
> > Sent from my iPhone
> >
>


Re: How to improve the local testing of tomee-site-generator

2018-12-19 Thread Carlos Chacín
Not sure if there is a better way but what I did was to modify the files
under /repos/* and since those folders are actual git repositories, I later
extracted the patch / diff from there.

On Wed, Dec 19, 2018, 8:08 PM César Hernández Mendoza  Hi,
>
> Is there a way to instruct the site-generator to read the local TomEE
> build of tomee/examples instead of the remote Tomee git repo?
>
> As far as I understand, the tomee-site-generator stores in the
> /repos folder the repository and branches from remote TomEE git repo. [1]
> When one execute `mvn clean  -Djbake.http=true`, the website is created
> under /target/site-1.0-SNAPSHOT [2]
>
> But I couldn't find a way to change something on tomee/example project [3]
> and make it reloaded from the tomee-site-genrator project.
>
> [image: image.png]
>
> --
> Atentamente:
> César Hernández Mendoza.
>


Re: Documentation Contribution Opportunities

2018-12-17 Thread Carlos Chacín
Thanks Frankie,

I already submitted 2 related PRs:

https://github.com/apache/tomee-site-generator/pull/13
https://github.com/apache/tomee/pull/282

Best Regards.


On Mon, Dec 10, 2018 at 11:59 PM Frankie  wrote:

> Hi Carlos,
>
> task is now assigned to you.
>
> Frankie
>
>
>
> --
> Sent from:
> http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html
>


-- 
*Carlos Chacin*
Software Developer Engineering


Re: [GitHub] tomee issue #234: TOMEE-2316 Convert Markdown files to Asciidoc in the docs ...

2018-12-06 Thread Carlos Chacín
I'll create a ticket to put the headers as a code comment instead, I
noticed that is also appearing in the current markdown docs:

http://tomee.apache.org/tomee-8.0/docs/tomee-webapp.html

On Thu, Dec 6, 2018 at 1:47 PM David Blevins 
wrote:

> Note the license header should only be visible in the source file as a
> comment that isn't shown on each page.  We have the licensing terms covered
> for the published website via the footer, which states:
>
>  - Copyright © 1999-2016 The Apache Software Foundation, Licensed under
> the Apache License, Version 2.0.
>
> We probably should update the copyright year however :)
>
> --
> David Blevins
> http://twitter.com/dblevins
> http://www.tomitribe.com
>
> > On Dec 5, 2018, at 11:53 PM, Carlos Chacín  wrote:
> >
> > Hi, I separated the work in 13 PRs and they are tested locally using
> JBake
> >
> >   • PR #244
> >   • PR #245
> >   • PR #246
> >   • PR #247
> >   • PR #248
> >   • PR #249
> >   • PR #250
> >   • PR #251
> >   • PR #252
> >   • PR #253
> >   • PR #254
> >   • PR #255
> >   • PR #256
> > I tried to find a good balance between number of files vs. number of PRs
> but if you folks think that I should create yet smaller PRs let me know (I
> have an script for that process)
> >
> > There already a few noticeable improvements in this migration:
> >
> > The ASF license header was shown as follow:
> >
> > 
> > And now is shown in a nicer asciidoc admonition:
> >
> > 
> >
> > The JPA section was not shown in the documentation, and now it's there:
> >
> > 
> > New Links appearing in the respective sections:
> >
> > 
> >
> > 
> > 
> > 
> >
> > On Wed, Dec 5, 2018 at 7:57 PM Carlos Chacín  wrote:
> > Thanks David for the feedback and the recommendations, I'll polish
> everything in the current open PR/branch and after having everything
> working with JBake I'll split the work in smaller separate PRs.
> >
> > On Wed, Dec 5, 2018 at 6:37 PM David Blevins 
> wrote:
> > Thank you for the PR, Carlos!
> >
> > Give this a try with the site generator:
> >
> >  - https://github.com/apache/tomee-site-generator
> >
> > JBake defines header for Asciidoc slightly differently than it does for
> Markdown.  Check out:
> >
> >  - https://jbake.org/docs/2.6.3/#metadata_header
> >
> > Specifically, there's no "~~" terminator and all JBake properties
> must start with ":jbake-".  Important note that ":index-group:" is fine as
> that is one of our headers.
> >
> > The site generator will create a clone of TomEE master in
> repos/tomee-8.0/.  You can pull your PR into that using this script:
> >
> >  - https://gist.github.com/dblevins/6e255634d84914beb051a4b3858ebfb4
> >
> > And then hammer away till it all looks good.
> >
> > I probably would recommend doing them in batches as you mention in your
> PR, just because you're scripting this and no one is perfect and each page
> should be reviewed with a human eye before being merged or going live.  I
> think one pig PR is a huge time commitment to review in one shot.
> >
> > Huge thank you for taking this on
> >
> >
> > --
> > David Blevins
> > http://twitter.com/dblevins
> > http://www.tomitribe.com
> >
> > > On Dec 4, 2018, at 1:02 AM, cchacin  wrote:
> > >
> > > Github user cchacin commented on the issue:
> > >
> > >https://github.com/apache/tomee/pull/234
> > >
> > >I'm happy to split this in several PRs if the changes make sense
> > >
> > >
> > > ---
> >
> >
> >
> > --
> > Carlos Chacin
> > Software Developer Engineering
> >
> >
> > --
> > Carlos Chacin
> > Software Developer Engineering
>
>

-- 
*Carlos Chacin*
Software Developer Engineering


Re: [GitHub] tomee issue #234: TOMEE-2316 Convert Markdown files to Asciidoc in the docs ...

2018-12-05 Thread Carlos Chacín
Hi, I separated the work in 13 PRs and they are tested locally using JBake

   - PR #244 <https://github.com/apache/tomee/pull/244>
   - PR #245 <https://github.com/apache/tomee/pull/245>
   - PR #246 <https://github.com/apache/tomee/pull/246>
   - PR #247 <https://github.com/apache/tomee/pull/247>
   - PR #248 <https://github.com/apache/tomee/pull/248>
   - PR #249 <https://github.com/apache/tomee/pull/249>
   - PR #250 <https://github.com/apache/tomee/pull/250>
   - PR #251 <https://github.com/apache/tomee/pull/251>
   - PR #252 <https://github.com/apache/tomee/pull/252>
   - PR #253 <https://github.com/apache/tomee/pull/253>
   - PR #254 <https://github.com/apache/tomee/pull/254>
   - PR #255 <https://github.com/apache/tomee/pull/255>
   - PR #256 <https://github.com/apache/tomee/pull/256>

I tried to find a good balance between number of files vs. number of PRs
but *if you folks think that I should create yet smaller PRs let me know*
(I have an script for that process)

There already a few noticeable improvements in this migration:

The ASF license header was shown as follow:
[image: image.png]
And now is shown in a nicer asciidoc admonition:

[image: image.png]

The JPA section was not shown in the documentation, and now it's there:

[image: image.png]
New Links appearing in the respective sections:

[image: image.png]

[image: image.png]
[image: image.png]
[image: image.png]

On Wed, Dec 5, 2018 at 7:57 PM Carlos Chacín  wrote:

> Thanks David for the feedback and the recommendations, I'll polish
> everything in the current open PR/branch and after having everything
> working with JBake I'll split the work in smaller separate PRs.
>
> On Wed, Dec 5, 2018 at 6:37 PM David Blevins 
> wrote:
>
>> Thank you for the PR, Carlos!
>>
>> Give this a try with the site generator:
>>
>>  - https://github.com/apache/tomee-site-generator
>>
>> JBake defines header for Asciidoc slightly differently than it does for
>> Markdown.  Check out:
>>
>>  - https://jbake.org/docs/2.6.3/#metadata_header
>>
>> Specifically, there's no "~~" terminator and all JBake properties
>> must start with ":jbake-".  Important note that ":index-group:" is fine as
>> that is one of our headers.
>>
>> The site generator will create a clone of TomEE master in
>> repos/tomee-8.0/.  You can pull your PR into that using this script:
>>
>>  - https://gist.github.com/dblevins/6e255634d84914beb051a4b3858ebfb4
>>
>> And then hammer away till it all looks good.
>>
>> I probably would recommend doing them in batches as you mention in your
>> PR, just because you're scripting this and no one is perfect and each page
>> should be reviewed with a human eye before being merged or going live.  I
>> think one pig PR is a huge time commitment to review in one shot.
>>
>> Huge thank you for taking this on
>>
>>
>> --
>> David Blevins
>> http://twitter.com/dblevins
>> http://www.tomitribe.com
>>
>> > On Dec 4, 2018, at 1:02 AM, cchacin  wrote:
>> >
>> > Github user cchacin commented on the issue:
>> >
>> >https://github.com/apache/tomee/pull/234
>> >
>> >I'm happy to split this in several PRs if the changes make sense
>> >
>> >
>> > ---
>>
>>
>
> --
> *Carlos Chacin*
> Software Developer Engineering
>


-- 
*Carlos Chacin*
Software Developer Engineering


Re: [GitHub] tomee issue #234: TOMEE-2316 Convert Markdown files to Asciidoc in the docs ...

2018-12-05 Thread Carlos Chacín
Thanks David for the feedback and the recommendations, I'll polish
everything in the current open PR/branch and after having everything
working with JBake I'll split the work in smaller separate PRs.

On Wed, Dec 5, 2018 at 6:37 PM David Blevins 
wrote:

> Thank you for the PR, Carlos!
>
> Give this a try with the site generator:
>
>  - https://github.com/apache/tomee-site-generator
>
> JBake defines header for Asciidoc slightly differently than it does for
> Markdown.  Check out:
>
>  - https://jbake.org/docs/2.6.3/#metadata_header
>
> Specifically, there's no "~~" terminator and all JBake properties must
> start with ":jbake-".  Important note that ":index-group:" is fine as that
> is one of our headers.
>
> The site generator will create a clone of TomEE master in
> repos/tomee-8.0/.  You can pull your PR into that using this script:
>
>  - https://gist.github.com/dblevins/6e255634d84914beb051a4b3858ebfb4
>
> And then hammer away till it all looks good.
>
> I probably would recommend doing them in batches as you mention in your
> PR, just because you're scripting this and no one is perfect and each page
> should be reviewed with a human eye before being merged or going live.  I
> think one pig PR is a huge time commitment to review in one shot.
>
> Huge thank you for taking this on
>
>
> --
> David Blevins
> http://twitter.com/dblevins
> http://www.tomitribe.com
>
> > On Dec 4, 2018, at 1:02 AM, cchacin  wrote:
> >
> > Github user cchacin commented on the issue:
> >
> >https://github.com/apache/tomee/pull/234
> >
> >I'm happy to split this in several PRs if the changes make sense
> >
> >
> > ---
>
>

-- 
*Carlos Chacin*
Software Developer Engineering


Re: Align TomEE version with Tomcat

2015-03-05 Thread Carlos Chacín
+1

On Thu, Mar 5, 2015, 8:01 AM Bhupendra bhupendra.cho...@gmail.com wrote:

 +1

 Bhupendra
 Sent from phone


 On 05-Mar-2015, at 8:32 PM, Mark Struberg strub...@yahoo.de wrote:

  I like JLouis original proposal regarding aligning it with the EE
 versions.
 
  OpenEJB was EJB centric. Thus it was very closely bound to EJB spec
 versions.
  TomEE is EE umbrella centric. Thus it is closely bound to the EE
 umbrella spec version
 
  TomEE-1.7.x - TomEE-6.0.x
  TomEE-2.0 - TomEE-7.x
 
  That way it is really easy for users to know what they get!
 
  Maybe we let 1.7.x as it is, but we should really go for TomEE-7.0.0
 instead of 2.0
 
  LieGrue,
  strub
 
 
  Am 05.01.2015 um 20:17 schrieb Jean-Louis Monteiro 
 jlmonte...@tomitribe.com:
 
  Definitely useful thoughts Jon.
  Thx for sharing.
 
  --
  Jean-Louis Monteiro
  http://twitter.com/jlouismonteiro
  http://www.tomitribe.com
 
  On Mon, Jan 5, 2015 at 4:18 PM, Jonathan Gallimore 
  jonathan.gallim...@gmail.com wrote:
 
  Just wanted to chip in with my $0.02... I'll try not to flame anyone or
  propose anything too controversial :).
 
  What are the release tools in question - is this the Maven Release
 plugin
  or a TomEE specific tool (I'm thinking along the lines of:
 
  https://svn.apache.org/repos/asf/tomee/sandbox/release-
 tools/src/main/java/org/apache/openejb/tools/release/Release.java
  )?
  I ask as I'm wondering whether improving / fixing the tool is good
 option?
 
  That said, I have no objection to aligning the TomEE and OpenEJB
 numbers.
  My personal opinion is that I'd avoid going back numerically (might be
  perceived as a step back, and we previously had OpenEJB 2 which looked
  quite different to OpenEJB = 3 if I remember correctly). Jumping both
 to a
  version 5 might look like a substantial update for TomEE that would
 require
  some explanation. I'm less keen on aligning to the Tomcat version, but
  aligning to the Java EE version could make it quite simple. So, TomEE
 1.7.x
  / OpenEJB 4.7.x would become TomEE/OpenEJB 6.x and TomEE 2.0 / OpenEJB
 5.0
  would becoming TomEE/OpenEJB 7.0.
 
  Personally I'm not in favour of splitting the release cycles of
 OpenEJB and
  TomEE - I think splitting them might create more work in managing
  dependencies, and might introduce some confusion between what versions
 of
  OpenEJB and TomEE are compatible with each other. I would also be
 concerned
  that there might be even more overhead in trying to actually do the
  releases than there is now, as we'd effectively have to do a release
 for
  OpenEJB and another for TomEE, with one being dependent on the other.
 
  Hope that these are useful thoughts.
 
  Jon
 
  On Sat, Jan 3, 2015 at 12:00 PM, Romain Manni-Bucau 
 rmannibu...@gmail.com
  wrote:
 
  We  can for sure downgrade openejb since we would use
 org.apache.tomee as
  groupid and finally be almost consistent - what we are not since
 tomee is
  the openejb name.
 
  We can do it for tomee 2. We can even rename all openejb artifacts to
  tomee
  and assume we cant split both.
  Le 3 janv. 2015 11:06, Jean-Louis Monteiro 
 jlmonte...@tomitribe.com
  a
  écrit :
 
  I do mainly agree on the result and the consequences to have 2
  different
  versions in the same tree.
  The best would have been to have OpenEJB as a separate subproject
 with
  its
  own lifecycle and versioning and to use it in TomEE like any other
 dep
  (openjpa, cxf to name a few).
 
  Because usually we update in both sides OpenEJB and TomEE, we decided
  to
  stick with one tree only containing TomEE, the Maven plugin, OpenEJB,
  etc
  with the consequences you mentioned Andy. It definitely has some
  benefits
  but yes the drawbacks are heavy as well.
 
  That said, I'm wondering if OpenEJB and TomEE at least have a
 different
  lifecycle. If not, then at least they should have the same version in
  the
  same tree.
 
  The problem I can see.
  - bumping TomEE version to 4.x for example is quite dangerous.
 TomEE
  by
  itself is pretty young even if most of the codebase is old. Switching
  from
  1.x to 4.x without anything in the middle is doable but hard to argue
  considering we only released less than 10 TomEE versions.
 
  - using tomcat versioning, I'm -1 for this. Same drawbacks as
 previous
  and
  no real benefits. We could use the Java EE web profile versions or
 Java
  EE
  versions, like TomEE 6.x for Java EE 6 Web Profile, TomEE 7.x for
 Java
  EE 7
  Web Profile, etc
 
  - downgrading OpenEJB version is even more complicated in my opinion
  and
  as
  we kept the same groupId / artifactId, it can be a big Maven hell.
 
  What's the less worst solution we could use?
  Considering OpenEJB and TomEE have their own lifecycle, I'd then keep
  the
  versions and split the source tree and the releases
  Considering OpenEJB and TomEE have different lifecycle, I'd go with
 the
  same versioning, probably using OpenEJB versions or better EE
 version.
 
 
 
  --
  Jean-Louis Monteiro