<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:56:23 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>[YANGTOOLS-1521] Migrate to JUnit5</title>
                <link>https://jira.opendaylight.org/browse/YANGTOOLS-1521</link>
                <project id="10188" key="YANGTOOLS">yangtools</project>
                    <description>&lt;p&gt;The following artifacts contain references to JUnit4:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;codec/yang-data-codec-binfmt
codec/yang-data-codec-gson
codec/yang-data-codec-xml
common/util
data/yang-data-impl
data/yang-data-tree-ri
data/yang-data-tree-spi
parser/odlext-parser-support
parser/rfc6241-parser-support
parser/rfc6536-parser-support
parser/rfc6643-parser-support
parser/rfc7952-parser-support
parser/rfc8040-parser-support
parser/rfc8528-parser-support
parser/rfc8639-parser-support
parser/yang-parser-impl
parser/yang-parser-spi
plugin/yang-maven-plugin-it
yang/yang-repo-spi

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Migrate them to JUnit5. This includes cleaning up things like assertThat(instanceOf()), assertTrue(foo instanceof x) to use assertInstanceOf(), etc.&lt;/p&gt;</description>
                <environment></environment>
        <key id="37033">YANGTOOLS-1521</key>
            <summary>Migrate to JUnit5</summary>
                <type id="10101" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10318&amp;avatarType=issuetype">Task</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="rovarga">Robert Varga</assignee>
                                    <reporter username="rovarga">Robert Varga</reporter>
                        <labels>
                            <label>pt</label>
                    </labels>
                <created>Tue, 4 Jul 2023 11:07:04 +0000</created>
                <updated>Wed, 18 Oct 2023 16:32:58 +0000</updated>
                            <resolved>Wed, 18 Oct 2023 16:32:58 +0000</resolved>
                                                    <fixVersion>12.0.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="72401" author="JIRAUSER15507" created="Tue, 11 Jul 2023 12:49:46 +0000"  >&lt;p&gt;This is the plugin setup I was using for the refactoring, letting it live here for future references.&lt;/p&gt;

&lt;p&gt;&#160; &#160; &amp;lt;build&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &amp;lt;plugins&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;plugin&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;groupId&amp;gt;org.openrewrite.maven&amp;lt;/groupId&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;artifactId&amp;gt;rewrite-maven-plugin&amp;lt;/artifactId&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;version&amp;gt;5.2.6&amp;lt;/version&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;configuration&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;activeRecipes&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;recipe&amp;gt;org.openrewrite.java.testing.hamcrest.HamcrestMatcherToJUnit5&amp;lt;/recipe&amp;gt; &amp;lt;!-- my new recipe --&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;recipe&amp;gt;org.openrewrite.java.testing.hamcrest.AssertThatBooleanToJUnit5&amp;lt;/recipe&amp;gt; &amp;lt;!-- my new recipe --&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;recipe&amp;gt;org.openrewrite.java.testing.junit5.MigrateJUnitTestCase&amp;lt;/recipe&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;recipe&amp;gt;org.openrewrite.java.testing.junit5.AssertToAssertions&amp;lt;/recipe&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;recipe&amp;gt;org.openrewrite.java.testing.junit5.UpdateTestAnnotation&amp;lt;/recipe&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;recipe&amp;gt;org.openrewrite.java.testing.junit5.UpdateBeforeAfterAnnotations&amp;lt;/recipe&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;recipe&amp;gt;org.openrewrite.java.testing.junit5.RemoveObsoleteRunners&amp;lt;/recipe&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;recipe&amp;gt;org.openrewrite.java.testing.junit5.RunnerToExtension&amp;lt;/recipe&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;recipe&amp;gt;org.openrewrite.java.testing.junit5.AssertTrueInstanceofToAssertInstanceOf&amp;lt;/recipe&amp;gt; &amp;lt;!-- my new recipe, merged meanwhile--&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;/activeRecipes&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;/configuration&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;dependencies&amp;gt; &#160; &amp;lt;!-- This part is necessary, as we need to use local maven repo when working with custom forked openrewrite project --&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;dependency&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;groupId&amp;gt;org.openrewrite.recipe&amp;lt;/groupId&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;artifactId&amp;gt;rewrite-testing-frameworks&amp;lt;/artifactId&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;version&amp;gt;0.1.0-SNAPSHOT&amp;lt;/version&amp;gt; &amp;lt;!-- version yielded by ./gradlew publishToMavenLocal --&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;/dependency&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;/dependencies&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &amp;lt;/plugin&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; &amp;lt;/plugins&amp;gt;&lt;br/&gt;
&#160; &#160; &amp;lt;/build&amp;gt;&lt;/p&gt;

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

&lt;p&gt;I did not use org.openrewrite.java.testing.junit5.JUnit5BestPracticesRecipe nor JUnit4to5Migration as it produced an invalid code with a ton of checkstyle errors.&lt;br/&gt;
With having this plugin setup in module&apos;s pom.xml, we can simply run `mvn rewrite:run`, which will trigger the refactoring process.&lt;/p&gt;</comment>
                            <comment id="72511" author="JIRAUSER15507" created="Wed, 30 Aug 2023 10:49:43 +0000"  >&lt;p&gt;In case anyone will continue with this, the aforementioned recipes have not been merged yet, so here is the pull request containing them:&lt;br/&gt;
&lt;a href=&quot;https://github.com/openrewrite/rewrite-testing-frameworks/pull/343&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/openrewrite/rewrite-testing-frameworks/pull/343&lt;/a&gt;&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|i045mf:</customfieldvalue>

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