Hello, I am playing with Karaf 4.0.3, and i have a strange behavior with the feature resolver. I define a feature like this :
<feature name="test" version="1.0-SNAPSHOT"> <feature version="[3.2,4)">spring</feature> <feature>spring-dm</feature> <feature> When i start a new container (without the data folder), randomly, Karaf install Spring 3.1.4 and Spring 3.2.14. On my machine, this happens really often, and seem related to multithreading issues (when my machine slow down, this happen every times). I have actived the traces on debug level, but i haven't seen anything related to the resolution process. it's maybe related to this discution : http://karaf.922171.n3.nabble.com/KAR-deployment-in-Karaf-4-0-3-fails-with-varying-errors-td4043649.html Thanks for your help! -- View this message in context: http://karaf.922171.n3.nabble.com/Karaf-4-0-3-Features-resolution-is-not-consistent-tp4043910.html Sent from the Karaf - User mailing list archive at Nabble.com.
