Re: JakartaEE TCK

2019-01-15 Thread Gurkan Erdogdu
I have successfully created the javaeetck-8.0_16-Jan-2019.zip. My enviornment : macOS Java(TM) SE Runtime Environment (build 1.8.0_161-b12) Now, run some TCK tests :) Regards. Gurkan On Tue, Jan 15, 2019 at 6:29 PM Jonathan Gallimore < jonathan.gallim...@gmail.com> wrote: > Currently working on

Re: Where do we remember outstanding dependency updates for release?

2019-01-15 Thread Frankie
So the pom.xml is the central place of information I was looking for ... ;-) And the existence of SNAPSHOT entries in pom.xml are our todo-markers for release. I'm fine with that. JIRA tickets in addition would be great but on the other hand redundant work. Now I wonder what would be a good way

Re: Where do we remember outstanding dependency updates for release?

2019-01-15 Thread Roberto Cortez
Well, usually the dependencies are updated in tomee main pom to the SNAPSHOT dependencies of the required projects and then we are not able to release until we have all of that sorted out. Maybe it would be a good practice to all add a JIRA ticket when we change a dependency to a SNAPSHOT, so

OpenAPI 1.0.4 revert

2019-01-15 Thread Jean-Louis Monteiro
Hi, I have investigated the issue with mp-rest-jwt-jwk. It seems to be related with OpenAPI upgrade so I downgraded until I can find what's going on -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com

Re: Stabilize TomEE Build

2019-01-15 Thread Jean-Louis Monteiro
OK, I think I fixed everything but the mp-rest-jwt-jwk example that I'm going to start working on now -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Mon, Jan 14, 2019 at 1:33 PM Jean-Louis Monteiro < jlmonte...@tomitribe.com> wrote: > The build is now

[GitHub] jgallimore merged pull request #1: Updating the harness for TomEE 8

2019-01-15 Thread GitBox
jgallimore merged pull request #1: Updating the harness for TomEE 8 URL: https://github.com/apache/tomee-tck/pull/1 As this is a foreign pull request (from a fork), the diff has been sent to your commit mailing list, comm...@tomee.apache.org

Re: JakartaEE TCK

2019-01-15 Thread Jonathan Gallimore
Currently working on the harness here, and will update the README. Thanks for letting us know your result, glad its working. Jon On Tue, Jan 15, 2019 at 3:25 PM Bruno Baptista wrote: > Success here, > > Thanks for the instructions, Jon! > > Got this at the end: > drwxr-xr-x 3 brunobat

Re: JakartaEE TCK

2019-01-15 Thread Bruno Baptista
Success here, Thanks for the instructions, Jon! Got this at the end: drwxr-xr-x  3 brunobat brunobat  4096 jan 15 15:08 ./ drwxr-xr-x  3 brunobat brunobat  4096 jan 15 15:06 ../ -rw-r--r--  1 brunobat brunobat  4076 jan 15 15:06 cts-internal-8.0_15-Jan-2019.zip -rw-r--r--  1

[ANNOUNCE] Apache Roadshow Chicago, Call for Presentations

2019-01-15 Thread Trevor Grant
Hello Devs! You're receiving this email because you are subscribed to one or more Apache developer email lists. I’m writing to let you know about an exciting event coming to the Chicago area: The Apache Roadshow Chicago. It will be held May 13th and 14th at three bars in the Logan Square

Re: JakartaEE TCK

2019-01-15 Thread Jonathan Gallimore
Sorry, use the latest Ant 1.10 as opposed to 1.9.13. (Copy/paste error!) Thanks Jon On Tue, Jan 15, 2019 at 2:27 PM Jonathan Gallimore < jonathan.gallim...@gmail.com> wrote: > Ok - could I get someone to give this a shot? (note the different > Glassfish URL): > > git clone

Re: JakartaEE TCK

2019-01-15 Thread Jonathan Gallimore
Ok - could I get someone to give this a shot? (note the different Glassfish URL): git clone https://github.com/eclipse-ee4j/jakartaee-tck cd jakaratee-tck export WORKSPACE=$(pwd) export GF_BUNDLE_URL= https://jenkins.eclipse.org/glassfish/job/glassfish/job/EE4J_8/85/artifact/bundles/glassfish.zip

Re: JakartaEE TCK

2019-01-15 Thread César Hernández Mendoza
Hi, I also left this running during the night, it seems my laptop heated the office nicely but I also see a lot of this kind of errors [1]: Then I kill the process since basically those `cannot find symbol` were all over the log. [1] [ts.javac] public void writeBytes(byte[] value) throws

Re: How to run test build on PR?

2019-01-15 Thread César Hernández Mendoza
@Jean-Louis Monteiro based on the reply from Daniel Gruno, it seems ASF Jenkins don't have limitation to build upon PR's. Daniel Gruno > added > a comment - 2 hours ago > Why not use the ASF Jenkins with the PR builder plugin?

Re: JakartaEE TCK

2019-01-15 Thread Jonathan Gallimore
Now I get different failures. I'll try and work out a definitive file that works. Jon On Tue, Jan 15, 2019 at 1:16 PM Jonathan Gallimore < jonathan.gallim...@gmail.com> wrote: > Looks like ts.jte was updated to reference jakarta.xxx.jar as opposed to > javax.xxx.jar, so the classpath ends up

Re: JakartaEE TCK

2019-01-15 Thread Jonathan Gallimore
Looks like ts.jte was updated to reference jakarta.xxx.jar as opposed to javax.xxx.jar, so the classpath ends up not matching the glassfish that the script downloads. Trying a fix now. Jon On Tue, Jan 15, 2019 at 12:30 PM Jonathan Gallimore < jonathan.gallim...@gmail.com> wrote: > Yeah, I'll

Re: JakartaEE TCK

2019-01-15 Thread Jean-Louis Monteiro
Looks like I also have a lot of issues I'm using ANT 1.10.5 -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Tue, Jan 15, 2019 at 1:30 PM Jonathan Gallimore < jonathan.gallim...@gmail.com> wrote: > Yeah, I'll pull some errors out. Frustratingly, I've had this

Re: JakartaEE TCK

2019-01-15 Thread Jonathan Gallimore
Yeah, I'll pull some errors out. Frustratingly, I've had this build successfully in the past, and I have the zip file to prove it :). Not sure what's going on today. Jon On Tue, Jan 15, 2019 at 12:28 PM Mark Struberg wrote: > I went through this yesterday night. > Over here it was mainly

Re: JakartaEE TCK

2019-01-15 Thread Mark Struberg
I went through this yesterday night. Over here it was mainly missing spec jars. The TCK also compiles against tons of internal Glassfish classes, proprietary databasess I've never heard of, etc. I eventually gave up yesterday :) Can you probably share some of the compile errors you got?

Re: Where do we remember outstanding dependency updates for release?

2019-01-15 Thread Bruno Baptista
Hi Frankie, Nice topic. I'm not aware of a centralized place for that.  I think we could start by searching for *-SNAPSHOT dependencies. Then we will need to research if the releases have been done and if not, shoot some emails and crate a subtask in that Jira to keep track. Cheers. Bruno

Where do we remember outstanding dependency updates for release?

2019-01-15 Thread Frankie
Hi, today I noticed that the Version of bval-jsr has to be updated to 2.0.1 because of missing properties for new Validation Constraints like NotEmpty. But bval-jsr 2.0.1 is not yet released. So before creating a redundant JIRA ticket I did some investigation and found

Re: JakartaEE TCK

2019-01-15 Thread Jonathan Gallimore
Ok - still the same. On Tue, Jan 15, 2019 at 12:09 PM Jonathan Gallimore < jonathan.gallim...@gmail.com> wrote: > Good spot... Let's try that > > Jon > > On Tue, Jan 15, 2019 at 11:58 AM Bruno Baptista > wrote: > >> Hey Jon, >> >> On the Jakarta TCK min requirements they mention that it

Re: JakartaEE TCK

2019-01-15 Thread Jonathan Gallimore
Good spot... Let's try that Jon On Tue, Jan 15, 2019 at 11:58 AM Bruno Baptista wrote: > Hey Jon, > > On the Jakarta TCK min requirements they mention that it requires Ant > 1.10.5+ > > That might explain some errors. > > Bruno Baptista > https://twitter.com/brunobat_ > > > On 15/01/19 11:53,

Re: JakartaEE TCK

2019-01-15 Thread Bruno Baptista
Hey Jon, On the Jakarta TCK min requirements they mention that it requires Ant 1.10.5+ That might explain some errors. Bruno Baptista https://twitter.com/brunobat_ On 15/01/19 11:53, Jonathan Gallimore wrote: need to change JAVA_HOME and ANT_HOME to match your environment. I'm using Ant

Re: JakartaEE TCK

2019-01-15 Thread Jonathan Gallimore
So the general gist of what I have done is: git clone https://github.com/eclipse-ee4j/jakartaee-tck cd jakaratee-tck export WORKSPACE=$(pwd) export GF_BUNDLE_URL= https://download.oracle.com/glassfish/5.0.1/nightly/latest-glassfish.zip export GF_HOME=$WORKSPACE export

Re: How to run test build on PR?

2019-01-15 Thread Jean-Louis Monteiro
https://jira.apache.org/jira/browse/INFRA-17654 Here we go. Let's see what infra is going to answer -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Tue, Jan 15, 2019 at 11:08 AM Jean-Louis Monteiro < jlmonte...@tomitribe.com> wrote: > It sounds wonderful. >

Re: Jakarta EE TCK

2019-01-15 Thread Mark Struberg
+1 and thanks! Also am interested to run the JPA related tests over at OpenJPA. LieGrue, strub > Am 15.01.2019 um 00:34 schrieb Jonathan Gallimore > : > > Thanks, I'll update that and I have couple of changes to commit as well. > > Jon > > On Mon, 14 Jan 2019, 23:23 David Blevins >>> On

Re: MicroProfile Integration in Plus and Plume

2019-01-15 Thread j4fm
Hi again Roberto, I tested this again today and actually I hadn't noticed that another ticket commented out MP jars from being added to the Plus webapp, just like you said. Now if I pull in 304 there our some out of date package references (import

Re: How to run test build on PR?

2019-01-15 Thread Jean-Louis Monteiro
It sounds wonderful. Lemme open a ticket to #infra. Questions I have in mind are - possible we can set up a hook to notify and external jenkins system? - possible to set a status back into the github repository? We recently switched to gitbox. Maybe it offers some additional services. --

Re: How to run test build on PR?

2019-01-15 Thread Richard Zowalla
Hi, we could setup the following within our university infrastructure: Jenkins VM with 8 vCores, 4 Build-Slots with up to 24GB Ram (exclusive). Disk isn't that much of a problem, as it's basically SAN storage. We could also use RAM-disks but we can evaluate this later, if this might be a

Re: How to run test build on PR?

2019-01-15 Thread Jean-Louis Monteiro
The build takes 2+ hours on a linux system. If it's only a build machine, I'd say minimum 8GB of memory. The disk is quite important as we do a lot of start/deploy/stop cycles and there is therefor a lot of files accessed. The trick here is that we can't set a github hook because we don't have

Re: JakartaEE TCK

2019-01-15 Thread Jonathan Gallimore
Yes I've been able to build. Instructions coming today. Jon On Tue, 15 Jan 2019, 08:52 Mark Struberg Hi folks! > > The EE8 TCKs are now open source. > > https://github.com/eclipse-ee4j/jakartaee-tck > > But was anyone able to build this? > > Or does anybody know if there is already a published

Re: How to run test build on PR?

2019-01-15 Thread Richard Zowalla
Hi, @mawiesne and me are having a coffee discussion on the build infrastructure topic. What would be the requirements for a VM / Jenkins - CI system, i.e. the resources you were referring to? Maybe we can provide such a setup within our virtual infrastructure at university without any

JakartaEE TCK

2019-01-15 Thread Mark Struberg
Hi folks! The EE8 TCKs are now open source. https://github.com/eclipse-ee4j/jakartaee-tck But was anyone able to build this? Or does anybody know if there is already a published zip like we had with the closed TCKs? txs and LieGrue, strub