Re: Buildbot slowness

2019-03-02 Thread j4fm
I ran it again with 768MB extra head and it crashed right near the end. I expect 1GB or 1.5GB would definitely let it finish but it must not be releasing memory on each application undeployment. I don't think just increasing the memory and covering up an underlying problem is a good idea. -- S

Re: Buildbot slowness

2019-03-02 Thread j4fm
I ran the :cdi-tomee tck to successful completion with an extra 756MB added to the max heap for this arquillian run. I'm running it again just to make sure. Would updating master with the config be acceptable? We could have cxf 3.3.0+mp rest client back in if so. -- Sent from: http://tomee-op

Re: Buildbot slowness

2019-03-02 Thread j4fm
Hey Jon, do you know if your test run with an increased java heap froze up or succeeded? Thanks -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html

Re: Buildbot slowness

2019-03-02 Thread j4fm
Slowness is fixed, so buildbot is happier but not quite happy. Just for awareness to avoid someone else looking at it too... 1. I forgot to update the CXF version in the examples\polling-parent. So polling-web failed. 2. Also, it turns out CXF didn't add support for mp rest client 1.2.0 until 3

[GitHub] j4fm opened a new pull request #430: Revert missed dependency versions

2019-03-02 Thread GitBox
j4fm opened a new pull request #430: Revert missed dependency versions URL: https://github.com/apache/tomee/pull/430 Slowness is fixed, so buildbot is happier but not quite happy. Just for awareness to avoid someone else looking at it too... 1. I forgot to update the CXF version in

TOMEE-2480: Doubt about the concept of bean

2019-03-02 Thread Gabriel Ferreira
So guys, I'm working in the translate of example/simple-rest: I believe that I have not completely understood the concept of "bean", I've heard that bean is a simple class with its encapsulated methods. In the example "bean" sounds more like a "component", because, what is the relationship between

Re: Building with Java 11

2019-03-02 Thread Jonathan Gallimore
Yep, done. Thanks! On Sat, 2 Mar 2019, 11:51 Daniel Cunha, wrote: > @Jon, > > Can you review it: https://github.com/jgallimore/tomee/pull/3 > > Em sáb, 2 de mar de 2019 às 08:50, Daniel Cunha > escreveu: > > > I'm able to build tomee + tests locally with Java 11: > > mvn clean install -Pquick >

Re: Apache TomEE channel in the-asf.slack.com

2019-03-02 Thread Daniel Cunha
Roberto, You don't need. Just use your apache mail and that's fine! :) Em sáb, 2 de mar de 2019 às 09:08, Roberto Cortez escreveu: > Invite me too, please :) > > > On 1 Mar 2019, at 21:39, Richard Monson-Haefel > wrote: > > > > Me also > > > > On Fri, Mar 1, 2019 at 2:28 PM Gabriel Ferreira >

Re: Apache TomEE channel in the-asf.slack.com

2019-03-02 Thread Roberto Cortez
Invite me too, please :) > On 1 Mar 2019, at 21:39, Richard Monson-Haefel wrote: > > Me also > > On Fri, Mar 1, 2019 at 2:28 PM Gabriel Ferreira wrote: > >> If possible, I'd like an invitation too. ;) >> >> Em sex, 1 de mar de 2019 às 16:30, David Blevins >> escreveu: >> >>> Some time ago

Re: MicroProfile Integration in Plus and Plume

2019-03-02 Thread Roberto Cortez
I guess Jon beaten me into it :) Sorry. I’ve been a little inactive in the last couple of week :) > On 1 Mar 2019, at 09:30, j4fm wrote: > > Hi Roberto, PR 418 is also ready now that openapi and safeguard latest > release versions are in maven > > > > -- > Sent from: http://tomee-openejb.979

Re: Building with Java 11

2019-03-02 Thread Daniel Cunha
@Jon, Can you review it: https://github.com/jgallimore/tomee/pull/3 Em sáb, 2 de mar de 2019 às 08:50, Daniel Cunha escreveu: > I'm able to build tomee + tests locally with Java 11: > mvn clean install -Pquick > > Running now full: > mvn clean install > > Em sáb, 2 de mar de 2019 às 04:25, Dani

Re: Building with Java 11

2019-03-02 Thread Daniel Cunha
I'm able to build tomee + tests locally with Java 11: mvn clean install -Pquick Running now full: mvn clean install Em sáb, 2 de mar de 2019 às 04:25, Daniel Cunha escreveu: > Seems that we need dependencies update on mockito module. > I was getting java.lang.NoClassDefFoundError for JAXB class

Re: Buildbot slowness

2019-03-02 Thread Daniel Cunha
nice! Em sáb, 2 de mar de 2019 às 06:47, Jonathan Gallimore < jonathan.gallim...@gmail.com> escreveu: > Done > > On Sat, 2 Mar 2019, 09:37 j4fm, wrote: > > > CXF 3.3.1 is also causing the problem. > > > > I've submitted PR 429 just to make buildbot happy again for the time > being. > > Would you

Re: Buildbot slowness

2019-03-02 Thread Jonathan Gallimore
Done On Sat, 2 Mar 2019, 09:37 j4fm, wrote: > CXF 3.3.1 is also causing the problem. > > I've submitted PR 429 just to make buildbot happy again for the time being. > Would you mind merging just to get the builds going again? Will be good to > confirm it's happy with the other PRs. > > Once a r

[GitHub] jgallimore merged pull request #429: Make buildbot happy - CXF 3.2.7 again

2019-03-02 Thread GitBox
jgallimore merged pull request #429: Make buildbot happy - CXF 3.2.7 again URL: https://github.com/apache/tomee/pull/429 This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: Buildbot slowness

2019-03-02 Thread j4fm
CXF 3.3.1 is also causing the problem. I've submitted PR 429 just to make buildbot happy again for the time being. Would you mind merging just to get the builds going again? Will be good to confirm it's happy with the other PRs. Once a root cause/solution is found can bump CXF back up again.

[GitHub] j4fm opened a new pull request #429: Make buildbot happy - CXF 3.2.7 again

2019-03-02 Thread GitBox
j4fm opened a new pull request #429: Make buildbot happy - CXF 3.2.7 again URL: https://github.com/apache/tomee/pull/429 This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: Buildbot slowness

2019-03-02 Thread Jonathan Gallimore
I was seeing the same, but didn't get to dig into it deeper yet - its unlikely I'll be able to do much over the weekend, but we'll see. I did bump up the heap on my build to 6G (from 1.5) to see how far it gets. Jon On Sat, 2 Mar 2019, 08:54 j4fm, wrote: > It's just changing CXF version to 3.3

Re: Apache TomEE channel in the-asf.slack.com

2019-03-02 Thread Michael Redlich
Hi David: I'd like an invitation as well! Thanks! Mike. On Fri, Mar 1, 2019 at 2:30 PM David Blevins wrote: > Some time ago even the ASF Infra team stopped using IRC. They now use > Slack and there is an "official" ASF Slack group. I asked if it was ok if > projects could create themselves

Re: Buildbot slowness

2019-03-02 Thread j4fm
It's just changing CXF version to 3.3 on it's own that causes it. Reverting back to 3.2.7 solves it. All the JAXB 2.8.2 and related dependency work seems to be fine. Though I see the CXF mp client version bump adds in activation-api which needs excluding. I'm testing 3.3.1 out now just to check (

Re: Buildbot slowness

2019-03-02 Thread Jonathan Gallimore
Did anyone take a look at the heap dump (I can make it available if needed)? If you did, what did you find? I left visualvm computing sizes when I went to bed last night. Not sure where it's at. Hoping to get a look over the weekend. Jon On Sat, 2 Mar 2019, 07:27 j4fm, wrote: > Building is no

Re: Buildbot slowness

2019-03-02 Thread Daniel Cunha
What is the mvn command which you are using to run it? Em sáb, 2 de mar de 2019 às 04:27, j4fm escreveu: > Building is not a problem, it's the CDI TCK test run causing out of memory > exception in tomee > > > > -- > Sent from: > http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html >