<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:37:15 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>[RELENG-3] Javadocs are not being generated for controller APIs</title>
                <link>https://jira.opendaylight.org/browse/RELENG-3</link>
                <project id="10164" key="RELENG">releng</project>
                    <description>&lt;p&gt;It looks like javadocs are not being generated for the controller. All pointers to the existing latest generated javadocs (&lt;a href=&quot;https://jenkins.opendaylight.org/controller/job/controller-merge/lastSuccessfulBuild/artifact/target/apidocs/index.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/controller/job/controller-merge/lastSuccessfulBuild/artifact/target/apidocs/index.html&lt;/a&gt;) are invalid. &lt;/p&gt;

&lt;p&gt;It would also be good to put the generated javadocs as artefacts into nexus, rather than have them in jenkins.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="19411">RELENG-3</key>
            <summary>Javadocs are not being generated for controller APIs</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="1" iconUrl="https://jira.opendaylight.org/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="zxiiro">Thanh Ha (zxiiro)</assignee>
                                    <reporter username="jmedved@cisco.com">Jan Medved</reporter>
                        <labels>
                    </labels>
                <created>Fri, 16 Jan 2015 19:37:54 +0000</created>
                <updated>Wed, 28 Feb 2018 15:53:25 +0000</updated>
                            <resolved>Tue, 27 Feb 2018 15:42:30 +0000</resolved>
                                    <version>unspecified</version>
                                    <fixVersion>Oxygen</fixVersion>
                                    <component>Autorelease</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>9</watches>
                                                                                                                <comments>
                            <comment id="35175" author="carolsand@gmail.com" created="Tue, 2 Jun 2015 16:51:30 +0000"  >&lt;p&gt;Generated, stored in nexus but not html form.&lt;/p&gt;

&lt;p&gt;this should be fixed in releng builder in odlparent.&lt;/p&gt;</comment>
                            <comment id="35176" author="jsmoeller@linuxfoundation.org" created="Tue, 2 Jun 2015 19:34:55 +0000"  >&lt;p&gt;Just my 0,02$:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Each release and master should have hosted folder where the javadocs + yang +&lt;br/&gt;
  other APIs are documented and can be linked to from the wiki.&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;The folder structure needs to be static to keep links intact. Still the doc&lt;br/&gt;
  should be autogenerated/published by jenkins from the respective branches.&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;The links should be short if possible.&lt;br/&gt;
  Example from our collab project family (already quite long, but intuitive):&lt;br/&gt;
  &lt;a href=&quot;http://www.yoctoproject.org/docs/1.8/dev-manual/dev-manual.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.yoctoproject.org/docs/1.8/dev-manual/dev-manual.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Can we implement that ? I&apos;d volunteer to fix the wiki links once we have this up.&lt;/p&gt;</comment>
                            <comment id="35177" author="tony.tkacik@gmail.com" created="Wed, 3 Jun 2015 07:53:15 +0000"  >&lt;p&gt;I would disaggree to keep folder structure intact - I would rather prefere to have maven sites working and publish them with javadocs, rather then making folder-structure our API contract because of Jenkins links.&lt;/p&gt;</comment>
                            <comment id="35178" author="agrimberg" created="Wed, 3 Jun 2015 13:28:29 +0000"  >&lt;p&gt;Maven sites &lt;em&gt;are&lt;/em&gt; configured to be available in Nexus and Jenkins, nobody is taking advantage of them. All projects have rights to publish maven sites to Nexus under the sites/${groupID}/ namespace for their project using a maven serverID of opendaylight-site.&lt;/p&gt;

&lt;p&gt;I would recommend that each &lt;em&gt;version&lt;/em&gt; of a project publish to a sites/${groupID}/${version}/ so that things don&apos;t get stomped on since a maven site deploy overwrites anything at the root level it&apos;s deploying to, or possibly sites/${groupID}/${release_codename}/${version}/&lt;/p&gt;</comment>
                            <comment id="35179" author="jsmoeller@linuxfoundation.org" created="Wed, 3 Jun 2015 13:59:22 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/21776/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/21776/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;fixes mvn site for the controller ... will try in the others.&lt;/p&gt;

&lt;p&gt;@Tony: Links are not working for me in target/site/index.html (wrong folder in links). Is that what you mean?&lt;/p&gt;</comment>
                            <comment id="35180" author="jsmoeller@linuxfoundation.org" created="Fri, 4 Sep 2015 14:43:49 +0000"  >&lt;p&gt;Reopening.&lt;/p&gt;

&lt;p&gt;I disagree as there is no solution to this problem, yet.&lt;/p&gt;

&lt;p&gt;There is no browsable version of the mvn sites available that includes the javadoc et al.&lt;/p&gt;</comment>
                            <comment id="35181" author="vorburger" created="Tue, 28 Feb 2017 20:51:04 +0000"  >&lt;p&gt;NB: New &lt;a href=&quot;https://jira.opendaylight.org/browse/DOCS-33&quot; title=&quot;javadoc.opendaylight.org&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-33&quot;&gt;&lt;del&gt;DOCS-33&lt;/del&gt;&lt;/a&gt; ..&lt;/p&gt;</comment>
                            <comment id="61283" author="zxiiro" created="Tue, 27 Feb 2018 15:40:59 +0000"  >&lt;p&gt;I think this is resolved now at least I see javadoc here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://javadocs.opendaylight.org/org.opendaylight.controller/oxygen/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://javadocs.opendaylight.org/org.opendaylight.controller/oxygen/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feel free to reopen if anyone feels there&apos;s additional action to take here.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="19909">DOCS-33</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="19450">RELENG-42</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22193">ODLPARENT-70</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="25899">CONTROLLER-1345</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="25901">CONTROLLER-1347</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2602</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=2602]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10305"><![CDATA[Improvement]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01ly7:</customfieldvalue>

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