-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: NXP-6.0, NXP-7.x, NXP-8.x
-
Component/s: Continuous Integration
-
Epic Link:
-
Sprint:nxsupport 9.3.2
-
Story Points:2
For example, in HF09, the dropbox SDK was not detected:
<dependency> <groupId>com.dropbox.core</groupId> <artifactId>dropbox-core-sdk</artifactId> <version>${dropbox.api.version}</version> </dependency>
The current computeHfDiff.sh script cannot detect it.
In computeDepsFromRepo, the profile addons should be added.
Also the distrib profile could be too. This would simplify the content of computeDepsBetweenHf.
mvn dependency:resolve -Paddons,distrib
and
mvn -o dependency:list -Paddons,distrib | grep ":.*:.*:.*" | cut -d] -f2- | sed 's/:[a-z]*$//g' | sed 's/^[ \t]*//' | grep -E -v "test|Finished" | sort -u
Also, a test between HF09 and HF10 should be added to handle the addons libs change case.
- is required by
-
NXP-22574 Fix JVM shutdown during MongoDB replica set failover
- Resolved