-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.8
-
Fix Version/s: 6.0
-
Component/s: Update Center
-
Tags:
-
Sprint:DevOps Sprint 4, DevOps Sprint 5, DevOps Sprint 6
-
Story Points:1
When using a maintenance distribution of Nuxeo, the platform version may be, for instance, cap-5.8.0-HF04-SNAPSHOT.
The Studio snapshot package states that platform "cap-5.8*HF*" is a match, but the code at PlatformVersionHelper#isCompatible only performs a equalsIngoreCase match, hence distribution is considered not valid.
Problem is not that visible since distribution version does not change when installing hotfixes using Marketplace Packages.