Hi, >> I was able to reproduce the issue Markus described with his test. >> One thing that crosses my mind, did we change something with the feature >> resolver? Cause I can't remember that the pax-web-api did actually contain >> a provide-capability for the WebContainer Service.
The feature that should be verified is using the pax-http-whiteboard and the http feature as dependency. See: https://github.com/maggu2810/k406-staging/blob/94794b8/feature/src/main/feature/feature.xml#L10 So at least one bundle in that features should contain the WebContainer service, shouldn't it? The feature will introduce a lot more Pax Web bundles (not only the API), so the WebContainer implementation should be available. >> Do we consider as release blocker ? If the verification of features is broken (and not only related to my features) I assume we should fix it for a release. Shouldn't we? Best regards, Markus
