[BUILD-548] info.magnolia.dx:magnolia-dx-core-parent contains contentEditorVersion 1.3.9 Created: 28/Sep/21  Updated: 04/Oct/21

Status: Open
Project: Build
Component/s: Poms
Affects Version/s: BOM 6.2.12
Fix Version/s: None

Type: Bug Priority: Neutral
Reporter: Marc Johnen Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None
Remaining Estimate: 0.25h
Time Spent: Not Specified
Original Estimate: 0.25h

Template:
Acceptance criteria:
Empty
Date of First Response:

 Description   

Steps to reproduce

  1.  Create a project with the demo-projects magnolia-travel-demo-stories-app
  2.  In the parent of the webapp use
<properties> 
<magnoliaBundleVersion>6.2.12</magnoliaBundleVersion> <javaVersion>1.8</javaVersion> 
</properties>
 <dependencyManagement> 
<dependencies> <!-- 3rd-party BOM --> <dependency> <groupId>info.magnolia.boms</groupId> 
<artifactId>magnolia-external-dependencies</artifactId> <version>${magnoliaBundleVersion}</version> 
<scope>import</scope> 
<type>pom</type> 
</dependency> 
<!-- Module BOM --> 
<dependency> 
<groupId>info.magnolia.dx</groupId> 
<artifactId>magnolia-dx-core-parent</artifactId> <version>${magnoliaBundleVersion}</version> 
<type>pom</type> 
<scope>import</scope> 
</dependency>
...

.. Logs, screenshots, gifs...

Expected results

Magnolia starts and works

Actual results

Error message, that stories module needs version > 2, but 1.3.9 is installed

Workaround

Add correct version 2.0.2 to pom in dependency management

Development notes



 Comments   
Comment by Dai Ha [ 04/Oct/21 ]

Thank you for filing this marc.johnen, this is a known issue when we added content-editor 2.0.x early due to the migrate of tour app in demo bundle. Your work around is actually correct and recommended for now. The problem will be gone in 6.3 when we officially release content-editor 2.1 and align that version account dx-core module. We will keep this ticket open for verification purpose after everything aligned in 6.3.

 

Generated at Sun Feb 11 23:42:53 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.