<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:20:31 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-2421] Interface mismatch between mod-orders-storage/mod-orders caused folio-testing build failure</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-2421</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;Hi There, looks like there&apos;s an interface dependency mismatch between mod-orders-storage and mod-orders:&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;&quot;Incompatible version for module mod-orders-9.1.0-SNAPSHOT.242 interface orders-storage.pieces. Need 3.2. Have 4.0/mod-orders-storage-10.0.0-SNAPSHOT.153&quot;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;That interface was recently moved from 4.0 to 3.2 in both modules.&lt;br/&gt;
&lt;a href=&quot;https://github.com/folio-org/mod-orders/pull/243/files&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-orders/pull/243/files&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/folio-org/mod-orders-storage/pull/168/files&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-orders-storage/pull/168/files&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In mod-orders-storage, the version was downgraded from 10.0.0-SNAPSHOT to 9.1.0-SNAPSHOT.&lt;/p&gt;

&lt;p&gt;Even though the interfaces agree at 3.2 on the tip of master, folio-testing will still fail. This is because folio-testing just uses the latest snapshot according to semvar (which would be the older 10.0.0-SNAPSHOT. with the 4.0 interface).&lt;/p&gt;

&lt;p&gt;The snapshot builds pass because they use okapi for interface resolution.&lt;/p&gt;

&lt;p&gt;To resolve this, I&apos;d think the version number would have to be set back to 10.0.0, not sure why things went backwards here. &lt;/p&gt;</description>
                <environment></environment>
        <key id="81561">FOLIO-2421</key>
            <summary>Interface mismatch between mod-orders-storage/mod-orders caused folio-testing build failure</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="10005" iconUrl="https://dev.folio.org/assets/jira-priority/tbd.svg">TBD</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="5f9abc1eb45b2e007453f423">John Malconian</assignee>
                                                                <reporter accountid="5cd423bebc70090d6ce241b1">Ian Hardy</reporter>
                                    <labels>
                            <label>devops</label>
                            <label>platform-backlog</label>
                    </labels>
                <created>Mon, 13 Jan 2020 02:04:14 +0000</created>
                <updated>Wed, 3 Jun 2020 16:40:22 +0000</updated>
                            <resolved>Mon, 13 Jan 2020 04:10:59 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                                                            <comment id="194509" author="5cd423bebc70090d6ce241b1" created="Mon, 13 Jan 2020 02:21:30 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61310c394a98da0069e07ee7&quot; class=&quot;user-hover&quot; rel=&quot;61310c394a98da0069e07ee7&quot; data-account-id=&quot;61310c394a98da0069e07ee7&quot; accountid=&quot;61310c394a98da0069e07ee7&quot; rel=&quot;noreferrer&quot;&gt;Aliaksandr Pautau&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3Abe6f0bd2-e000-4943-9f66-4e6e78213e31&quot; class=&quot;user-hover&quot; rel=&quot;70121:be6f0bd2-e000-4943-9f66-4e6e78213e31&quot; data-account-id=&quot;70121:be6f0bd2-e000-4943-9f66-4e6e78213e31&quot; accountid=&quot;70121:be6f0bd2-e000-4943-9f66-4e6e78213e31&quot; rel=&quot;noreferrer&quot;&gt;Kruthi Vuppala&lt;/a&gt;. I see the version number went backwards here which I believe is causing the issue described above on folio-testing. Any reason not to just move it back ahead to resolve this?&lt;/p&gt;</comment>
                                                            <comment id="194512" author="5f9abc1eb45b2e007453f423" created="Mon, 13 Jan 2020 04:10:59 +0000"  >&lt;p&gt;Increment version on master to 10.0.0-SNAPSHOT in POM.  folio-testing build succeeded.  &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|i00l7b:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 13 Jan 2020 04:10:59 +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>