Skip to content

Conversation

@martinhrvn
Copy link
Contributor

Java 8 has stricter javadoc checking (it cannot have

 nested in , no '<' and '>' characters in javadoc and some stricter checking on @param names)

@germanattanasio
Copy link
Contributor

Hi @kane77, thanks for the fix. I was using a property to disable the strict javadoc checking from java 8:

<profile>
    <id>java8-disable-strict-javadoc</id>
    <activation>
        <jdk>[1.8,)</jdk>
    </activation>
    <properties>
        <javadoc.doclint.none>-Xdoclint:none</javadoc.doclint.none>
    </properties>
</profile>

Did you try to generate the javadoc without that property in the pom?

germanattanasio added a commit that referenced this pull request Jun 18, 2015
Fixing javadoc for Java 8
@germanattanasio germanattanasio merged commit f54726f into watson-developer-cloud:master Jun 18, 2015
@martinhrvn
Copy link
Contributor Author

Hi German,
after my change the generation of javadoc succeeds without the property in pom, as well as with gradle.
I guess the property could be removed from the pom.
Cheers, Martin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants