<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:08:55 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-185] Java binding v1: Invalid file/directory names for Windows in JAR</title>
                <link>https://jira.opendaylight.org/browse/MDSAL-185</link>
                <project id="10137" key="MDSAL">mdsal</project>
                    <description>&lt;p&gt;Some innocuous identifiers can lead to maven-bundle-plugin refusing to create the final jar file.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;container con {&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;Leads to:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; Bundle &amp;lt;...&amp;gt; : Invalid file/directory names for Windows in JAR: &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;...&amp;gt;&amp;#93;&lt;/span&gt;. You can set the regular expression used with -invalidfilenames, the default expression is CON(\..&lt;ins&gt;)?|PRN(\..&lt;/ins&gt;)?|AUX(\..&lt;ins&gt;)?|CLOCK\$|NUL(\..&lt;/ins&gt;)?|COM&lt;span class=&quot;error&quot;&gt;&amp;#91;1-9&amp;#93;&lt;/span&gt;(\..&lt;ins&gt;)?|LPT&lt;span class=&quot;error&quot;&gt;&amp;#91;1-9&amp;#93;&lt;/span&gt;(\..&lt;/ins&gt;)?|\$Mft|\$MftMirr|\$LogFile|\$Volume|\$AttrDef|\$Bitmap|\$Boot|\$BadClus|\$Secure|\$Upcase|\$Extend|\$Quota|\$ObjId|\$Reparse&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; Error(s) found in bundle configuration&lt;/p&gt;


&lt;p&gt;It should be possible to use a less restrictive pattern (after verifying it on Windows).&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="27007">MDSAL-185</key>
            <summary>Java binding v1: Invalid file/directory names for Windows in JAR</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <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="10001">Won&apos;t Do</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="vrpolak">Vratko Polak</reporter>
                        <labels>
                    </labels>
                <created>Thu, 7 Jul 2016 13:28:28 +0000</created>
                <updated>Fri, 9 Mar 2018 18:00:16 +0000</updated>
                            <resolved>Fri, 10 Mar 2017 11:56:47 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="54372" author="vrpolak" created="Thu, 7 Jul 2016 13:37:54 +0000"  >&lt;p&gt;Complete example module: &lt;a href=&quot;https://git.opendaylight.org/gerrit/41483&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/41483&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="54373" author="vrpolak" created="Thu, 7 Jul 2016 14:01:20 +0000"  >&lt;p&gt;A less obvious example: &lt;a href=&quot;https://git.opendaylight.org/gerrit/41485&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/41485&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;  container in-con-troll {&lt;br/&gt;
    container foo &lt;/p&gt;
{
      presence &quot;bar&quot;;
    }
&lt;p&gt;  }&lt;/p&gt;

&lt;p&gt;Foo gets compiled into (...)/in/con/troll/Foo.class which contains the prohibited &quot;con&quot;.&lt;/p&gt;</comment>
                            <comment id="54374" author="martin.ciglan" created="Thu, 7 Jul 2016 14:16:28 +0000"  >&lt;p&gt;looks like OSGi limitation:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://bnd.bndtools.org/instructions/invalidfilenames.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://bnd.bndtools.org/instructions/invalidfilenames.html&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="54375" author="rovarga" created="Mon, 17 Oct 2016 09:24:04 +0000"  >&lt;p&gt;Actually, this is a Windows limitation, where it resolves some names to devices &amp;#8211; irrespective in which context that name is used.&lt;/p&gt;</comment>
                            <comment id="54376" author="martin.ciglan" created="Tue, 21 Feb 2017 09:01:51 +0000"  >&lt;p&gt;&lt;a href=&quot;https://ionicflux.wordpress.com/2006/09/02/windows-reserved-words/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://ionicflux.wordpress.com/2006/09/02/windows-reserved-words/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="54377" author="jatoth@cisco.com" created="Tue, 21 Feb 2017 09:07:10 +0000"  >&lt;p&gt;CON, PRN, AUX, CLOCK$, NUL, COM0, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT0, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9&lt;/p&gt;</comment>
                            <comment id="54378" author="martin.ciglan" created="Tue, 21 Feb 2017 09:10:28 +0000"  >&lt;p&gt;this is a simple addition to existing patch in Binding spec v2&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/52007/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/52007/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;so let&apos;s fix it in new bug and leave this one connected to v1 as it was&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="27055">MDSAL-233</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="26862">MDSAL-40</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>6172</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=6172]]></customfieldvalue>

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

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

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