-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: NXP-7.x, NXP-8.x, NXP-9.x, NXP-10.x
-
Component/s: Continuous Integration
-
Sprint:nxsupport 10.2.1
-
Story Points:1
In compute.log:
[10:06:11][getModifiedFilesFromRepo] [END]
[10:06:11][updateXMLFilesForLibs] [BEGIN]
[10:06:11][updateXMLFilesForLibs] Alert file is jartmp/hfenv.properties
[10:06:11][updateXMLFilesForLibs] -- computing added libs --
[10:06:11][updateXMLFilesForLibs] -- computing modified libs --
[10:06:11][updateXMLFilesForLibs] Checking org.apache.httpcomponents:fluent-hc
[10:06:11][updateXMLFilesForLibs] JAR_FILE_NAME=fluent-hc-4.3.4.jar
[10:06:11][updateXMLFilesForLibs] JAR_PATH_NAME=
[10:06:11][updateXMLFilesForLibs] Cannot find JAR PATH using the HF current version, trying to find it in the previous one...
[10:06:11][updateXMLFilesForLibs] JAR_FILE_NAME=fluent-hc-4.3.3.jar
[10:06:11][updateXMLFilesForLibs] JAR_PATH_NAME=
[10:06:11][updateXMLFilesForLibs] JAR_FOLDER_NAME=
[10:06:11][updateXMLFilesForLibs] empty array, setting first element for modified bundles
And
nuxeo@fleuristex:~/nuxeo-710$ find . -type f -name "pom.xml" | xargs grep "fluent-hc" ./nuxeo-features/nuxeo-automation/nuxeo-automation-client/pom.xml: <exclude>org.apache.httpcomponents:fluent-hc</exclude> ./pom.xml: <artifactId>fluent-hc</artifactId>
This use case is actually handled for added and deleted libs but not yet for modified libs not ending up in the distribution.