<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:10:44 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>[OKAPI-541] Add requirement of git 2 in okapi documentation</title>
                <link>https://folio-org.atlassian.net/browse/OKAPI-541</link>
                <project id="10137" key="OKAPI">Okapi</project>
                    <description>&lt;p&gt;We had problems when we tried to build okapi by following the documentation on a centos 7 vagrant box. &lt;/p&gt;

&lt;p&gt;Here&apos;s the commands we used to install required packages and the error message we got from &apos;mvn install&apos;&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;
# using Vagrant config.vm.box_version = &lt;span class=&quot;code-quote&quot;&gt;&quot;1801.02&quot;&lt;/span&gt; # 7.4.1708
sudo yum -y  update
sudo yum -y install vim java-1.8.0-openjdk-devel
#mvn install
cd /opt
sudo curl -o /opt/apache-maven-3.5.2-bin.tar.gz  ftp:&lt;span class=&quot;code-comment&quot;&gt;//mirror.reverse.net/pub/apache/maven/maven-3/3.5.2/binaries/apache-maven-3.5.2-bin.tar.gz
&lt;/span&gt;sudo tar -zxvf /opt/apache-maven-3.5.2-bin.tar.gz
echo &lt;span class=&quot;code-quote&quot;&gt;&apos;export PATH=/opt/apache-maven-3.5.2/bin:$PATH&apos;&lt;/span&gt; | sudo tee /etc/profile.d/maven.sh
source /etc/profile.d/maven.sh
sudo git clone --recursive https:&lt;span class=&quot;code-comment&quot;&gt;//github.com/folio-org/okapi.git
&lt;/span&gt;sudo chown -R vagrant:vagrant /opt/okapi
cd /opt/okapi
git checkout v2.9.1
mvn install
mvn exec:exec
# git version 1.8.3.1
# 
# FAILED with message
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (git submodule update) on project okapi-common: Command execution failed.: &lt;span class=&quot;code-object&quot;&gt;Process&lt;/span&gt; exited with an error: 1 (Exit value: 1) -&amp;gt; [Help 1]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;By default, the git version installed on the Centos box was 1.8.3. We got the following error message: &lt;/p&gt;

&lt;p&gt;We fixed the issue by upgrading git to 2.x and it fixed the issue. &lt;/p&gt;

&lt;p&gt;Please update the documentation with the requirement of git 2. &lt;/p&gt;</description>
                <environment></environment>
        <key id="53987">OKAPI-541</key>
            <summary>Add requirement of git 2 in okapi documentation</summary>
                <type id="10001" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium">Bug</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="5ee89462f7aa140abd82d11d">Julian Ladisch</assignee>
                                                                <reporter accountid="557058:a4f0003b-ab08-4899-a8a1-4dd4cfde760a">Dazhi Jiao</reporter>
                                    <labels>
                            <label>back-end</label>
                            <label>sprint33</label>
                    </labels>
                <created>Fri, 23 Feb 2018 15:33:52 +0000</created>
                <updated>Fri, 3 Jan 2020 14:28:07 +0000</updated>
                            <resolved>Fri, 2 Mar 2018 00:52:05 +0000</resolved>
                                    <version>2.9.2</version>
                                    <fixVersion>2.9.3</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                <comments>
                                                            <comment id="126210" author="5ee89462f7aa140abd82d11d" created="Mon, 26 Feb 2018 20:24:00 +0000"  >&lt;p&gt;Thank you Dazhi Jiao for reporting the problems you had with your centos vagrant box.&lt;/p&gt;

&lt;p&gt;git versions before 2.0 have been discontinued at the end of 2014: &lt;a href=&quot;https://en.wikipedia.org/wiki/Git#Releases&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://en.wikipedia.org/wiki/Git#Releases&lt;/a&gt;&lt;br/&gt;
I think that we not need to mention that you should use only those software versions that are still supported.&lt;/p&gt;

&lt;p&gt;centos is fine for running server software based on old packages. It is not suitable for development or building of software like FOLIO that uses current packages.&lt;/p&gt;</comment>
                                                            <comment id="126212" author="557058:a4f0003b-ab08-4899-a8a1-4dd4cfde760a" created="Tue, 27 Feb 2018 14:54:10 +0000"  >&lt;p&gt;Thanks for the explanation, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ee89462f7aa140abd82d11d&quot; class=&quot;user-hover&quot; rel=&quot;5ee89462f7aa140abd82d11d&quot; data-account-id=&quot;5ee89462f7aa140abd82d11d&quot; accountid=&quot;5ee89462f7aa140abd82d11d&quot; rel=&quot;noreferrer&quot;&gt;Julian Ladisch&lt;/a&gt;! I think the confusion was that I put it in FOLIO instead of OKAPI. We were simply trying to set up OKAPI and following the documentation here: &lt;a href=&quot;https://github.com/folio-org/okapi/blob/master/doc/guide.md&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/okapi/blob/master/doc/guide.md&lt;/a&gt;. There was a requirement for git, together with Java 8 and Maven 3.3.1. Therefore I thought, to be consistent, it&apos;s worth mentioning git 2, especially since git 1 would fail the build. I agree that if git 1 is not supported it&apos;s not completely necessary to mention the version. But a small change to the documentation could be helpful for people who want to try OKAPI out on any vm they choose. &lt;/p&gt;</comment>
                                                            <comment id="126214" author="5ee89462f7aa140abd82d11d" created="Tue, 27 Feb 2018 15:20:31 +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;: Please review and merge: &lt;a href=&quot;https://github.com/folio-org/okapi/pull/544&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/okapi/pull/544&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="126215" author="5af5e627525ba96b58654f12" created="Thu, 1 Mar 2018 20:55:26 +0000"  >&lt;p&gt;Should this be In Review, or should this be in some other status? Does not appear to be something that the ICs can test.&lt;/p&gt;</comment>
                                                            <comment id="126216" author="61cd0ca0bce5e00069e98be7" created="Fri, 2 Mar 2018 00:52:05 +0000"  >&lt;p&gt;Merged.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="53516">OKAPI-293</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="53990">OKAPI-545</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_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzybe7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10108" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Tester Assignee</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5f8314dfbdef80006f6f572d</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 26 Feb 2018 20:24:00 +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>