The failure is in the release candidate. It appears to be a result of https://issues.apache.org/jira/browse/MRESOLVER-136 which requires Java 8 to build and thus also fails on JDK 7 (though the build also fails on JDK 11, perhaps for other reasons.)
My initial thought is that we should roll this PR back. A claim is made that the binary is JDK7 compatible though the build is not. I'm not sure how to test that in Jenkins. Perhaps we can disable the JDK7 build in this repo, but that seems dangerous. I prefer a rollback. On Sun, Oct 4, 2020 at 6:53 AM Elliotte Rusty Harold <[email protected]> wrote: > > Maven-resolver has been failing at head for several days: > > https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-resolver/job/master/26/ > > Not sure if the offending PR is included in the release candidate but > either way I'd prefer not to release in an unstable state in case an > emergency fix on the release is needed so -1 from me. > > On Sun, Oct 4, 2020 at 4:48 AM Mark Derricutt <[email protected]> wrote: > > > > +1 Non-binding. Seems to be working fine on my custom artefact resolving > > plugin/library. > > > > On 3 October 2020 at 7:32:20 AM, Osipov Michael ([email protected]) wrote: > > > > Hi, > > > > We solved 25 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12348853 > > > > There are still a couple of issues left in JIRA: > > https://issues.apache.org/jira/projects/MRESOLVER/issues?filter=allopenissues > > > > Staging repo: > > https://repository.apache.org/content/repositories/maven-1607/ > > https://repository.apache.org/content/repositories/maven-1607/org/apache/maven/resolver/maven-resolver/1.6.1/maven-resolver-1.6.1-source-release.zip > > > > Source release checksum(s): > > maven-resolver-1.6.1-source-release.zip > > ab45c772e9af4061977feb4fb48e3ae9ddd8cbebe41ada40f2a762504e96fd4c0fd4a939ab707667d9888caf92ab9fa354abe0624031c7049b7a2cb133421ddd > > > > > > Staging site: > > https://maven.apache.org/resolver-archives/resolver-LATEST/ > > > > Guide to testing staged releases: > > https://maven.apache.org/guides/development/guide-testing-releases.html > > > > Note: This Resolver offers salvation from a 13.5 years old feature > > request: MNG-2802 > > Yes, you can have now concurrent-safe access to your local Maven > > repository synchronized with Redis. > > > > Vote open for 72 hours. > > > > [ ] +1 > > [ ] +0 > > [ ] -1 > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > -- > Elliotte Rusty Harold > [email protected] -- Elliotte Rusty Harold [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
