RFR: 7198: add websocket server that pushes data on selection updates [v3]
    Brice Dutheil 
    github.com+803621+bric3 at openjdk.java.net
       
    Wed Sep 15 07:25:51 UTC 2021
    
    
  
On Tue, 14 Sep 2021 14:00:54 GMT, Alex Ciminian <github.com+348973+cimi at openjdk.org> wrote:
>> Interesting, thanks for pointing this out!
>> 
>> I picked 9.4.43 because it was the latest version I saw here https://mvnrepository.com/artifact/org.eclipse.jetty.websocket/websocket-server I didn't notice the rename for later versions.  
>> 
>> Maybe I can get rid of the dependency issues if I just use `10.0.5` which is already required by _something_ (I don't know what) in the uitests.
>
>    I've just tried using 10.0.5 and I get this error:
> 
> 
> Caused by: org.osgi.framework.BundleException: Bundle org.openjdk.jmc.console.agent cannot be resolved:org.openjdk.jmc.console.agent [130]
>   Unresolved requirement: Require-Bundle: org.openjdk.jmc.flightrecorder.ui
>     -> Bundle-SymbolicName: org.openjdk.jmc.flightrecorder.ui; bundle-version="8.2.0.qualifier"; singleton:="true"
>        org.openjdk.jmc.flightrecorder.ui [132]
>          Unresolved requirement: Require-Bundle: org.eclipse.jetty.websocket-api
>            -> Bundle-SymbolicName: org.eclipse.jetty.websocket-api; bundle-version="1.1.2"
>               org.eclipse.jetty.websocket-api [93]
>                 Unresolved requirement: Require-Capability: osgi.extender; filter:="(osgi.extender=osgi.serviceloader.processor)"
> 
> 
> It seems this needs [SPI Fly](https://aries.apache.org/documentation/modules/spi-fly.html) now...
So it seems you finally go this working :)
-------------
PR: https://git.openjdk.java.net/jmc/pull/306
    
    
More information about the jmc-dev
mailing list