Re: TOMEE-2480: Doubt about the concept of bean

2019-03-04 Thread Gabriel Ferreira
Thank you César ;) Em seg, 4 de mar de 2019 às 16:53, César Hernández Mendoza < cesargu...@gmail.com> escreveu: > Hi Gabriel, > > I've heard that bean is a simple class with its encapsulated methods. > > You are referring Java Beans > >

Re: JIRA permission request

2019-03-04 Thread Daniel Cunha
He is not appear on the list. Weird! I've same issue here. Em seg, 4 de mar de 2019 às 19:28, César Hernández Mendoza < cesargu...@gmail.com> escreveu: > @Jonathan or any other JIRA admin, > Can you check please why I can't assign a ticket to a specific user: Rhuan > account: rhuanrcoha > I

Re: JIRA permission request

2019-03-04 Thread César Hernández Mendoza
@Jonathan or any other JIRA admin, Can you check please why I can't assign a ticket to a specific user: Rhuan account: rhuanrcoha I documented the issue here:

[GitHub] [tomee] cesarhernandezgt commented on issue #431: Add mp-confi-example translate to portuguese

2019-03-04 Thread GitBox
cesarhernandezgt commented on issue #431: Add mp-confi-example translate to portuguese URL: https://github.com/apache/tomee/pull/431#issuecomment-469434513 @rhuan080 Can we continue this conversation in the mailing list thread with subject "TOMEE-2486 | Translate to Portuguese:

[GitHub] [tomee] rhuan080 edited a comment on issue #431: Add mp-confi-example translate to portuguese

2019-03-04 Thread GitBox
rhuan080 edited a comment on issue #431: Add mp-confi-example translate to portuguese URL: https://github.com/apache/tomee/pull/431#issuecomment-469432387 Hi @cesarhernandezgt , thank you! My username is **rhuanrcoha**.

[GitHub] [tomee] rhuan080 commented on issue #431: Add mp-confi-example translate to portuguese

2019-03-04 Thread GitBox
rhuan080 commented on issue #431: Add mp-confi-example translate to portuguese URL: https://github.com/apache/tomee/pull/431#issuecomment-469432387 Hi @cesarhernandezgt , thank you! My username is **rhuanrocha**.

[GitHub] [tomee] rhuan080 commented on a change in pull request #431: Add mp-confi-example translate to portuguese

2019-03-04 Thread GitBox
rhuan080 commented on a change in pull request #431: Add mp-confi-example translate to portuguese URL: https://github.com/apache/tomee/pull/431#discussion_r262251548 ## File path: examples/mp-config-example/README_pt.adoc ## @@ -0,0 +1,71 @@ += MicroProfile Config

TOMEE-2486 | Translate to Portuguese: examples/mp-config-example

2019-03-04 Thread César Hernández Mendoza
Hi Rhuan. Thanks for the PR [1] :)! I created for you the JIRA ticket: https://issues.apache.org/jira/browse/TOMEE-2486, usually we create first the JIRA, start an email thread on the mailing list to: 1. Request to be assigned to the JIRA, this will allow visibility and prevent duplication of

[GitHub] [tomee] cesarhernandezgt commented on issue #431: Add mp-confi-example translate to portuguese

2019-03-04 Thread GitBox
cesarhernandezgt commented on issue #431: Add mp-confi-example translate to portuguese URL: https://github.com/apache/tomee/pull/431#issuecomment-469423417 Hi @rhuan080, thanks for the PR :)! I created the JIRA ticket: https://issues.apache.org/jira/browse/TOMEE-2486, usually we

Re: TOMEE-2480: Doubt about the concept of bean

2019-03-04 Thread César Hernández Mendoza
Hi Gabriel, I've heard that bean is a simple class with its encapsulated methods. You are referring Java Beans https://www.oracle.com/technetwork/java/javase/documentation/spec-136004.html https://docs.oracle.com/javase/tutorial/javabeans/index.html > > In the example "bean" sounds more like a

Re: Buildbot slowness

2019-03-04 Thread j4fm
When running tests in full here are the tests that appear to cause a leak... just to see if anything common between them is obvious from your experience? Just to be sure, the leak exceptions from these do not appear in the logs at all with CXF 3.2.7.

[GitHub] [tomee] jgallimore merged pull request #434: Revert "Tomee 7.1.x tt.x updates"

2019-03-04 Thread GitBox
jgallimore merged pull request #434: Revert "Tomee 7.1.x tt.x updates" URL: https://github.com/apache/tomee/pull/434 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [tomee] jgallimore opened a new pull request #434: Revert "Tomee 7.1.x tt.x updates"

2019-03-04 Thread GitBox
jgallimore opened a new pull request #434: Revert "Tomee 7.1.x tt.x updates" URL: https://github.com/apache/tomee/pull/434 Reverts apache/tomee#433 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [tomee] jgallimore merged pull request #433: Tomee 7.1.x tt.x updates

2019-03-04 Thread GitBox
jgallimore merged pull request #433: Tomee 7.1.x tt.x updates URL: https://github.com/apache/tomee/pull/433 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [tomee] jgallimore opened a new pull request #433: Tomee 7.1.x tt.x updates

2019-03-04 Thread GitBox
jgallimore opened a new pull request #433: Tomee 7.1.x tt.x updates URL: https://github.com/apache/tomee/pull/433 Pull in latest code from O/S, bump ActiveMQ deps, Jackson deps and Tomcat. This is an automated message from

[GitHub] [tomee] otaviojava commented on a change in pull request #431: Add mp-confi-example translate to portuguese

2019-03-04 Thread GitBox
otaviojava commented on a change in pull request #431: Add mp-confi-example translate to portuguese URL: https://github.com/apache/tomee/pull/431#discussion_r262144513 ## File path: examples/mp-config-example/README_pt.adoc ## @@ -0,0 +1,71 @@ += MicroProfile Config

Re: JAX-RS Filter Example (TOMEE-2485)

2019-03-04 Thread Jonathan Gallimore
Not a problem, and thanks again for the submission - its a great example. Just wanted to provide that feedback in case you wanted to tinker around with that example a little more and send some more PRs :-). Cheers! Jon On Mon, Mar 4, 2019 at 3:25 PM Sherman Marshall <

Re: Buildbot slowness

2019-03-04 Thread Jonathan Gallimore
Thanks for the detail. I'm slammed myself, but hopefully will get some time to help tomorrow. I'd encourage others to dig in if they can / wish to. A starting point could be: try pulling out one of the CDI TCK apps, deploy it manually, and then undeploy, and see what's not getting freed and what

Re: Building with Java 11

2019-03-04 Thread Daniel Cunha
Yeah.. I was seeing that exactly now. this option was dropped. Em seg, 4 de mar de 2019 12:23 PM, Otávio Gonçalves de Santana < osant...@tomitribe.com> escreveu: > That does not work, there are changes at ClassLoader since Java 9. That > became forbidden at Java 11, because of these changes. > >

Re: Buildbot slowness

2019-03-04 Thread j4fm
Thanks for merging. Buildbot is succeeding again. So my testng changes help speed up the tests and improve the heap usage (worth adding the changes in at some point) but it didn't solve the root cause. I see these in the logs: SEVERE [http-nio-37745-exec-211]

Re: JAX-RS Filter Example (TOMEE-2485)

2019-03-04 Thread Sherman Marshall
Thanks Jon, I should have followed the naming convention, I will remember that for future submissions. I will have to read up on the build instructions a bit more, but I will make note to do that as well where applicable! Regards, Sherman On Mon, Mar 4, 2019, 2:31 AM Jonathan Gallimore <

Re: Building with Java 11

2019-03-04 Thread Otávio Gonçalves de Santana
That does not work, there are changes at ClassLoader since Java 9. That became forbidden at Java 11, because of these changes. On Mon, Mar 4, 2019 at 12:03 PM Daniel Cunha wrote: > Hi Otávio, > > To fix it using jdk flags, you can use --illegal-access > Try it. > > Em seg, 4 de mar de 2019 às

Re: Building with Java 11

2019-03-04 Thread Otávio Gonçalves de Santana
That looks illegal access is forbidden at Java 11. I'm working on it. On Mon, Mar 4, 2019 at 11:54 AM Otávio Gonçalves de Santana < osant...@tomitribe.com> wrote: > > Now, I got a new error: > > Illegal reflective access by org.apache.openejb.loader.BasicURLClassPath$4 >

Re: Building with Java 11

2019-03-04 Thread Daniel Cunha
Hi Otávio, To fix it using jdk flags, you can use --illegal-access Try it. Em seg, 4 de mar de 2019 às 11:54, Otávio Gonçalves de Santana < osant...@tomitribe.com> escreveu: > Now, I got a new error: > > Illegal reflective access by org.apache.openejb.loader.BasicURLClassPath$4 > >

Re: Building with Java 11

2019-03-04 Thread Otávio Gonçalves de Santana
Now, I got a new error: Illegal reflective access by org.apache.openejb.loader.BasicURLClassPath$4 (file:/tmp/temp14662460932513193953dir/root/lib/openejb-loader-8.0.0-SNAPSHOT.jar) to field java.net.URLClassLoader.ucp On Mon, Mar 4, 2019 at 10:49 AM Otávio Gonçalves de Santana <

Re: Building with Java 11

2019-03-04 Thread Otávio Gonçalves de Santana
I got the idea, I'll work on it. Thank you. On Mon, Mar 4, 2019 at 10:47 AM Jonathan Gallimore < jonathan.gallim...@gmail.com> wrote: > It sounded like you could make it work with a compiler config change (not a > code change) in Java 11 - is that correct? > > If so, can't you just provide that

Re: Building with Java 11

2019-03-04 Thread Jonathan Gallimore
It sounded like you could make it work with a compiler config change (not a code change) in Java 11 - is that correct? If so, can't you just provide that config only when running the build on Java 11? Something like: java-11 11

Re: Building with Java 11

2019-03-04 Thread Otávio Gonçalves de Santana
Hey JonG. Could you explain more about it? Do you mean, create a profile to skip this project such as failover. I’ve checked some options such as redesign the classpath and create wrapper the BasicURLClass. Both with a huge change of code. skip-java-11 failover

Re: Building with Java 11

2019-03-04 Thread Jonathan Gallimore
Merged, thanks :) On Mon, Mar 4, 2019 at 11:46 AM Daniel Cunha wrote: > Hey Jon, > > just to keep the branch sync with master. > https://github.com/jgallimore/tomee/pull/4 > > Thank you. > > Em seg, 4 de mar de 2019 às 00:09, j4fm > escreveu: > > > So I have a fix for the cdi-tomee tck which

Re: PropertyEditors deprecated class.

2019-03-04 Thread Daniel Cunha
Hi Jon, thank you for your review, I'll take a look after we finish the changes for java and have it merged on master Em seg, 4 de mar de 2019 às 08:27, Jonathan Gallimore < jonathan.gallim...@gmail.com> escreveu: > Added feedback on the PR, but including it here for visibility: > > In

Re: Building with Java 11

2019-03-04 Thread Daniel Cunha
Hey Jon, just to keep the branch sync with master. https://github.com/jgallimore/tomee/pull/4 Thank you. Em seg, 4 de mar de 2019 às 00:09, j4fm escreveu: > So I have a fix for the cdi-tomee tck which means we can add cxf 3.3.0 back > in. I just want to wait for full tests to complete before

Re: PropertyEditors deprecated class.

2019-03-04 Thread Jonathan Gallimore
Added feedback on the PR, but including it here for visibility: In LocalJMXCommand the PropertyEditorRegistry is held as a field. In other places, this is doing PropertyEditorRegistry.registerDefaults() when calling getValue(), which has to go an do a bunch of registration each time. What do we

[GitHub] [tomee] jgallimore commented on issue #427: TOMEE-2481 - Move code using PropertyEditors (deprectaed class) to PropertyEditorRegistry

2019-03-04 Thread GitBox
jgallimore commented on issue #427: TOMEE-2481 - Move code using PropertyEditors (deprectaed class) to PropertyEditorRegistry URL: https://github.com/apache/tomee/pull/427#issuecomment-469218713 In`LocalJMXCommand` the PropertyEditorRegistry is held as a field. In other places, this is

Re: PropertyEditors deprecated class.

2019-03-04 Thread Jonathan Gallimore
Interesting. Thanks for the PR - looking at it now. Jon On Thu, Feb 28, 2019 at 3:26 PM Daniel Cunha wrote: > Hi Folks, > > I've created the ticket https://issues.apache.org/jira/browse/TOMEE-2481 > > That because the class PropertyEditors is a deprected class, because of > that we are moving

JAX-RS Filter Example (TOMEE-2485)

2019-03-04 Thread Jonathan Gallimore
I've merged this in - thanks for the PR! A couple of suggestions (none of them blocking): 1. I'd be tempted to rename this to something other than Servlet:

[GitHub] [tomee] asfgit merged pull request #432: JAX-RS filter example (JIRA 2482)

2019-03-04 Thread GitBox
asfgit merged pull request #432: JAX-RS filter example (JIRA 2482) URL: https://github.com/apache/tomee/pull/432 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: Buildbot slowness

2019-03-04 Thread Jonathan Gallimore
Shoot over a PR. I would definitely be interested in a little bit of detail before merging so we all understand what's happening. Cheers Jon On Mon, Mar 4, 2019 at 3:10 AM j4fm wrote: > So I have a fix for the cdi-tomee tck which means we can add cxf 3.3.0 back > in. I just want to wait for

[GitHub] [tomee] jgallimore merged pull request #430: Revert missed dependency versions

2019-03-04 Thread GitBox
jgallimore merged pull request #430: Revert missed dependency versions URL: https://github.com/apache/tomee/pull/430 This is an automated message from the Apache Git Service. To respond to the message, please log on to