<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:09:45 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[MDSAL-419] mdsal/docs build fails under Java 11 due to JavaDoc error</title>
                <link>https://jira.opendaylight.org/browse/MDSAL-419</link>
                <project id="10137" key="MDSAL">mdsal</project>
                    <description>&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;[INFO] --- maven-javadoc-plugin:3.0.0:jar (attach-javadocs) @ mdsal-docs ---
[ERROR] Error fetching link: /home/vorburger/dev/ODL/git/mdsal/binding/mdsal-binding-test-utils/target/apidocs/package-list. Ignored it.
[INFO] 
1 error
100 warnings

...

[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar (attach-javadocs) on project mdsal-docs: MavenReportException: Error while generating Javadoc: 
[ERROR] Exit code: 1 - javadoc: warning - You have specified the HTML version as HTML 4.01 by using the -html4 option.
[ERROR] The default is currently HTML5 and the support for HTML 4.01 will be removed
[ERROR] in a future release. To suppress this warning, please ensure that any HTML constructs
[ERROR] in your comments are valid in HTML5, and remove the -html4 option.
[ERROR] javadoc: error - Error fetching URL: https://static.javadoc.io/junit/junit/4.11/
[ERROR] /home/vorburger/dev/ODL/git/mdsal/docs/target/src/org/opendaylight/yangtools/yang/binding/InstanceIdentifier.java:35: warning: empty &amp;lt;p&amp;gt; tag
[ERROR]  * &amp;lt;p&amp;gt;
[ERROR]    ^
[ERROR] /home/vorburger/dev/ODL/git/mdsal/docs/target/src/org/opendaylight/mdsal/binding/api/ActionProviderService.java:45: warning: no @param for &amp;lt;O&amp;gt;
[ERROR]         ObjectRegistration&amp;lt;S&amp;gt; registerImplementation(Class&amp;lt;T&amp;gt; actionInterface, S implementation,
...
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="31353">MDSAL-419</key>
            <summary>mdsal/docs build fails under Java 11 due to JavaDoc error</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="rovarga">Robert Varga</assignee>
                                    <reporter username="vorburger">Michael Vorburger</reporter>
                        <labels>
                    </labels>
                <created>Mon, 28 Jan 2019 16:17:09 +0000</created>
                <updated>Mon, 28 Jan 2019 21:54:17 +0000</updated>
                            <resolved>Mon, 28 Jan 2019 21:54:17 +0000</resolved>
                                    <version>3.0.7</version>
                                    <fixVersion>3.0.7</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="66302" author="vorburger" created="Mon, 28 Jan 2019 16:19:20 +0000"  >&lt;p&gt;FTR: This can of course be worked around using &lt;tt&gt;-Dmaven.javadoc.skip=true&lt;/tt&gt; ...&lt;/p&gt;

&lt;p&gt;PS: I&apos;m raising this as a bug because we&apos;re starting to get -1 for strictly Java 11 specific issues, e.g. in &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/79888/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/79888/&lt;/a&gt; ...&lt;/p&gt;</comment>
                            <comment id="66303" author="vorburger" created="Mon, 28 Jan 2019 16:26:57 +0000"  >&lt;p&gt;&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; javadoc: error - Error fetching URL: &lt;a href=&quot;https://static.javadoc.io/junit/junit/4.11/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://static.javadoc.io/junit/junit/4.11/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;indeed on &lt;a href=&quot;https://static.javadoc.io/junit/junit/4.11/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://static.javadoc.io/junit/junit/4.11/&lt;/a&gt; one hits &quot;AccessDeniedAccess Denied&quot; ... perhaps using &lt;a href=&quot;https://junit.org/junit4/javadoc/latest/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://junit.org/junit4/javadoc/latest/&lt;/a&gt; would be better?&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03md3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>