<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Sun Feb 11 23:43:09 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>[BUILD-576] Unavailable ND4J native libs fail dependency resolution on M1</title>
                <link>https://jira.magnolia-cms.com/browse/BUILD-576</link>
                <project id="10330" key="BUILD">Build</project>
                    <description>&lt;h3&gt;&lt;a name=&quot;Forreleasenotes%28seealsoMGNLPER154Removeranking%29%3A&quot;&gt;&lt;/a&gt;For release notes (see also &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLPER-154&quot; title=&quot;Remove ranking from bundle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLPER-154&quot;&gt;&lt;del&gt;MGNLPER-154&lt;/del&gt;&lt;/a&gt; Remove ranking):&lt;/h3&gt;
&lt;ul&gt;
	&lt;li&gt;Remove ranking will be unbundled from DX Core&lt;/li&gt;
	&lt;li&gt;but still available to use, if there&apos;s a wish to do so&lt;/li&gt;
	&lt;li&gt;from version 6.2.x, and hence, it will come as unbundled in 6.3. branch (relevant for release notes)&#160;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#8212;on behalf of &lt;a href=&quot;https://jira.magnolia-cms.com/secure/ViewProfile.jspa?name=rfalvo&quot; class=&quot;user-hover&quot; rel=&quot;rfalvo&quot;&gt;rfalvo&lt;/a&gt;, building the project archetype on a M1 Mac fails eagerly at dependency resolution time (even a &lt;tt&gt;dependency:tree&lt;/tt&gt;&#160;fails), due to a non-existing nd4j native library for this platform.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;this yields a javacpp.platform of &#8220;macosx-arm64&#8221; which causes maven + nd4j-native-platform to try to pull artifacts that don&#8217;t exist.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&#8212;via &lt;a href=&quot;https://community.konduit.ai/t/support-for-apple-silicon-m1/1168&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://community.konduit.ai/t/support-for-apple-silicon-m1/1168&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;[ERROR] Failed to execute goal on project magnolia-customer-data-platform-demo-webapp: Could not resolve dependencies for project info.magnolia.demo:magnolia-customer-data-platform-demo-webapp:war:1.0-SNAPSHOT: The following artifacts could not be resolved: org.nd4j:nd4j-native:jar:macosx-arm64:1.0.0-beta7, org.bytedeco:javacpp:jar:macosx-arm64:1.5.3, org.bytedeco:openblas:jar:macosx-arm64:0.3.9-1-1.5.3: org.nd4j:nd4j-native:jar:macosx-arm64:1.0.0-beta7 was not found in https://nexus.magnolia-cms.com/content/groups/staff during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of magnolia.nexus has elapsed or updates are forced -&amp;gt; [Help 1]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="104380">BUILD-576</key>
            <summary>Unavailable ND4J native libs fail dependency resolution on M1</summary>
                <type id="1" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10883&amp;avatarType=issuetype">Bug</type>
                                            <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="2">Won&apos;t Fix</resolution>
                                        <assignee username="aichimescu">Andrei Ichimescu</assignee>
                                    <reporter username="mgeljic">Mika&#235;l Gelji&#263;</reporter>
                        <labels>
                            <label>authx</label>
                    </labels>
                <created>Mon, 8 Nov 2021 14:01:38 +0100</created>
                <updated>Mon, 14 Nov 2022 14:44:00 +0100</updated>
                            <resolved>Fri, 29 Apr 2022 14:11:10 +0200</resolved>
                                                                        <due></due>
                            <votes>1</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="283074" author="JIRAUSER22286" created="Mon, 8 Nov 2021 14:35:59 +0100"  >&lt;p&gt;A workaround consists of excluding the ranker module from the Maven dependencies (thanks &lt;a href=&quot;https://jira.magnolia-cms.com/secure/ViewProfile.jspa?name=mgeljic&quot; class=&quot;user-hover&quot; rel=&quot;mgeljic&quot;&gt;mgeljic&lt;/a&gt;&#160;for the tip) until those missing libraries exist for M1&lt;/p&gt;

&lt;p&gt;In pom.xml of the web application, add the exclusions as below:&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;
&amp;lt;dependencies&amp;gt;
  &amp;lt;dependency&amp;gt;
    &amp;lt;groupId&amp;gt;info.magnolia.dx&amp;lt;/groupId&amp;gt;
    &amp;lt;artifactId&amp;gt;magnolia-dx-core-demo-webapp&amp;lt;/artifactId&amp;gt;
    &amp;lt;type&amp;gt;war&amp;lt;/type&amp;gt;
    &amp;lt;exclusions&amp;gt;
      &amp;lt;exclusion&amp;gt;
        &amp;lt;groupId&amp;gt;info.magnolia.periscope&amp;lt;/groupId&amp;gt;
        &amp;lt;artifactId&amp;gt;magnolia-periscope-result-ranker&amp;lt;/artifactId&amp;gt;
      &amp;lt;/exclusion&amp;gt;
    &amp;lt;/exclusions&amp;gt;
  &amp;lt;/dependency&amp;gt;
  &amp;lt;dependency&amp;gt;
    &amp;lt;groupId&amp;gt;info.magnolia.dx&amp;lt;/groupId&amp;gt;
    &amp;lt;artifactId&amp;gt;magnolia-dx-core-demo-webapp&amp;lt;/artifactId&amp;gt;
    &amp;lt;type&amp;gt;pom&amp;lt;/type&amp;gt;
    &amp;lt;exclusions&amp;gt;
      &amp;lt;exclusion&amp;gt;
        &amp;lt;groupId&amp;gt;info.magnolia.periscope&amp;lt;/groupId&amp;gt;
        &amp;lt;artifactId&amp;gt;magnolia-periscope-result-ranker&amp;lt;/artifactId&amp;gt;
      &amp;lt;/exclusion&amp;gt;
    &amp;lt;/exclusions&amp;gt;
  &amp;lt;/dependency&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="300633" author="mgeljic" created="Tue, 29 Mar 2022 11:16:28 +0200"  >&lt;p&gt;Reopening because this will only be solved when we remove the traces of DL4J/ND4J in the 3rd-party BOM (what causes the platform-specific maven resolution to fail).&lt;/p&gt;

&lt;p&gt;Should be all lines 2054 to 2160 (based on master/6.3-SNAPSHOT), &lt;a href=&quot;https://git.magnolia-cms.com/projects/BUILD/repos/boms/browse/pom.xml#2054-2160&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.magnolia-cms.com/projects/BUILD/repos/boms/browse/pom.xml#2054-2160&lt;/a&gt;, except commons-net, which got inserted in the middle.&lt;/p&gt;</comment>
                            <comment id="304647" author="aichimescu" created="Fri, 29 Apr 2022 14:11:10 +0200"  >&lt;p&gt;According to the library documentation (1.0.0-M2) the supported architectures do not include apple silicon:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;All projects in the DL4J ecosystem support Windows, Linux and macOS. Hardware support includes CUDA GPUs (10.0, 10.1, 10.2 except OSX), x86 CPU (x86_64, avx2, avx512), ARM CPU (arm, arm64, armhf) and PowerPC (ppc64le).&lt;/p&gt;&lt;/blockquote&gt;
&lt;h2&gt;&lt;a name=&quot;https%3A%2F%2Fgithub.com%2Feclipse%2Fdeeplearning4j%2Fpul...&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://github.com/eclipse/deeplearning4j/pull/9631#community-support&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/eclipse/deeplearning4j/pull/9631#community-support&lt;/a&gt;&lt;/h2&gt;

&lt;p&gt;there is a feature request that has never been addressed:&lt;br/&gt;
&lt;a href=&quot;https://community.konduit.ai/t/support-for-apple-silicon-m1/1168&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://community.konduit.ai/t/support-for-apple-silicon-m1/1168&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#160;people managed to get this running by changing the jdk according to the thread.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Since the periscope module has been donated to the community, I would mark this ticket as won&apos;t fix&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10160">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="94019">MGNLPER-148</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="106382">MGNLPER-154</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="110112">BUILD-749</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10020">
                    <name>dependency</name>
                                            <outwardlinks description="depends upon">
                                        <issuelink>
            <issuekey id="106698">MGNLPER-156</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10010">
                    <name>relation</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="106382">MGNLPER-154</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="86814" name="magnolia-customer-data-platform-demo.zip" size="75359" author="mgeljic" created="Mon, 8 Nov 2021 14:01:55 +0100"/>
                            <attachment id="86815" name="mvn_clean_install.log" size="9334" author="mgeljic" created="Mon, 8 Nov 2021 14:01:55 +0100"/>
                            <attachment id="86816" name="mvn_version.log" size="414" author="mgeljic" created="Mon, 8 Nov 2021 14:01:55 +0100"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_14166" key="com.okapya.jira.checklist:checklist">
                        <customfieldname>Acceptance criteria</customfieldname>
                        <customfieldvalues>
                            
        <checklist>
        <![CDATA[
                            




                
                                    <div class="o-completion" style="display: flex; flex-shrink: 0;"><span  class="aui-lozenge aui-lozenge-complete" style="font-size: 12px; font-weight: normal; display: flex; flex-direction: row; align-items: center;" ><span style="padding-right: 4px; vertical-align: middle;"><svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" fill="white"><path clip-rule="evenodd" d="m10.41037,3.42544l-7.86501,0c-0.72395,0 -1.31084,0.58688 -1.31084,1.31084l0,7.86508c0,0.7239 0.58689,1.3108 1.31084,1.3108l7.86501,0c0.724,0 1.3109,-0.5869 1.3109,-1.3108l0,-7.86508c0,-0.72396 -0.5869,-1.31084 -1.3109,-1.31084zm-7.86501,-0.65542c-1.08593,0 -1.96626,0.88032 -1.96626,1.96626l0,7.86508c0,1.0859 0.88033,1.9662 1.96626,1.9662l7.86501,0c1.086,0 1.9663,-0.8803 1.9663,-1.9662l0,-7.86508c0,-1.08594 -0.8803,-1.96626 -1.9663,-1.96626l-7.86501,0z" fill-rule="evenodd"/><path d="m5.09049,10.18526l-1.82767,-1.82766l-0.78479,0.78479l2.61246,2.61246l5.38758,-5.38754l-0.78483,-0.78479l-4.60275,4.60274z"/></svg></span><span>Empty</span></span></div>
                        ]]>
    </checklist>


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <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, 8 Nov 2021 14:35:59 +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_10246" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>MGNLPER-154</customfieldvalue>
                        </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>mmichel</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            1 year, 41 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.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>aichimescu</customfieldvalue>
            <customfieldvalue>mgeljic</customfieldvalue>
            <customfieldvalue>rfalvo</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzztx1:c0i0c00000000000000000000000dd</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="1623">AuthX 8</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>99</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>