Re: Testing User Code in Java 8

2013-07-09 Thread Martijn Verburg
Hi all, It's a small start - but we've seen two projects in the last few days. I'm tracking them at: https://java.net/projects/adoptopenjdk/pages/TestingJava8 (Until I get my official OpenJDK wiki permissions sorted out.) Cheers, Martijn On 9 July 2013 06:17, Joe Darcy wrote: > Hi Richa

Re: Testing User Code in Java 8

2013-07-08 Thread Joe Darcy
Hi Richard, Thanks for writing up the instructions! It is very helpful for us working the JDK to get early notification when external software projects have test issues with the latest JDK version. Sometimes it is a problem in the JDK; sometimes the external tests and/or code rely on unwarran

Testing User Code in Java 8

2013-07-05 Thread Richard Warburton
Hi, One of the things I've been hearing quite a few comments in the run up to the Java 8 release is the goal of trying to get more end user applications to be tested using Java 8. I've written up a blog post on a fairly easy approach to doing this using a CI server. http://www.insightfullogic.co