<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:08:59 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>[AAA-228] Revisit aaa-cli-jar</title>
                <link>https://jira.opendaylight.org/browse/AAA-228</link>
                <project id="10102" key="AAA">aaa</project>
                    <description>&lt;p&gt;aaa-cli-jar is shading H2 artifact with explicit package inclusions introduced &lt;a href=&quot;https://git.opendaylight.org/gerrit/c/aaa/+/49276&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;without much of an explanation&lt;/a&gt;. This inclusion list was broken with &lt;a href=&quot;https://jira.opendaylight.org/browse/AAA-221&quot; title=&quot;Upgrade H2 database to 2.1.210&quot; class=&quot;issue-link&quot; data-issue-key=&quot;AAA-221&quot;&gt;&lt;del&gt;AAA-221&lt;/del&gt;&lt;/a&gt;, indicating the solution is not maintainable.&lt;br/&gt;
It is understandable that we want the artifacts to be small, but that has to weighed against them being working without having to devise a completely new test suite.&lt;/p&gt;

&lt;p&gt;Audit current H2 contents for what is being excluded and turn &apos;include&apos; into &apos;exclude&apos; with explicit justifications &amp;#8211; for example we do not need JMX, as the CLI tool does not need it.&lt;/p&gt;</description>
                <environment></environment>
        <key id="36004">AAA-228</key>
            <summary>Revisit aaa-cli-jar</summary>
                <type id="10100" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <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="10000">Done</resolution>
                                        <assignee username="yaroslav.lastivka">Yaroslav Lastivka</assignee>
                                    <reporter username="rovarga">Robert Varga</reporter>
                        <labels>
                            <label>pt</label>
                    </labels>
                <created>Wed, 6 Jul 2022 21:51:29 +0000</created>
                <updated>Tue, 29 Nov 2022 12:07:39 +0000</updated>
                            <resolved>Tue, 29 Nov 2022 12:07:39 +0000</resolved>
                                                    <fixVersion>0.17.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="71701" author="JIRAUSER15510" created="Fri, 25 Nov 2022 11:56:29 +0000"  >&lt;p&gt;All existing packages in org.h2:&lt;/p&gt;

&lt;p&gt;Driver.class&lt;/p&gt;

&lt;p&gt;JdbcDriverBackwardsCompat.class&lt;/p&gt;

&lt;p&gt;api&lt;/p&gt;

&lt;p&gt;bnf&lt;/p&gt;

&lt;p&gt;command&lt;/p&gt;

&lt;p&gt;compress&lt;/p&gt;

&lt;p&gt;constraint&lt;/p&gt;

&lt;p&gt;engine&lt;/p&gt;

&lt;p&gt;expression&lt;/p&gt;

&lt;p&gt;fulltext&lt;/p&gt;

&lt;p&gt;index&lt;/p&gt;

&lt;p&gt;jdbc&lt;/p&gt;

&lt;p&gt;jdbcx&lt;/p&gt;

&lt;p&gt;jmx&lt;/p&gt;

&lt;p&gt;message&lt;/p&gt;

&lt;p&gt;mode&lt;/p&gt;

&lt;p&gt;mvstore&lt;/p&gt;

&lt;p&gt;result&lt;/p&gt;

&lt;p&gt;schema&lt;/p&gt;

&lt;p&gt;security&lt;/p&gt;

&lt;p&gt;server&lt;/p&gt;

&lt;p&gt;store&lt;/p&gt;

&lt;p&gt;table&lt;/p&gt;

&lt;p&gt;tools&lt;/p&gt;

&lt;p&gt;util&lt;/p&gt;

&lt;p&gt;value&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="71702" author="JIRAUSER15510" created="Fri, 25 Nov 2022 11:57:56 +0000"  >&lt;p&gt;Currently Included packages&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;
&amp;lt;includes&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/Driver.&lt;span class=&quot;code-keyword&quot;&gt;class&amp;&lt;/span&gt;amp;lt;/include&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/JdbcDriverBackwardsCompat.&lt;span class=&quot;code-keyword&quot;&gt;class&amp;&lt;/span&gt;amp;lt;/include&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/api/**&amp;lt;/include&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/command/**&amp;lt;/include&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/compress/**&amp;lt;/include&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/constraint/**&amp;lt;/include&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/engine/**&amp;lt;/include&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/expression/**&amp;lt;/include&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/index/**&amp;lt;/include&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/jdbc/**&amp;lt;/include&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/message/**&amp;lt;/include&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/mode/**&amp;lt;/include&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/mvstore/**&amp;lt;/include&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/pagestore/**&amp;lt;/include&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/result/**&amp;lt;/include&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/schema/**&amp;lt;/include&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/security/**&amp;lt;/include&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/store/**&amp;lt;/include&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/table/**&amp;lt;/include&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/upgrade/**&amp;lt;/include&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/util/**&amp;lt;/include&amp;gt;
&#160; &amp;lt;include&amp;gt;org/h2/value/**&amp;lt;/include&amp;gt;
&amp;lt;/includes&amp;gt; &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="71703" author="JIRAUSER15510" created="Fri, 25 Nov 2022 12:11:27 +0000"  >&lt;p&gt;List of excluded packages:&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;
                  &amp;lt;excludes&amp;gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;exclude&amp;gt;org/h2/bnf/**&amp;lt;/exclude&amp;gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;exclude&amp;gt;org/h2/jdbcx/**&amp;lt;/exclude&amp;gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;exclude&amp;gt;org/h2/jmx/**&amp;lt;/exclude&amp;gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;exclude&amp;gt;org/h2/server/**&amp;lt;/exclude&amp;gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;/excludes&amp;gt; &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="71705" author="ivanhrasko" created="Mon, 28 Nov 2022 09:38:54 +0000"  >&lt;p&gt;The excluded packages should be: bnf, fulltext, jdbcx, jmx, server, tools.&lt;/p&gt;</comment>
                    </comments>
                    <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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i042mn:</customfieldvalue>

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