<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:17:17 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 add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[FOLIO-1974] Sonarqube&apos;s Maven plugin sonar.jacoco.reportPath is deprecated </title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-1974</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3Ae70f578f-dc5a-4a30-8836-fc2418025d21&quot; class=&quot;user-hover&quot; rel=&quot;70121:e70f578f-dc5a-4a30-8836-fc2418025d21&quot; data-account-id=&quot;70121:e70f578f-dc5a-4a30-8836-fc2418025d21&quot; accountid=&quot;70121:e70f578f-dc5a-4a30-8836-fc2418025d21&quot; rel=&quot;noreferrer&quot;&gt;Matt Reno&lt;/a&gt; reports: &lt;/p&gt;

&lt;p&gt;&quot;Noticed this warning in SonarCloud on a recent build analysis: `Property &apos;sonar.jacoco.reportPaths&apos; is deprecated (JaCoCo binary format). &apos;sonar.coverage.jacoco.xmlReportPaths&apos; should be used instead (JaCoCo XML format).` This looks like a recent change:&lt;a href=&quot;https://docs.sonarqube.org/display/PLUG/Java+Unit+Tests+and+Coverage+Results+Import&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://docs.sonarqube.org/display/PLUG/Java+Unit+Tests+and+Coverage+Results+Import&lt;/a&gt;&quot;&lt;/p&gt;

&lt;p&gt;Update the Jenkins pipeline script to use the new report path option.  &lt;/p&gt;</description>
                <environment></environment>
        <key id="81203">FOLIO-1974</key>
            <summary>Sonarqube&apos;s Maven plugin sonar.jacoco.reportPath is deprecated </summary>
                <type id="10003" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium">Task</type>
                                            <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Done</resolution>
                                                        <assignee accountid="5cd423bebc70090d6ce241b1">Ian Hardy</assignee>
                                                                <reporter accountid="5f9abc1eb45b2e007453f423">John Malconian</reporter>
                                    <labels>
                            <label>platform-backlog</label>
                    </labels>
                <created>Mon, 22 Apr 2019 14:00:16 +0000</created>
                <updated>Wed, 3 Jun 2020 16:39:44 +0000</updated>
                            <resolved>Mon, 6 May 2019 12:53:59 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                                                            <comment id="194014" author="5cd423bebc70090d6ce241b1" created="Thu, 2 May 2019 14:21:06 +0000"  >&lt;p&gt;Opened &lt;a href=&quot;https://github.com/folio-org/jenkins-pipeline-libs/pull/63&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/jenkins-pipeline-libs/pull/63&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;1. Adds a new goal the mvn build `org.jacoco:jacoco-maven-plugin:report`. This reads the `target/jacoco.exec` report and publishes it in xml,csv, and html. The xml report can be found here: `target/site/jacoco/jacoco.xml`&lt;br/&gt;
2. updates the code coverage report that sonar reads from the default jacoco.exec to `-Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml`.&lt;/p&gt;

&lt;p&gt;An example &lt;a href=&quot;https://sonarcloud.io/dashboard?branch=folio-1974-testing&amp;amp;id=org.folio%3Aedge-sip2&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://sonarcloud.io/dashboard?branch=folio-1974-testing&amp;amp;id=org.folio%3Aedge-sip2&lt;/a&gt;&lt;/p&gt;
</comment>
                                                            <comment id="194017" author="5cd423bebc70090d6ce241b1" created="Thu, 2 May 2019 14:34:59 +0000"  >&lt;p&gt;On second view of the example report--seems not quite right. Missing information the &quot;Measures&quot; and &quot;Code&quot; tabs i think.&lt;/p&gt;</comment>
                                                            <comment id="194020" author="61cd0ca0bce5e00069e98be7" created="Fri, 3 May 2019 08:26:31 +0000"  >&lt;p&gt;My investigation today does not reveal any new information. Your configuration seems correct.&lt;/p&gt;

&lt;p&gt;The &quot;Administration&quot; section at SonarCloud does not report any problems in the &quot;Background tasks&quot;.&lt;/p&gt;

&lt;p&gt;Grasping at straws, but i wonder if those tabs are empty because there were not actually any code changes in your branch. Perhaps test with an actual code change.&lt;/p&gt;

&lt;p&gt;Not any help sorry.&lt;/p&gt;</comment>
                                                            <comment id="194022" author="5cd423bebc70090d6ce241b1" created="Fri, 3 May 2019 14:47:29 +0000"  >&lt;p&gt;Thanks for the suggestion David, I added a bug and it&apos;s looking better to me now:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://sonarcloud.io/dashboard?branch=folio-1974-testing&amp;amp;id=org.folio%3Aedge-sip2&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://sonarcloud.io/dashboard?branch=folio-1974-testing&amp;amp;id=org.folio%3Aedge-sip2&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="194025" author="5af5e627525ba96b58654f12" created="Sun, 5 May 2019 06:13:51 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cd423bebc70090d6ce241b1&quot; class=&quot;user-hover&quot; rel=&quot;5cd423bebc70090d6ce241b1&quot; data-account-id=&quot;5cd423bebc70090d6ce241b1&quot; accountid=&quot;5cd423bebc70090d6ce241b1&quot; rel=&quot;noreferrer&quot;&gt;Ian Hardy&lt;/a&gt; Hi Ian - this showed up in the manual testing queue, but I don&apos;t think there&apos;s anything for us to test, is there? Please review and close or change its status to something else - thank you!&lt;/p&gt;</comment>
                                                            <comment id="194027" author="61cd0ca0bce5e00069e98be7" created="Mon, 6 May 2019 02:31:23 +0000"  >&lt;p&gt;Ah, yes. i changed the Status to &quot;In Code Review&quot;.&lt;/p&gt;

&lt;p&gt;Ian &amp;#8211; Excellent. That test code change did the trick.&lt;/p&gt;
</comment>
                                                            <comment id="194029" author="5cd423bebc70090d6ce241b1" created="Mon, 6 May 2019 15:01:09 +0000"  >&lt;p&gt;Thanks &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5e627525ba96b58654f12&quot; class=&quot;user-hover&quot; rel=&quot;5af5e627525ba96b58654f12&quot; data-account-id=&quot;5af5e627525ba96b58654f12&quot; accountid=&quot;5af5e627525ba96b58654f12&quot; rel=&quot;noreferrer&quot;&gt;Ann-Marie Breaux&lt;/a&gt; Correct, nothing to test.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10144"><![CDATA[Core: Platform]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1533">CP: sprint 62</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10044" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 2 May 2019 14:21:06 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>