<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:23:14 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-2787] upgrade ref envs to Okapi 4.x</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-2787</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;See 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-2730&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-2730&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;New Jenkins release pipeline for Okapi 4.0.0&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            FOLIO-2730
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
&lt;/p&gt;</description>
                <environment></environment>
        <key id="81794">FOLIO-2787</key>
            <summary>upgrade ref envs to Okapi 4.x</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="10001" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p2.svg">P2</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="557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d">Jakub Skoczen</reporter>
                                    <labels>
                    </labels>
                <created>Tue, 8 Sep 2020 13:36:52 +0000</created>
                <updated>Mon, 28 Sep 2020 16:16:03 +0000</updated>
                            <resolved>Mon, 28 Sep 2020 16:16:03 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                <comments>
                                                            <comment id="197039" author="5f9abc1eb45b2e007453f423" created="Thu, 10 Sep 2020 19:12:58 +0000"  >&lt;p&gt;I notice in my testing after unpinning okapi in ansible that okapi 3 is still installed.   It looks like the folioci apt config on focal is still configured to use the xenial repo.  &lt;/p&gt;

&lt;p&gt;deb &quot;https://repository.folio.org/packages/ubuntu&quot; &quot;xenial&quot;/&lt;/p&gt;

&lt;p&gt;This makes sense I guess since we still wanted Okapi 3 installed until okapi 4 was ready.  Will need to update this to point to the focal repo. &lt;/p&gt;</comment>
                                                            <comment id="197041" author="5f9abc1eb45b2e007453f423" created="Thu, 10 Sep 2020 20:33:01 +0000"  >&lt;p&gt;There is an issue with the okapi 4.1.1 deb package.   Specifically, in the /usr/share/folio/okapi/bin/okapi.sh startup script:&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;      VERSION=$(&quot;$JAVA&quot; -version 2&amp;gt;&amp;amp;1 | awk -F &apos;&quot;&apos; &apos;/version/ { print $2 }&apos; \
              | awk -F &apos;.&apos; &apos;{ print $2 }&apos;)
      if [ &quot;$VERSION&quot; -lt &quot;8&quot; ];  then
         echo &quot;Java version 8 or higher is required.&quot;
         exit 0
      fi
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The command &apos;java -version 2&amp;gt;&amp;amp;1 | awk -F &apos;&quot;&apos; &apos;/version/ &lt;/p&gt;
{ print $2 }&apos; | awk -F &apos;.&apos; &apos;{ print $2 }
&lt;p&gt;&apos;&apos; returns &apos;0&apos; with openjdk-11.  &apos;java -version&apos; output might be slightly different than it was with openjdk-8.     Going to need a bugfix release of okapi. &lt;/p&gt;
</comment>
                                                            <comment id="197044" author="5f9abc1eb45b2e007453f423" created="Thu, 10 Sep 2020 20:50:47 +0000"  >&lt;p&gt;Created PR &lt;a href=&quot;https://github.com/folio-org/okapi/pull/969&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/okapi/pull/969&lt;/a&gt; with fix. &lt;/p&gt;</comment>
                                                            <comment id="197046" author="5f9abc1eb45b2e007453f423" created="Tue, 15 Sep 2020 13:00:22 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f8314dfbdef80006f6f572d&quot; class=&quot;user-hover&quot; rel=&quot;5f8314dfbdef80006f6f572d&quot; data-account-id=&quot;5f8314dfbdef80006f6f572d&quot; accountid=&quot;5f8314dfbdef80006f6f572d&quot; rel=&quot;noreferrer&quot;&gt;Adam Dickmeiss&lt;/a&gt; merged the fix (removed Java version checking from okapi startup script) to master.   A new package will be available when the next Okapi release is made. &lt;/p&gt;</comment>
                                                            <comment id="197049" author="5f9abc1eb45b2e007453f423" created="Thu, 24 Sep 2020 13:18:28 +0000"  >&lt;p&gt;The &apos;okapi-secure&apos; folio-ansible role fails on task &apos;name: Check if mod-users and mod-permissions are already enabled on supertenant&apos;.    GET request to &apos;&lt;a href=&quot;http://10.36.1.106:9130/_/proxy/tenants/supertenant/modules/mod-users-17.1.1-SNAPSHOT.146&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://10.36.1.106:9130/_/proxy/tenants/supertenant/modules/mod-users-17.1.1-SNAPSHOT.146&lt;/a&gt;&apos; generates a 403 - &apos;Access requires permission: okapi.proxy.tenants.modules.enabled.get&apos;. &lt;/p&gt;

&lt;p&gt;I assume this is related to the changes made in &lt;a href=&quot;https://folio-org.atlassian.net/browse/OKAPI-835&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/browse/OKAPI-835&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="197052" author="5f9abc1eb45b2e007453f423" created="Fri, 25 Sep 2020 13:49:53 +0000"  >&lt;p&gt;All needed changes to folio-ansible are on branch &apos;FOLIO-2787-unpin-okapi&apos; and we have a successful folio-snapshot-test build.   Will merge these changes and unpin Okapi on Monday.&lt;/p&gt;</comment>
                                                            <comment id="197054" author="5f9abc1eb45b2e007453f423" created="Mon, 28 Sep 2020 16:15:55 +0000"  >&lt;p&gt;Unpinned Okapi today.  Next set of reference builds should include Okapi 4.   See  &lt;a href=&quot;https://github.com/folio-org/folio-ansible/pull/376&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/folio-ansible/pull/376&lt;/a&gt; for changes to folio-ansible.  &lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="54234">OKAPI-897</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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="10155"><![CDATA[FOLIO DevOps]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1987">DevOps: Sprint 97</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 10 Sep 2020 19:12:58 +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>