Re: Call for help: maven-verifier-plugin FTBFS with Java11

2020-05-08 Thread Fabio Valentini
On Fri, May 8, 2020 at 10:19 PM Jerry James wrote: > > On Thu, May 7, 2020 at 10:43 AM Fabio Valentini wrote: > > I pushed maven-javadoc-plugin-3.2.0 to rawhide today, which should fix > > OpenJDK 11 related issues according to its release notes. > > Please verify that this doesn't fix your

Re: Call for help: maven-verifier-plugin FTBFS with Java11

2020-05-08 Thread Jerry James
On Thu, May 7, 2020 at 10:43 AM Fabio Valentini wrote: > I pushed maven-javadoc-plugin-3.2.0 to rawhide today, which should fix > OpenJDK 11 related issues according to its release notes. > Please verify that this doesn't fix your problems before working on > any workarounds :) So far this

Re: Call for help: maven-verifier-plugin FTBFS with Java11

2020-05-07 Thread Fabio Valentini
On Thu, May 7, 2020 at 6:39 PM Jerry James wrote: > > On Thu, May 7, 2020 at 10:26 AM Jerry James wrote: > > For the latter error, see > > https://issues.apache.org/jira/browse/MJAVADOC-615, which claims that > > "the JDK issue has been resolved" without specifying how it was > > resolved. > >

Re: Call for help: maven-verifier-plugin FTBFS with Java11

2020-05-07 Thread Jerry James
On Thu, May 7, 2020 at 10:26 AM Jerry James wrote: > For the latter error, see > https://issues.apache.org/jira/browse/MJAVADOC-615, which claims that > "the JDK issue has been resolved" without specifying how it was > resolved. They're probably talking about

Re: Call for help: maven-verifier-plugin FTBFS with Java11

2020-05-07 Thread Jerry James
On Thu, May 7, 2020 at 10:24 AM Jerry James wrote: > I am having exactly the same problem with antlr3 and stringtemplate4. > A web search shows that adding 8 to the > maven-javadoc-plugin configuration is supposed to fix the problem, but > for antlr3 and stringtemplate4 that just changes the

Re: Call for help: maven-verifier-plugin FTBFS with Java11

2020-05-07 Thread Jerry James
On Thu, May 7, 2020 at 10:16 AM Ben Cotton wrote: > I adopted the maven-verifier-plugin package a while ago because it's a > dependency of a dependency of a package I care about and I didn't want > it to get retired. Now it is time to pay the piper. With the Java 11 > change[1],

Call for help: maven-verifier-plugin FTBFS with Java11

2020-05-07 Thread Ben Cotton
I adopted the maven-verifier-plugin package a while ago because it's a dependency of a dependency of a package I care about and I didn't want it to get retired. Now it is time to pay the piper. With the Java 11 change[1], maven-verifier-plugin fails to build. I know even less about Java than I do