-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.0.0 DXP FP89, 7.0.10.13 DXP SP13, 7.0.X, 7.1.10 DXP FP16, 7.1.X, 7.2.10 DXP FP4, 7.2.X, 7.3.0 CE GA1, 7.3.10 DXP GA1, Master
-
Component/s: Core Infrastructure, Dev Tools > Portal Build Env
-
Branch Version/s:7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:2
-
Git Pull Request:
LibraryReferenceTest checks that version-ext.xml has same jar libraries than dependencies.properties
The problem is LibraryReferenceTest doesn't check jar versions, so in case anybody updates a jar version in dependencies.properties but forgets to update version-ext.xml file, that change is ignored silently and we will end having outdated version information in version.html file.
This can be problematic, as we publish this outdated information to our customers (for example see third-party-software documentation )
Related to this, in LPS-102571 we updated outdated jar version information in several libraries.
Steps to reproduce
This LPS cannot be manually tested