<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 03:47:26 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>[MAGNOLIA-3538] Restore or drop support for module properties (name, moduleDefinition, moduleNode, configNode)</title>
                <link>https://jira.magnolia-cms.com/browse/MAGNOLIA-3538</link>
                <project id="10000" key="MAGNOLIA">Magnolia</project>
                    <description>&lt;p&gt;With &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MAGNOLIA-2569&quot; title=&quot;Components: introduce dependency injection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MAGNOLIA-2569&quot;&gt;&lt;del&gt;MAGNOLIA-2569&lt;/del&gt;&lt;/a&gt;, I (temporarily) dropped support for the above properties.&lt;/p&gt;

&lt;p&gt;This was essentially implement using the snippet below, and calls to &lt;tt&gt;info.magnolia.module.ModuleManagerImpl#populateModuleInstance&lt;/tt&gt; 1) before starting the module up, and 2) in the EventListener attached to this module by &lt;tt&gt;ModuleManagerImpl&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;If we need to revive support for this, we should consider using a specific interface (or several), and/or annotations.&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;                &lt;span class=&quot;code-comment&quot;&gt;// Prepare properties &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; module instances; &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; the bean has &lt;span class=&quot;code-quote&quot;&gt;&quot;moduleDefinition&quot;&lt;/span&gt;,
&lt;/span&gt;                &lt;span class=&quot;code-comment&quot;&gt;// &lt;span class=&quot;code-quote&quot;&gt;&quot;name&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;moduleNode&quot;&lt;/span&gt; or &lt;span class=&quot;code-quote&quot;&gt;&quot;configNode&quot;&lt;/span&gt; properties, they will be populated accordingly.
&lt;/span&gt;                &lt;span class=&quot;code-keyword&quot;&gt;final&lt;/span&gt; Map&amp;lt;&lt;span class=&quot;code-object&quot;&gt;String&lt;/span&gt;, &lt;span class=&quot;code-object&quot;&gt;Object&lt;/span&gt;&amp;gt; moduleProperties = &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; HashMap&amp;lt;&lt;span class=&quot;code-object&quot;&gt;String&lt;/span&gt;, &lt;span class=&quot;code-object&quot;&gt;Object&lt;/span&gt;&amp;gt;();
                moduleProperties.put(&lt;span class=&quot;code-quote&quot;&gt;&quot;moduleDefinition&quot;&lt;/span&gt;, moduleDefinition);
                moduleProperties.put(&lt;span class=&quot;code-quote&quot;&gt;&quot;name&quot;&lt;/span&gt;, moduleName);

                &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (modulesParentNode.hasContent(moduleName)) {
                    &lt;span class=&quot;code-keyword&quot;&gt;final&lt;/span&gt; Content moduleNode = &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; SystemContentWrapper(modulesParentNode.getChildByName(moduleName));
                    moduleNodes.add(moduleNode);
                    moduleProperties.put(&lt;span class=&quot;code-quote&quot;&gt;&quot;moduleNode&quot;&lt;/span&gt;, moduleNode);
                    &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (moduleNode.hasContent(&lt;span class=&quot;code-quote&quot;&gt;&quot;config&quot;&lt;/span&gt;)) {
                        &lt;span class=&quot;code-keyword&quot;&gt;final&lt;/span&gt; Content configNode = &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; SystemContentWrapper(moduleNode.getContent(&lt;span class=&quot;code-quote&quot;&gt;&quot;config&quot;&lt;/span&gt;));
                        moduleProperties.put(&lt;span class=&quot;code-quote&quot;&gt;&quot;configNode&quot;&lt;/span&gt;, configNode);
                    }
                }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="19981">MAGNOLIA-3538</key>
            <summary>Restore or drop support for module properties (name, moduleDefinition, moduleNode, configNode)</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="16005">MAGNOLIA-2569</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>Tue, 1 Feb 2011 15:56:28 +0100</created>
                <updated>Mon, 23 Jun 2014 14:34:24 +0200</updated>
                            <resolved>Tue, 18 Oct 2011 19:05:39 +0200</resolved>
                                                    <fixVersion>4.5</fixVersion>
                                    <component>core</component>
                    <component>modulemechanism</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="39983" author="tmattsson" created="Tue, 18 Oct 2011 19:05:39 +0200"  >&lt;p&gt;This functionality has been restored.&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>Tue, 18 Oct 2011 19:05:39 +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>
                            12 years, 18 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>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>gjoseph</customfieldvalue>
            <customfieldvalue>tmattsson</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03gpj:</customfieldvalue>

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