What is the best forum to discuss issues or configuration around compiler, surefire and jpms?
Most of the issues I have, seam to be resolved with 3.0.0-M5, but; - already raising issue with IntelliJ now as they don't support 2 module-info.java files in the same project, one under src/main/java and the other under src/test/java. - how can package private methods be tested? as compiler is now seeing the new test module-info.java but complaining about package exists in main and test module-info. - i might be making things more complex as i've using src/main/java and src/test/java for java 8 code, and src/main/java11 and src/test/java11 for java 11 code base. so creating multi version jars. java 8 builds an tests, then java 11 does verify, i then rebuild and test fully on java 11. John On Sat, 13 Jun 2020 at 23:40, Tibor Digana <[email protected]> wrote: > > Hi Herve, > > We can fork the discussion about this problem apart in the Slack. > Thx for finding this. > > T > > > On Sat, Jun 13, 2020 at 9:35 PM Hervé BOUTEMY <[email protected]> wrote: > > > +1 > > > > near full reproducibility of reference artifacts with JDK 8 on Windows: 48 > > artifacts are ok, just 2 still have issues: > > - surefire-3.0.0-M5-source-release.zip: I don't know why my local build > > added 3 dependency-reduced-pom.xml that do not exist in reference build > > - surefire-shadefire-3.0.0-M5.jar: some strange timestamp issues for some > > shaded content, probably a subtle maven-shade-plugin bug > > > > Regards, > > > > Hervé > > > > Le samedi 13 juin 2020, 15:46:10 CEST Tibor Digana a écrit : > > > Hi, > > > > > > We solved 40 issues: > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&ve > > > rsion=12344612 > > > > > > There are still a couple of issues left in JIRA: > > > > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20SUREFIRE%20AND%20 > > > status%20%3D%20Open%20ORDER%20BY%20priority%20DESC > > > > > > Staging repo: > > > https://repository.apache.org/content/repositories/maven-1590/ > > > > > https://repository.apache.org/content/repositories/maven-1590/org/apache/mav > > > en/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5-source-release.zip > > > > > > Source release checksum(s): > > > surefire-3.0.0-M5-source-release.zip sha1: > > > 687a89ceb4a1b2e5dd472deec8d3843f2a98b68f > > > surefire-3.0.0-M5-source-release.zip sha512: > > > > > e88ced058923b349acfe1948d4c4a7ff6f4bef08e5685f2f2ac73cfb26ad35fd6578f05309f0 > > > 91081f01986b19bbca38a2fe6bf0fbd16980cd6f41228c529ee7 > > > > > > 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 > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
