<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:09:21 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>[ARCH-4] Issues on the &quot;Developing Apps on the OpenDaylight controller&quot; Page</title>
                <link>https://jira.opendaylight.org/browse/ARCH-4</link>
                <project id="10201" key="ARCH">archetypes</project>
                    <description>&lt;p&gt;version: Sodium&lt;br/&gt;
 page: developer-guide/developing-apps-on-the-opendaylight-controller&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;When following steps of &quot;Building an example module&quot;, step 4 is the instruction &quot;mvn clean install&quot;. Upon running this, the attached file &quot;example_error.txt&quot; shows that there is a failure. The attachment &quot;missing_repositories.txt&quot; shows the files that were not downloaded into the ~/.m2/repositories/ folder.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Secondly, when this process has worked in the past, the odl-mdsal-apidocs feature is not installed, so step 1 of &quot;Using the API Explorer through HTTP&quot; cannot work.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Ubuntu 18.04.3 LTS (GNU/Linux 5.0.0-37-generic x86_64)&lt;/p&gt;

&lt;p&gt;Apache Maven 3.6.0&lt;/p&gt;

&lt;p&gt;Java version: 1.8.0_231, vendor: Oracle Corporation, runtime: /opt/jdk/jdk1.8.0_231/jre&lt;/p&gt;</environment>
        <key id="32407">ARCH-4</key>
            <summary>Issues on the &quot;Developing Apps on the OpenDaylight controller&quot; Page</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.opendaylight.org/images/icons/priorities/critical.svg">High</priority>
                        <status id="10000" iconUrl="https://jira.opendaylight.org/" description="">To Do</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="jluhrsen">Jamo Luhrsen</assignee>
                                    <reporter username="jahveen">Jahveen Davis</reporter>
                        <labels>
                    </labels>
                <created>Mon, 10 Feb 2020 12:33:21 +0000</created>
                <updated>Fri, 3 Apr 2020 22:29:11 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="67830" author="JIRAUSER12902" created="Tue, 11 Feb 2020 13:34:58 +0000"  >&lt;p&gt;I was able to get around the original issue by updating the pom.xml file and making the following change in order to resolve a &quot;HTTPS Required&quot; error detailed in &quot;&lt;a href=&quot;https://www.mail-archive.com/search?l=infrastructure@lists.opendaylight.org&amp;amp;q=subject:%22Re%5C%3A+%5C%5BOpenDaylight+Infrastructure%5C%5D+SFT+et+al.+failing+across+the+board%22&amp;amp;o=newest&amp;amp;f=1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.mail-archive.com/search?l=infrastructure@lists.opendaylight.org&amp;amp;q=subject:%22Re%5C%3A+%5C%5BOpenDaylight+Infrastructure%5C%5D+SFT+et+al.+failing+across+the+board%22&amp;amp;o=newest&amp;amp;f=1&lt;/a&gt;&quot;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt; &amp;lt;parent&amp;gt;&lt;br/&gt;
 &amp;lt;groupId&amp;gt;org.opendaylight.odlparent&amp;lt;/groupId&amp;gt;&lt;br/&gt;
 &amp;lt;artifactId&amp;gt;single-feature-parent&amp;lt;/artifactId&amp;gt;&lt;br/&gt;
 &amp;lt;version&amp;gt;5.0.2&amp;lt;/version&amp;gt;&lt;br/&gt;
 &amp;lt;relativePath/&amp;gt;&lt;br/&gt;
 &amp;lt;/parent&amp;gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;to&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt; &amp;lt;parent&amp;gt;&lt;br/&gt;
 &amp;lt;groupId&amp;gt;org.opendaylight.odlparent&amp;lt;/groupId&amp;gt;&lt;br/&gt;
 &amp;lt;artifactId&amp;gt;single-feature-parent&amp;lt;/artifactId&amp;gt;&lt;br/&gt;
 &amp;lt;version&amp;gt;5.0.5&amp;lt;/version&amp;gt;&lt;br/&gt;
 &amp;lt;relativePath/&amp;gt;&lt;br/&gt;
 &amp;lt;/parent&amp;gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;However, doing the same change in other feature folders did not fully resolve the issue, since changing the version has far-reaching implications that I cannot resolve with this change alone.&lt;/p&gt;</comment>
                            <comment id="67889" author="JIRAUSER12902" created="Tue, 25 Feb 2020 14:40:45 +0000"  >&lt;p&gt;any update on this issue?&lt;/p&gt;</comment>
                            <comment id="68006" author="chdbaugher" created="Thu, 2 Apr 2020 23:15:46 +0000"  >&lt;p&gt;This looks more like an error to the software, not necessarily the documentation&lt;/p&gt;</comment>
                            <comment id="68008" author="jluhrsen" created="Fri, 3 Apr 2020 22:28:33 +0000"  >&lt;p&gt;I tried to reproduce this by following the guide, but my build was successful. I attached my console log during that&lt;br/&gt;
process. Is there anything different you can tell that I am doing? Can you check again if you have the same problem?&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="15628" name="archetype_build_success.txt" size="210922" author="jluhrsen" created="Fri, 3 Apr 2020 22:27:44 +0000"/>
                            <attachment id="15601" name="example_error.txt" size="588110" author="jahveen" created="Mon, 10 Feb 2020 12:32:00 +0000"/>
                            <attachment id="15600" name="missing_repositories.txt" size="1145" author="jahveen" created="Mon, 10 Feb 2020 12:03:53 +0000"/>
                    </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|i03r0v:</customfieldvalue>

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