I think a lot of folks are going to have issues with this warning which was 
simply hard-coded in the build and I presume was left over from the changes to 
remove deprecated code.  I was looking at it couple weeks ago and saw it was 
not reported yet but wasn't sure how it was occurring, when I looked yesterday 
before this started floating around, I saw it fixed on master.  That said, I 
think Javadoc really needs to progress for a release shortly here.  Is the 
plugin ready for a release or waiting on other stuff?


-----Original Message-----
From: Gary Gregory <garydgreg...@gmail.com> 
Sent: Saturday, August 30, 2025 1:06 PM
To: Maven Users List <users@maven.apache.org>
Subject: Re: Javadoc plugin

Ah, thank you for the link. Waiting for 3.11.4 to fix the regression then.

Gary

On Fri, Aug 29, 2025, 18:00 Elliotte Rusty Harold <elh...@ibiblio.org>
wrote:

> I haven't analyzed your failure in detail, but this smells like 
> another instance of
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithu
> b.com%2Fapache%2Fmaven-javadoc-plugin%2Fissues%2F1241&data=05%7C02%7C%7C51fc56384f2442947a8f08dde7e7e2f3%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638921705306651691%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=JSmPWTsvOLos%2FTFiYU9h4EZGXhf6mvM9AucRvCxr5oQ%3D&reserved=0
>  which is fixed at HEAD.
>
> On Fri, Aug 29, 2025 at 8:30 PM Gary D. Gregory <ggreg...@apache.org>
> wrote:
> >
> > Hi All,
> >
> > A MalformedInputException started happening today when we updated 
> > our
> parent pom in Command Lang which includes updating the Javadoc plugin 
> from
> 3.11.2 to 3.11.3. Do you think this failure is related to
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fstack
> overflow.com%2Fquestions%2F53449049%2Fmaven-javadoc-plugin-error-javad
> oc-error-cannot-read-input-length-1-with-no&data=05%7C02%7C%7C51fc5638
> 4f2442947a8f08dde7e7e2f3%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C
> 638921705306680291%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlY
> iOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%
> 7C%7C%7C&sdata=2YkH44JN4Nu5xCJvueR1I3oG6J4KingHohcMZwvjGLQ%3D&reserved
> =0
> and
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithu
> b.com%2Fapache%2Fmaven-javadoc-plugin%2Fblob%2F3dcf135299950db9541f7da
> 671bec1a84c5cef49%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fmaven%2Fplugins
> %2Fjavadoc%2FAbstractJavadocMojo.java%23L4373&data=05%7C02%7C%7C51fc56
> 384f2442947a8f08dde7e7e2f3%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%
> 7C638921705306695713%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsI
> lYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C
> 0%7C%7C%7C&sdata=ja0zdheOW%2Fh%2Bj%2FiWv4Hf7SRePDHeqSvaRx8ugqGC2Io%3D&
> reserved=0
> ?
> >
> > <...>
> > Caused by: java.nio.charset.MalformedInputException: Input length = 1
> >     at java.nio.charset.CoderResult.throwException (CoderResult.java:281)
> >     at sun.nio.cs.StreamDecoder.implRead (StreamDecoder.java:339)
> >     at sun.nio.cs.StreamDecoder.read (StreamDecoder.java:178)
> >     at java.io.InputStreamReader.read (InputStreamReader.java:184)
> >     at java.io.BufferedReader.fill (BufferedReader.java:161)
> >     at java.io.BufferedReader.readLine (BufferedReader.java:324)
> >     at java.io.BufferedReader.readLine (BufferedReader.java:389)
> >     at java.io.BufferedReader$1.hasNext (BufferedReader.java:571)
> >     at java.util.Iterator.forEachRemaining (Iterator.java:115)
> >     at java.util.Spliterators$IteratorSpliterator.forEachRemaining
> (Spliterators.java:1801)
> >     at java.util.stream.AbstractPipeline.copyInto
> (AbstractPipeline.java:482)
> >     at java.util.stream.AbstractPipeline.wrapAndCopyInto
> (AbstractPipeline.java:472)
> >     at java.util.stream.ReduceOps$ReduceOp.evaluateSequential
> (ReduceOps.java:708)
> >     at java.util.stream.AbstractPipeline.evaluate
> (AbstractPipeline.java:234)
> >     at java.util.stream.ReferencePipeline.collect
> (ReferencePipeline.java:566)
> >     at 
> > org.apache.maven.plugins.javadoc.AbstractJavadocMojo.isUpToDate
> (AbstractJavadocMojo.java:5010)
> >
> > From:
> >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithu
> b.com%2Fapache%2Fcommons-lang%2Factions%2Fruns%2F17325932362%2Fjob%2F4
> 9213011492&data=05%7C02%7C%7C51fc56384f2442947a8f08dde7e7e2f3%7C84df9e
> 7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638921705306710562%7CUnknown%7CTW
> FpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIs
> IkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=liEfiUiyt60q8i%2Bq
> Ma%2FuQLtttgippTw3feW%2FdVKjAT8%3D&reserved=0
> >
> > The output for the above is copied to
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgist.
> github.com%2Fgarydgregory%2F1652fd57c1481b6090c48a8229e8cc65&data=05%7
> C02%7C%7C51fc56384f2442947a8f08dde7e7e2f3%7C84df9e7fe9f640afb435aaaaaa
> aaaaaa%7C1%7C0%7C638921705306725119%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU
> 1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldU
> IjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=%2B3kXjK2x7qt%2B1WE2j5E6QrWKt19drVrPuv
> xBuBAy9eQ%3D&reserved=0
> >
> > TY,
> > Gary
> >
> > --------------------------------------------------------------------
> > - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > For additional commands, e-mail: users-h...@maven.apache.org
> >
>
>
> --
> Elliotte Rusty Harold
> elh...@ibiblio.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to