Re: report plugin with jdk10

2018-02-17 Thread Tibor Digana
The distribution [1] of Surefire 2.21.0 is available in our Staging server. I am currently building the site with test reports... [1]: https://repository.apache.org/content/repositories/maven-1396/ Cheers Tibor On Sun, Feb 18, 2018 at 4:03 AM, Tibor Digana wrote: > Hi Olivier, > > Please make

Re: report plugin with jdk10

2018-02-17 Thread Tibor Digana
Hi Olivier, Please make additional testing on Monday. If you find an urgent bug we can always restart the Vote. I hope it will be just fine and we will finish our release before the Java 10 release. Cheers Tibor On Sun, Feb 18, 2018 at 1:25 AM, Tibor Digana wrote: > Olivier, your javac setti

Re: report plugin with jdk10

2018-02-17 Thread Tibor Digana
Olivier, your javac settings is ok but it would be more useful in Surefire 3.0.0. Don't worry, we will not loose your code. I assigned your JIRA issue to 3.0 first release candidate. The reason behind is the fact that it is not good for users for change prerequisite for the plugin too often. Second

Re: report plugin with jdk10

2018-02-17 Thread Tibor Digana
Ok, we can make additional testing by then. I have another question to our shared Groovy library [1]. I am missing configuration with Maven 3.1.x. Is there any problem with this version why we did not add it? Our Surefire build works fine with Maven 3.1.1 but of course I tested this combination on

Re: report plugin with jdk10

2018-02-17 Thread Olivier Lamy
maybe give a bit of time to test master branch I should be able to do some testing by monday On 17 February 2018 at 21:50, Tibor Digana wrote: > I do not see any issues with the Jenkins run at the moment. > Most probably the build would be successful. > The build should finish around 11pm today.

Re: report plugin with jdk10

2018-02-17 Thread Tibor Digana
I do not see any issues with the Jenkins run at the moment. Most probably the build would be successful. The build should finish around 11pm today. Then I would like to merge the branch to master and start the release vote right after. The distribution artifacts would be already deployed in Maven C

Re: report plugin with jdk10

2018-02-17 Thread Olivier Lamy
On 17 February 2018 at 19:44, Tibor Digana wrote: > I am currently running the CI job #129 of Surefire with JDK 7, 8, 9, 10, > Maven 3.2, 3.3, 3.5, Linux and Windows: > This is the link to pipeline > https://builds.apache.org/job/maven-wip/job/maven-surefire/ > job/SUREFIRE-1463/ > > The old job

Re: report plugin with jdk10

2018-02-17 Thread Tibor Digana
I am currently running the CI job #129 of Surefire with JDK 7, 8, 9, 10, Maven 3.2, 3.3, 3.5, Linux and Windows: This is the link to pipeline https://builds.apache.org/job/maven-wip/job/maven-surefire/job/SUREFIRE-1463/ The old job #128 passed the most of the Linux builds. My last push -f crashed

Re: report plugin with jdk10

2018-02-16 Thread Tibor Digana
The reason why I was idle is the fact I made everyting to to support Surefire on Jdk 7-10 & Maven 3.1 - 3.5 and Linux/Windows and I am now happy with that. I did not commit it in my branch yet. I don't want to loose all my work, therefore the branch *SUREFIRE-1463* will be finalized by today evenin

Re: report plugin with jdk10

2018-02-16 Thread Robert Scholte
And this is not an issue with Java 9? It might be related to MNG-6275[1]. Classworlds seems to use the bootclassloader, which doesn't expose all the jdk/jre classes like java.sql.Date. We weren't able to fix this in 3.5.x Robert [1] https://issues.apache.org/jira/browse/MNG-6275 On Fri, 1

report plugin with jdk10

2018-02-16 Thread Olivier Lamy
Hi, I'm currently testing maven builds with jdk10 (especially surefire) I noticed velocity tools need java.sql.Date (yes it is :-) ) See stack trace: https://gist.github.com/olamy/243bf93f77becdd698148b07065b84f7 Well ATM I'm not sure how to fix that... Cheers -- Olivier Lamy http://twitter.com/