Maybe disappointed a bit on how we run the build with Java 1.8 and another J7 - J10 used in all Tests (unit + integration tests). $ mvn install -P run-its -nsu -Dintegration-test-port=8000 -Dintegration-test-stop-port=8001 "-Djdk.home=d:\Program Files\Java\jdk10" -Djacoco.skip=true There were several reasons. Maven plugins failed with J9, JUnit 5 Provider in future Surefire requires J8, and the last is the JavaDoc check which runs within JavaC and it forced the contributors to write JavaDoc correctly in the beginning of development.
T On Sat, Mar 3, 2018 at 12:48 PM, Tibor Digana <[email protected]> wrote: > Typo, the version is 2.21.0 of course. > > On Sat, Mar 3, 2018 at 12:42 PM, Tibor Digana <[email protected]> > wrote: > >> Hi, >> >> We solved 33 issues: >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?proje >> ctId=12317927&version=12341630 >> >> There are still a couple of issues left in JIRA: >> https://issues.apache.org/jira/i#issues/?jql=project+%3D+ >> SUREFIRE+AND+status+%3D+Open+ORDER+BY+priority+DESC >> >> Staging repo: >> https://repository.apache.org/content/repositories/maven-1402/ >> https://repository.apache.org/content/repositories/maven-140 >> 2/org/apache/maven/surefire/surefire/2.21.0/surefire-2.21. >> 0-source-release.zip >> >> Source release checksum(s): >> surefire-2.21.0-source-release.zip sha1: 6927024eefa0b8c80dee70efa014f1 >> f421d7844b >> >> Staging site: >> http://maven.apache.org/surefire-archives/surefire-LATEST/ >> >> Guide to testing staged releases: >> http://maven.apache.org/guides/development/guide-testing-releases.html >> >> Vote open for 72 hours. >> >> [ ] +1 >> [ ] +0 >> [ ] -1 >> >> Cheers >> Tibor >> > >
