<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 06:47:55 CET 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>Magnolia - Issue tracker</title>
    <link>https://jira.magnolia-cms.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-uk</language>    <build-info>
        <version>9.4.2</version>
        <build-number>940002</build-number>
        <build-date>19-01-2023</build-date>
    </build-info>


<item>
            <title>[MGNLRES-153] Create Hotfix action</title>
                <link>https://jira.magnolia-cms.com/browse/MGNLRES-153</link>
                <project id="10282" key="MGNLRES">Magnolia Resources Module</project>
                    <description>&lt;p&gt;Add hotfix action and functionality to the new resource app.&lt;/p&gt;</description>
                <environment></environment>
        <key id="45334">MGNLRES-153</key>
            <summary>Create Hotfix action</summary>
                <type id="5" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10896&amp;avatarType=issuetype">Sub-task</type>
                            <parent id="44040">MGNLRES-140</parent>
                                    <priority id="3" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="ilgun">Ilgun Ilgun</assignee>
                                    <reporter username="ilgun">Ilgun Ilgun</reporter>
                        <labels>
                            <label>platform-cell</label>
                    </labels>
                <created>Tue, 26 May 2015 11:01:38 +0200</created>
                <updated>Tue, 29 Mar 2022 12:43:26 +0200</updated>
                            <resolved>Fri, 5 Jun 2015 17:11:02 +0200</resolved>
                                                    <fixVersion>2.4</fixVersion>
                                    <component>app</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="105247" author="apchelintcev" created="Mon, 1 Jun 2015 09:14:45 +0200"  >&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Please merge w/ the latest resource app dev branch (feature/resources-app-3 ?)
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;There are some API changes that need to be fixed, JavaDoc improved etc&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;&lt;tt&gt;ResourceContainer&lt;/tt&gt; uses  Apache Tika, but I don&apos;t see a dependency in pom file.&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;&lt;tt&gt;HotfixResourceAction&lt;/tt&gt; - JavaDoc could be improved:&lt;/li&gt;
	&lt;li&gt;Smth like &quot;Action for starting a resource hot-fixing within a detail sub-app&quot; + maybe some explanation of what all that means (i.e. about importing to JCR etc).&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Check the years in your file header template - for the new files there should be 2015 only (I see 2012-2015).&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="105367" author="ilgun" created="Tue, 2 Jun 2015 10:08:18 +0200"  >&lt;p&gt;Everything is covered except:&lt;br/&gt;
Apache Tika, comes from the jackrabbit jar. We can explicitly add it to pom if you wish.&lt;/p&gt;</comment>
                            <comment id="105729" author="apchelintcev" created="Fri, 5 Jun 2015 11:49:46 +0200"  >&lt;p&gt;We certainly should - as far as I see (from &lt;b&gt;mvn dependency:tree&lt;/b&gt;) Jackrabbit only uses it as a provided dependency whereas we need it in the compiled scope as we use it in production code.&lt;/p&gt;

&lt;p&gt;Locally I have compilations issues because of that in IDE (even though being able to build it in command line).&lt;/p&gt;</comment>
                            <comment id="105735" author="apchelintcev" created="Fri, 5 Jun 2015 12:36:17 +0200"  >&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;HotfixResourceActionTest#tearDown isn&apos;t needed super-method would take of that (and even more)&lt;/li&gt;
	&lt;li&gt;Setting up ctx in setUp() is also redundant.&lt;/li&gt;
	&lt;li&gt;Tika dependency is needed.&lt;/li&gt;
	&lt;li&gt;HotfixResourceActionTest#canHotfixResource
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;assertThat(root.getNodes().getSize(), is(nodeCountBefore + 1)) is a bit misleading - in reality more than just one node is created, please either add a comment what this verifies or just remove it.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Maybe I&apos;m just not a fan of a word hotfix, but &quot;Action for creating hotfix in resources detail sub-app.&quot; still doesn&apos;t explain the action purpose enough imo, I can&apos;t understand exactly what happens without going into code details:
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;First of all, the detail sub app is mentioned in JavaDoc but not in the code.&lt;/li&gt;
		&lt;li&gt;Would be nice to elaborate what a hotfix is - that the nodes are created, folders respected (their node types etc).&lt;/li&gt;
		&lt;li&gt;Shouldn&apos;t the action actually take us to that detail sub-app so we start to work with the resource without additional clicks and search?&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;message keys used in the code still reference &apos;resources24&apos; whereas bundles have just &apos;resources&apos; configured&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="105753" author="mgeljic" created="Fri, 5 Jun 2015 15:55:47 +0200"  >&lt;p&gt;Doesn&apos;t the Tika thingie belong to &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLRES-163&quot; title=&quot;Create FileType column for the resources browser&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLRES-163&quot;&gt;&lt;del&gt;MGNLRES-163&lt;/del&gt;&lt;/a&gt;? &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;By the way, when discussing it with Greg, we&apos;re actually not gonna use it, but rather configured mappings via &lt;tt&gt;MIMEMapping&lt;/tt&gt; (if time allows!).&lt;/p&gt;</comment>
                            <comment id="105765" author="ilgun" created="Fri, 5 Jun 2015 17:11:34 +0200"  >&lt;p&gt;Made the necessary changes regarding review.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10111" key="com.atlassian.jira.toolkit:reporterdomain">
                        <customfieldname>Company</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>magnolia-cms.com</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10031" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 1 Jun 2015 09:14:45 +0200</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_12730" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_14151" key="com.atlassian.jira.toolkit:message">
                        <customfieldname>Docu info</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10061" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comm is not jira-dev</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10071" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last participant</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ajones</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            8 years, 37 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10150" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname>Number of comments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>apchelintcev</customfieldvalue>
            <customfieldvalue>ilgun</customfieldvalue>
            <customfieldvalue>mgeljic</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i04zcv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10245" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="59">5.4 Sprint 4</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_12430" key="com.atlassian.teams:rm-teams-custom-field-team">
                        <customfieldname>Team</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[27]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_14145" key="com.intenso.jira.issue-templates:issue-templates-customfield">
                        <customfieldname>Template</customfieldname>
                        <customfieldvalues>
                            


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_15131" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Time in Discovery</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0</customfieldvalue>

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