<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 09:48:00 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>[MGNLUI-7641] Pre-int QA</title>
                <link>https://jira.magnolia-cms.com/browse/MGNLUI-7641</link>
                <project id="10625" key="MGNLUI">Magnolia UI</project>
                    <description></description>
                <environment></environment>
        <key id="122788">MGNLUI-7641</key>
            <summary>Pre-int QA</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="110669">MGNLUI-7125</parent>
                                    <priority id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/neutral.gif">Neutral</priority>
                        <status id="11546" iconUrl="https://jira.magnolia-cms.com/images/icons/status_generic.gif" description="This was auto-generated by JIRA Service Desk during workflow import">Completed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="11">Done</resolution>
                                        <assignee username="dalonso">Daniel Alonso</assignee>
                                    <reporter username="sang.ngo">Sang Ngo Huu</reporter>
                        <labels>
                    </labels>
                <created>Wed, 23 Nov 2022 03:43:48 +0100</created>
                <updated>Fri, 25 Nov 2022 12:52:55 +0100</updated>
                            <resolved>Fri, 25 Nov 2022 12:52:55 +0100</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="332484" author="JIRAUSER24401" created="Fri, 25 Nov 2022 12:17:26 +0100"  >&lt;p&gt;In order to reproduce the WARN log entry, i added the following conditional breakpoint on BeanTypeResolver constructor (L 71) (resolvers.size()&amp;gt;&lt;font color=&quot;#6897bb&quot;&gt;1&lt;/font&gt;)&lt;/p&gt;

&lt;p&gt;And then, I performed this watch expression evaluation:&lt;/p&gt;

&lt;p&gt;&#160;&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;
resolvers=&lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; LinkedHashSet&amp;lt;&amp;gt;(Arrays.asList(&lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; TypeResolver[]{(((RegularImmutableSet) resolvers).elements)[2],(((RegularImmutableSet) resolvers).elements)[0],(((RegularImmutableSet) resolvers).elements)[1],(((RegularImmutableSet) resolvers).elements)[3],(((RegularImmutableSet) resolvers).elements)[4]})) &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Then I managed to reorder the resolvers list, just to put the AnnotationProcessingTypeResolver in the first position.&lt;/p&gt;

&lt;p&gt;With this, the log entry appears:&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;
2022-11-25 11:59:51,553 INFO &#160;agnolia.config.source.yaml.YamlConfigurationSource: Registered definition from YAML file [/ui-admincentral/fieldTypes/timeZone.yaml]: [fieldType] definition [timeZone] with reference id: [timeZone] from module [ui-admincentral] at [timeZone]
2022-11-25 11:59:55,969 INFO &#160;ource.yaml.AbstractFileResourceConfigurationSource: Setting up YamlConfigurationSource to load definitions from resources
2022-11-25 11:59:55,979 WARN &#160;a.config.resolver.AnnotationProcessingTypeResolver: Encountered the &lt;span class=&quot;code-quote&quot;&gt;&apos;$type&apos;&lt;/span&gt; property but failed to resolved the type from its value: [tabbedForm]. Available types: [treeView,listView,thumbnailView]
2022-11-25 11:59:55,996 INFO &#160;agnolia.config.source.yaml.YamlConfigurationSource: Registered definition from YAML file [/sample/dialogs/pages/first.yaml]: [dialog] definition [first] with reference id: [sample:pages/first] from module [sample] at [pages/first] &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="332490" author="JIRAUSER24401" created="Fri, 25 Nov 2022 12:40:11 +0100"  >&lt;p&gt;Ok with&#160; changes from branch &lt;a href=&quot;https://git.magnolia-cms.com/projects/PLATFORM/repos/ui/commits?until=refs%2Fheads%2FMGNLUI-7125&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;MGNLUI-7125&lt;/a&gt;. No warn log entry found.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="332493" author="JIRAUSER24401" created="Fri, 25 Nov 2022 12:52:31 +0100"  >&lt;p&gt;Ok with changes from branch &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLUI-7125&quot; title=&quot;Warning in logs: Encountered the &amp;#39;$type&amp;#39; property but failed to resolved the type from its value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLUI-7125&quot;&gt;&lt;del&gt;MGNLUI-7125&lt;/del&gt;&lt;/a&gt;-branch6.2. No warn log entry found&lt;/p&gt;

&lt;p&gt;&#160;&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>Fri, 25 Nov 2022 12:17:26 +0100</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>dalonso</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            1 year, 11 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>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>dalonso</customfieldvalue>
            <customfieldvalue>sang.ngo</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|y08e2q:</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="1728">Nucleus 24</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>
                                                                                                                                                                                                            <customfield id="customfield_13933" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Urgency (resolution)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="15724"><![CDATA[Normal]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>