<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:58:29 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>[DOCS-33] javadoc.opendaylight.org</title>
                <link>https://jira.opendaylight.org/browse/DOCS-33</link>
                <project id="10121" key="DOCS">docs</project>
                    <description>&lt;p&gt;based on discussions rovarga, zxiiro and I just had on IRC:&lt;/p&gt;

&lt;p&gt;we want a simple statically hosted &lt;a href=&quot;http://javadocs.opendaylight.org&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://javadocs.opendaylight.org&lt;/a&gt; kind of site.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/browse/ODLPARENT-70&quot; title=&quot;New odlparent Maven Profile / Parent / whatever-it-takes to be able to build a JavaDoc site&quot; class=&quot;issue-link&quot; data-issue-key=&quot;ODLPARENT-70&quot;&gt;&lt;del&gt;ODLPARENT-70&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.opendaylight.org/browse/RELENG-42&quot; title=&quot;Produce JavaDoc site for entire release&quot; class=&quot;issue-link&quot; data-issue-key=&quot;RELENG-42&quot;&gt;RELENG-42&lt;/a&gt; (and maybe others, see Depends on) are pre-reqs for this end goal.&lt;/p&gt;

&lt;p&gt;This MAY go through a (new?) ODL intermediate git repo, to be served by readthedocs.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="19909">DOCS-33</key>
            <summary>javadoc.opendaylight.org</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="vorburger">Michael Vorburger</reporter>
                        <labels>
                    </labels>
                <created>Tue, 28 Feb 2017 20:50:01 +0000</created>
                <updated>Wed, 28 Feb 2018 15:56:05 +0000</updated>
                            <resolved>Tue, 28 Nov 2017 15:21:47 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>Developer Guide</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="36080" author="zxiiro" created="Sat, 14 Oct 2017 16:27:53 +0000"  >&lt;p&gt;We can use URL rewriting here to map &lt;a href=&quot;http://javadoc.opendaylight.org/PROJECT_SHORTNAME&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://javadoc.opendaylight.org/PROJECT_SHORTNAME&lt;/a&gt; to &lt;a href=&quot;https://nexus.opendaylight.org/content/repositories/javadoc/org.opendaylight.PROJECT_SHORTNAME&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://nexus.opendaylight.org/content/repositories/javadoc/org.opendaylight.PROJECT_SHORTNAME&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;One thing we need to consider is how to handle subprojects like honeycomb/vbd&lt;/p&gt;

&lt;p&gt;will the shortname for vbd be honeycomb.vbd?&lt;/p&gt;

&lt;p&gt;I opened &lt;a href=&quot;https://jira.linuxfoundation.org/browse/RELENG-578&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jira.linuxfoundation.org/browse/RELENG-578&lt;/a&gt; internally to get this done.&lt;/p&gt;</comment>
                            <comment id="36081" author="vorburger" created="Mon, 16 Oct 2017 12:39:34 +0000"  >&lt;p&gt;&amp;gt; We can use URL rewriting here to map &lt;/p&gt;

&lt;p&gt;when you say &quot;URL rewriting&quot;, does that mean (a) &quot;internal&quot; as in you would have an Apache/Nginx/whatever front-end on javadoc.opendaylight.org,  or (b) &quot;external&quot; as in a HTTP 3xx Redirect?  &lt;/p&gt;

&lt;p&gt;Am asking because the requirement that I had in mind but on re-reading this realize perhaps was not spelt out clearly enough above is that such a new javadoc.opendaylight.org site really should be crawlable by Gogole &amp;amp; friends&apos; robots (which nexus.opendaylight.org is not) ... perhaps you could, eventually, even register it on &lt;a href=&quot;https://www.google.com/webmasters/tools&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.google.com/webmasters/tools&lt;/a&gt; ?&lt;/p&gt;

&lt;p&gt;&amp;gt; One thing we need to consider is how to handle subprojects like honeycomb/vbd&lt;br/&gt;
&amp;gt; will the shortname for vbd be honeycomb.vbd?&lt;/p&gt;

&lt;p&gt;I think that would be just fine.&lt;/p&gt;

&lt;p&gt;&amp;gt; opened RELENG-578&lt;/p&gt;

&lt;p&gt;Tx! Watching that...&lt;/p&gt;</comment>
                            <comment id="60007" author="zxiiro" created="Thu, 9 Nov 2017 15:22:07 +0000"  >&lt;p&gt;This is complete and &lt;a href=&quot;https://javadocs.opendaylight.org&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://javadocs.opendaylight.org&lt;/a&gt; now exists. It can be used in 2 ways:&lt;/p&gt;

&lt;p&gt;1. via &lt;a href=&quot;https://javadocs.opendaylight.org/PROJECT_SHORTNAME&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://javadocs.opendaylight.org/PROJECT_SHORTNAME&lt;/a&gt;&lt;br/&gt;
2. via &lt;a href=&quot;https://javadocs.opendaylight.org/FQDN&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://javadocs.opendaylight.org/FQDN&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;eg:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://javadocs.opendaylight.org/controller&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://javadocs.opendaylight.org/controller&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://javadocs.opendaylight.org/org.opendaylight.controller&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://javadocs.opendaylight.org/org.opendaylight.controller&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="19921">DOCS-45</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="19411">RELENG-3</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22231">ODLPARENT-108</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22247">ODLPARENT-124</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="19450">RELENG-42</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22193">ODLPARENT-70</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="19470">RELENG-62</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>7874</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=7874]]></customfieldvalue>

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

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

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