[MGNLBACKUP-52] Current magnolia-enterprise-bundle-parent not using latest backup module version Created: 14/Feb/12  Updated: 29/Mar/22  Resolved: 18/Feb/16

Status: Closed
Project: Backup
Component/s: None
Affects Version/s: 1.1.4
Fix Version/s: None

Type: Bug Priority: Neutral
Reporter: Matt Dertinger Assignee: Unassigned
Resolution: Won't Do Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
relation
is related to MGNLTOOLS-51 VersionHandler is checking for wrong ... Closed
Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled
Date of First Response:
Visible to:
Yun Qian
Team: Nucleus

 Description   

Hi,

The current magnolia-enterprise-bundle-parent has the following set for the magnolia-module-backup and magnolia-tools dependencies:

<dependency>
  <groupId>info.magnolia</groupId>
  <artifactId>magnolia-tools</artifactId>
  <version>1.1.4</version>
  <classifier>bundle</classifier>
  <type>tar.gz</type>
</dependency>
<dependency>
  <groupId>info.magnolia</groupId>
  <artifactId>magnolia-module-backup</artifactId>
  <version>1.1.2</version>
  <classifier>bundle</classifier>
  <type>tar.gz</type>
</dependency>

I believe the version should be updated to the latest release: 1.1.4.

Additionally, magnolia-module-backup:1.1.4 has the following set for the magnolia-tools dependency:

<dependency>
  <groupId>info.magnolia</groupId>
  <artifactId>magnolia-tools</artifactId>
  <version>1.1.2</version>
</dependency>

So if one wants to use magnolia-module-backup:1.1.4 with the latest magnolia-tools release, they need to add both to their dependencyManagement section. For example:

<dependency>
  <groupId>info.magnolia</groupId>
  <artifactId>magnolia-tools</artifactId>
  <version>1.1.4</version>
</dependency>
<dependency>
  <groupId>info.magnolia</groupId>
  <artifactId>magnolia-module-backup</artifactId>
  <version>1.1.4</version>
</dependency>

Let me know if you have any questions.

Cheers,
Matt



 Comments   
Comment by Michael Mühlebach [ 18/Feb/16 ]

Given the thousands of other issues we have open that are more highly requested, we won't be able to address this issue in the foreseeable future. Instead we will focus on issues with a higher impact, and more votes.
Thanks for taking the time to raise this issue. As you are no doubt aware this issue has been on our backlog for some time now with very little movement.
I'm going to close this to set expectations so the issue doesn't stay open for years with few updates. If the issue is still relevant please feel free to reopen it or create a new issue.

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