Hi

I have created a ticket
https://issues.apache.org/jira/browse/CAMEL-15946

There is a few commits on the way that fixes some part of this. The
generated source code for default values need to take into account
HTML escaping.


On Mon, Dec 14, 2020 at 4:14 PM Claus Ibsen <claus.ib...@gmail.com> wrote:
>
> Hi
>
> I also see this kind of error when building with JDK11. Probably with
> more sub errors because javadoc is more stricter on JDK11 (eg no
> @return is a failure, etc.).
>
> The endpoint DSL is source code generated, and it seems that javadoc
> parser fails such as > should be escaped. That is not really the case
> before.
> I suggest to turn of javadoc for this module. Its really only java doc
> for camel-api that is the most important. And to some extend
> camel-support.
>
>
>
>
> On Mon, Dec 14, 2020 at 4:00 PM Gregor Zurowski
> <gre...@list.zurowski.org> wrote:
> >
> > Hi Everyone:
> >
> > I am getting the following error when building Javadoc for DSL Endpoint:
> >
> > ===
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc
> > (default-cli) on project camel-endpointdsl: An error has occurred in
> > Javadoc report generation:
> > [ERROR] Exit code: 1 - javadoc: warning - Multiple sources of package
> > comments found for package "javax.annotation"
> > ===
> >
> > I am using OpenJDK 1.8.0_275.
> >
> > Has anybody seen this issue before?
> >
> > Thanks in advance,
> > Gregor
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to