<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Sun Feb 11 23:51:48 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>[MGNLCACHE-59] Update tasks for default cache configuration node</title>
                <link>https://jira.magnolia-cms.com/browse/MGNLCACHE-59</link>
                <project id="10670" key="MGNLCACHE">Cache Modules</project>
                    <description>&lt;ul&gt;
	&lt;li&gt;With &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLCACHE-55&quot; title=&quot;Caching arbitrary objects&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLCACHE-55&quot;&gt;&lt;del&gt;MGNLCACHE-55&lt;/del&gt;&lt;/a&gt;, we&apos;re adding support for multiple cache configurations. While the code still supports &lt;tt&gt;EhCacheFactory.get/setDefaultCacheConfiguration&lt;/tt&gt;, we should migrate existing configurations to the better, new, layout. In short, this just means moving &lt;tt&gt;/modules/cache/config/cacheFactory/defaultCacheConfiguration&lt;/tt&gt; to &lt;tt&gt;/modules/cache/config/cacheFactory/caches/default&lt;/tt&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;With &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLCACHE-55&quot; title=&quot;Caching arbitrary objects&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLCACHE-55&quot;&gt;&lt;del&gt;MGNLCACHE-55&lt;/del&gt;&lt;/a&gt;, we&apos;re renaming CacheModule.configurations to &lt;tt&gt;contentCaching&lt;/tt&gt; so we need to rename &lt;tt&gt;/modules/cache/config/configurations&lt;/tt&gt; to &lt;tt&gt;contentCaching&lt;/tt&gt; as well.&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;With &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLCACHE-32&quot; title=&quot;Upgrade Ehcache to the latest (2.10.0)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLCACHE-32&quot;&gt;&lt;del&gt;MGNLCACHE-32&lt;/del&gt;&lt;/a&gt;, we should probably update our default cache (some properties have been renamed and added between the versions)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;With &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLCACHE-32&quot; title=&quot;Upgrade Ehcache to the latest (2.10.0)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLCACHE-32&quot;&gt;&lt;del&gt;MGNLCACHE-32&lt;/del&gt;&lt;/a&gt;, we can&apos;t use a cache called &quot;default&quot; (but a cache configuration named &quot;default&quot; is used for all unconfigured caches), so we need to rename &lt;tt&gt;/modules/cache/config/configurations/default&lt;/tt&gt; to (for example) &lt;tt&gt;defaultPageCache&lt;/tt&gt;, and change the value of &lt;tt&gt;/server/filters/cache/cacheConfigurationName&lt;/tt&gt; accordingly. (because this name is used for both the contentCaching config name AND the actual cache name.&lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;This also implies changes to &lt;tt&gt;info.magnolia.module.cache.filter.CacheConfigurationSetupTest&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;We&apos;ll also need to update a few modules (dam, commenting, ...) which add configuration to cache policies.&lt;/p&gt;</description>
                <environment></environment>
        <key id="39059">MGNLCACHE-59</key>
            <summary>Update tasks for default cache configuration node</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="37172">MGNLCACHE-55</parent>
                                    <priority id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/neutral.gif">Neutral</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="gjoseph">Magnolia International</assignee>
                                    <reporter username="gjoseph">Magnolia International</reporter>
                        <labels>
                    </labels>
                <created>Mon, 2 Jun 2014 19:10:20 +0200</created>
                <updated>Fri, 6 Feb 2015 13:13:14 +0100</updated>
                            <resolved>Wed, 13 Aug 2014 00:48:58 +0200</resolved>
                                                    <fixVersion>5.4</fixVersion>
                                    <component>configuration</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="89644" author="gjoseph" created="Wed, 13 Aug 2014 00:48:58 +0200"  >&lt;p&gt;Pushed to &lt;tt&gt;feature/cache-arbitrary-objects-2&lt;/tt&gt; branch.&lt;br/&gt;
Unfortunately &quot;had to&quot; commit together in one commit which includes update tasks for &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLCACHE-32&quot; title=&quot;Upgrade Ehcache to the latest (2.10.0)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLCACHE-32&quot;&gt;&lt;del&gt;MGNLCACHE-32&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLCACHE-66&quot; title=&quot;Explicitly prevent an Ehcache named &amp;quot;default&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLCACHE-66&quot;&gt;&lt;del&gt;MGNLCACHE-66&lt;/del&gt;&lt;/a&gt; at the same time.&lt;/p&gt;</comment>
                            <comment id="89765" author="rkovarik" created="Thu, 14 Aug 2014 08:42:05 +0200"  >&lt;p&gt;Deprecated properties are not removed on update:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;/modules/cache/config/cacheFactory/caches/default@overflowToDisk=true&lt;/li&gt;
	&lt;li&gt;/modules/cache/config/cacheFactory/caches/default@diskPersistent=true&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="89956" author="gjoseph" created="Tue, 19 Aug 2014 18:48:12 +0200"  >&lt;p&gt;Thanks, fixed that on the branch (to be squashed on merge)&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>Thu, 14 Aug 2014 08:42:05 +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>
                            9 years, 26 weeks, 5 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>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>gjoseph</customfieldvalue>
            <customfieldvalue>rkovarik</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03ehr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>19944</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>