Re: Java EE Security API for EE 8

2019-01-10 Thread Gurkan Erdogdu
Hello Roberto We probably need to move javax.security.enterprise.* package to geronimo specs project (https://github.com/apache/geronimo-specs) and then adding dependency to our javaee-api. After that we also need to release geronimo-specs. If you want, I can work on to create a new project in gero

Re: How can I contribute?

2019-01-10 Thread Venu Krishnan
Sure thanks, let me take a look and get back. On Thu, Jan 10, 2019 at 9:03 AM Richard Monson-Haefel < monsonhae...@gmail.com> wrote: > Thanks, Gurkan! Venu, please follow up with Gurkan or on this mailing > list if you have more questions. Looking forward to hearing from you on > your progress!

Re: Upgrade to Safeguard 1.2

2019-01-10 Thread Bruno Baptista
Thanks Jean-Louis. It's appreciated. :) The problem seems to be the testng version. Some TCK tests, on Config and JWT don't like the new v6.14.3. Will keep the old v6.8.21 globaly and override on the Fault Tolerance TCK. We will have to come up with a migration plan. I'm going to run all the

Re: How to run test build on PR?

2019-01-10 Thread Doychin Bondzhev
Hi, This is the branch that contains my changes https://github.com/doychin/tomee/tree/startup-shutdown Full build fails only on one test in CDI embedded TCK testRequestScopeActiveDuringWebServiceInvocation(org.jboss.cdi.tck.tests.context.request.jaxrs.RequestContextTest) Time elapsed: 0.032 s 

Re: Upgrade to Safeguard 1.2

2019-01-10 Thread Jean-Louis Monteiro
We can go step by step, it's fine if it's not perfect. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Thu, Jan 10, 2019 at 3:43 PM Bruno Baptista wrote: > Talked too soon. I found some issues. Investigating now. > > Bruno Baptista > https://twitter.com/brun

Re: Supporting ActiveMQ Artemis out-of-the-box

2019-01-10 Thread Jonathan Gallimore
I made an attempt clone the simple-mdb example and hook it up to an external Artemis broker here: https://github.com/jgallimore/tomee/blob/artemis-example/examples/jms-artemis With an external broker running on localhost:61616 it all works, the message is sent on the ChatBean queue, the MDB receiv

Re: Supporting ActiveMQ Artemis out-of-the-box

2019-01-10 Thread Jonathan Gallimore
Running this `./artemis consumer --destination queue://AnswerQueue --message-count 1 --verbose` does work: Consumer:: filter = null Consumer ActiveMQQueue[AnswerQueue], thread=0 wait until 1 messages are consumed Consumer ActiveMQQueue[AnswerQueue], thread=0 Received Hello, Test Case! Received tex

Re: How to run test build on PR?

2019-01-10 Thread César Hernández Mendoza
Yesterday I did a quick test trying to configure Travis on my branch [1], but it seems travis.org have a limit of 4 MB for the maven clean install output [2] As Jean-Louis mentioned, even with migration from buildbot to Jenkins it seems we can't have auto-PR test results, I recall on another threa

Re: How to run test build on PR?

2019-01-10 Thread Doychin Bondzhev
I'm now running full build with all tests here to see how it will work here and when I have the changes on github I'll send you the details. On 10.1.2019 г. 17:12, jgallimore [via TomEE & OpenEJB] wrote: We don't have a capability on ASF infrastructure to do that. Let us know what your branch i

Re: How to run test build on PR?

2019-01-10 Thread Jean-Louis Monteiro
We would need to switch to Jenkins but not sure the build capacity can handle it anyway. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Thu, Jan 10, 2019 at 4:12 PM Jonathan Gallimore < jonathan.gallim...@gmail.com> wrote: > We don't have a capability on ASF

Re: How to run test build on PR?

2019-01-10 Thread Jonathan Gallimore
We don't have a capability on ASF infrastructure to do that. Let us know what your branch is here, and I'm happy to get a build run on it for you. Jon On Thu, Jan 10, 2019 at 2:58 PM Doychin Bondzhev wrote: > Hi guys, > > I have set of changes that I want to test on the buildbot before they > a

How to run test build on PR?

2019-01-10 Thread Doychin Bondzhev
Hi guys, I have set of changes that I want to test on the buildbot before they are merged into master branch. Is there any way to do this? The reason I want to run on the build bot is that here all tests pass without problem but the test we ignored yesterday fails on the build bot. I want

Re: Upgrade to Safeguard 1.2

2019-01-10 Thread Bruno Baptista
Talked too soon. I found some issues. Investigating now. Bruno Baptista https://twitter.com/brunobat_ On 10/01/19 14:34, Bruno Baptista wrote: I've run the full build and it was green. It should be good to go. Bruno Baptista https://twitter.com/brunobat_ On 09/01/19 23:24, Bruno Baptista

Re: Upgrade to Safeguard 1.2

2019-01-10 Thread Bruno Baptista
I've run the full build and it was green. It should be good to go. Bruno Baptista https://twitter.com/brunobat_ On 09/01/19 23:24, Bruno Baptista wrote: Hi, The PR to integrate the latest Safeguard into TomEE is ready for review here: https://github.com/apache/tomee/pull/365/ The TCK now

Re: How can I contribute?

2019-01-10 Thread Richard Monson-Haefel
Thanks, Gurkan! Venu, please follow up with Gurkan or on this mailing list if you have more questions. Looking forward to hearing from you on your progress! On Thu, Jan 10, 2019 at 3:44 AM Gurkan Erdogdu wrote: > Hi Richard > He can start with adding comments to Java source files. There are doc

Re: How can I contribute?

2019-01-10 Thread Gurkan Erdogdu
Hi Richard He can start with adding comments to Java source files. There are documents here, http://tomee.apache.org/dev/ which reflects Java files under tomee source code. He can open an issue under https://issues.apache.org/jira/browse/TOMEE-2450 as subtask (example : https://issues.apache.org/ji