]
Andre Dietisheim updated JBIDE-21137:
-------------------------------------
Issue Type: Enhancement (was: Bug)
Consistency of sorting in EmbedCartridgesJob
--------------------------------------------
Key: JBIDE-21137
URL:
https://issues.jboss.org/browse/JBIDE-21137
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.3.0.Final
Reporter: Viacheslav Kabanovich
Assignee: Andre Dietisheim
Priority: Minor
Fix For: 4.3.x
Sorting with CartridgeAddRemovePriorityComparator implies that cartridges should be
stored in IApplication in a specific order, for instance, "mysql" should precede
all other cartridges. If Edit Embedded Cartridges wizard is run once, the desirable order
is guaranteed. However, if wizard is run twice, with "postgresql" selected on
the first run and "mysql" added on the second run, the cartridges will be added
to IApplication unsorted by the comparator.