holgerfriedrich opened a new pull request, #2073:
URL: https://github.com/apache/karaf/pull/2073

   This is required to get the use-base-version test in karaf-maven-plugin pass.
   I don't know why the CI passed at that time.
   
   This is the error the PR is fixing:
   ```
   [INFO]   junit.framework.AssertionFailedError: org.custommonkey.xmlunit.Diff
   [different] Expected text value 'mvn:org.apache.commons/commons-lang3/3.4' 
but was 'mvn:org.apache.commons/commons-lang3/3.18.0' - comparing <bundle 
...>mvn:org.apache.commons/commons-lang3/3.4</bundle> at 
/features[1]/feature[1]/bundle[1]/text()[1] to <bundle 
...>mvn:org.apache.commons/commons-lang3/3.18.0</bundle> at 
/features[1]/feature[1]/bundle[1]/text()[1]
   ```
   
   To see that this is the root cause, one needs to remove the try-catch blocks 
from the tests.
   Then the tests prints the exception when failing.
   I will create another PR for this.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to