<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:28:01 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>[ODLPARENT-250] SFT is failing without internet access</title>
                <link>https://jira.opendaylight.org/browse/ODLPARENT-250</link>
                <project id="10149" key="ODLPARENT">odlparent</project>
                    <description>&lt;p&gt;When running SFT in environment without direct access to internet, it fails with error (from surefire-reports output, full log is attached):&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
Connect to repo1.maven.org:443 [repo1.maven.org/151.101.204.209] failed: connect timed out
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;We have settings.xml with &amp;lt;mirrors&amp;gt; section that is pointing to local Nexus server and this is working fine for maven itself (all plugins/dependencies are correctly downloaded during build). However pax is not respecting that setting and try to connect directly to maven central to fetch some of its dependencies.&lt;/p&gt;

&lt;p&gt;If that matters, maven is invoked using these arguments:&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
mvn clean install \
-Dmaven.repo.local=&lt;span class=&quot;code-quote&quot;&gt;&quot;${WORKSPACE}/.repository&quot;&lt;/span&gt; \
-Dorg.ops4j.pax.url.mvn.localRepository=&lt;span class=&quot;code-quote&quot;&gt;&quot;${WORKSPACE}/.repository&quot;&lt;/span&gt;
&#160;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Apache Maven 3.6.3&lt;/p&gt;

&lt;p&gt;OpenJDK 11.0.9.1 (Ubuntu)&lt;/p&gt;

&lt;p&gt;No internet access, local Nexus proxy configured as &amp;lt;mirrorOf&amp;gt;*&amp;lt;/mirrorOf&amp;gt;&lt;/p&gt;</environment>
        <key id="33775">ODLPARENT-250</key>
            <summary>SFT is failing without internet access</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.opendaylight.org/images/icons/priorities/minor.svg">Low</priority>
                        <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="-1">Unresolved</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="rkosegi">Richard Kosegi</reporter>
                        <labels>
                    </labels>
                <created>Thu, 4 Feb 2021 09:49:23 +0000</created>
                <updated>Fri, 5 Feb 2021 10:19:42 +0000</updated>
                                            <version>8.1.0</version>
                                                    <component>SFT</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="68951" author="rkosegi" created="Fri, 5 Feb 2021 10:14:38 +0000"  >&lt;p&gt;By applying this patch I&apos;m able to workaround problem:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
diff --git a/features-test/pom.xml b/features-test/pom.xml
index 74a1b6af..9c938353 100644
--- a/features-test/pom.xml
+++ b/features-test/pom.xml
@@ -39,6 +39,18 @@
&#160; &#160; &#160; &#160; &#160; &#160; &#160;&amp;lt;artifactId&amp;gt;pax-exam&amp;lt;/artifactId&amp;gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160;&amp;lt;scope&amp;gt;compile&amp;lt;/scope&amp;gt;
&#160; &#160; &#160; &#160; &#160;&amp;lt;/dependency&amp;gt;
+ &#160; &#160; &#160; &#160;&amp;lt;dependency&amp;gt;
+ &#160; &#160; &#160; &#160; &#160; &#160;&amp;lt;groupId&amp;gt;org.ops4j.pax.tipi&amp;lt;/groupId&amp;gt;
+ &#160; &#160; &#160; &#160; &#160; &#160;&amp;lt;artifactId&amp;gt;org.ops4j.pax.tipi.hamcrest.core&amp;lt;/artifactId&amp;gt;
+ &#160; &#160; &#160; &#160; &#160; &#160;&amp;lt;version&amp;gt;1.3.0.1&amp;lt;/version&amp;gt;
+ &#160; &#160; &#160; &#160; &#160; &#160;&amp;lt;scope&amp;gt;compile&amp;lt;/scope&amp;gt;
+ &#160; &#160; &#160; &#160;&amp;lt;/dependency&amp;gt;
+ &#160; &#160; &#160; &#160;&amp;lt;dependency&amp;gt;
+ &#160; &#160; &#160; &#160; &#160; &#160;&amp;lt;groupId&amp;gt;org.ops4j.pax.tipi&amp;lt;/groupId&amp;gt;
+ &#160; &#160; &#160; &#160; &#160; &#160;&amp;lt;artifactId&amp;gt;org.ops4j.pax.tipi.junit&amp;lt;/artifactId&amp;gt;
+ &#160; &#160; &#160; &#160; &#160; &#160;&amp;lt;version&amp;gt;4.12.0.1&amp;lt;/version&amp;gt;
+ &#160; &#160; &#160; &#160; &#160; &#160;&amp;lt;scope&amp;gt;compile&amp;lt;/scope&amp;gt;
+ &#160; &#160; &#160; &#160;&amp;lt;/dependency&amp;gt;
&#160; &#160; &#160; &#160; &#160;&amp;lt;dependency&amp;gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160;&amp;lt;groupId&amp;gt;org.ops4j.pax.url&amp;lt;/groupId&amp;gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;However I would like to know if SFT is able to operate in isolated environment like is mentioned in ticket description as this is considered as security problem in corporate deployments.&lt;/p&gt;</comment>
                            <comment id="68952" author="rkosegi" created="Fri, 5 Feb 2021 10:18:10 +0000"  >&lt;p&gt;Apparently this is not a first time where these 2 jars are causing problem see here &lt;a href=&quot;https://git.opendaylight.org/gerrit/c/controller/+/73118&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/c/controller/+/73118&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="68953" author="rkosegi" created="Fri, 5 Feb 2021 10:19:42 +0000"  >&lt;p&gt;Lowering priority as workaround exists&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="16009" name="sft.log" size="17105" author="rkosegi" created="Thu, 4 Feb 2021 09:49:58 +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|i03wyn:</customfieldvalue>

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