Hello, I'm currently going through a Karaf upgrade from 4.2.10 to 4.4.1. I'm having a problem resolving dependencies with the Jetty websocket jars. I've found 2 other threads discussing this:
https://stackoverflow.com/questions/26161735/java-lang-classnotfoundexception-org-eclipse-jetty-websocket-server-websocketse and https://github.com/eclipse/jetty.project/issues/7835 but neither one seems to have a solution. It appears that org.eclipse.jetty.websocket:websocket-servlet has a DynamicImport-Package dependency on org.eclipse.jetty.websocket:websocket-server that is not successful. I've attempted some spifly magic as well as manually changing the manifest to a Import-Package instead of DynamicImport-Package with no success. My next step is to try to create a shaded jar to get around the issue but wanted to see if this was a known problem with a solution. Thanks for any feedback, Mark
