pedestal

souenzzo 2019-01-11T14:12:45.017800Z

I'm trying to do this https://github.com/pedestal/pedestal/blob/master/samples/http2/src/hp/service.clj But I'm getting

Execution error (IllegalStateException) at org.eclipse.jetty.alpn.server.ALPNServerConnectionFactory/<init> (ALPNServerConnectionFactory.java:53).
No Server ALPNProcessors!

souenzzo 2019-01-11T14:31:18.018600Z

It's something with :java-agents [[org.mortbay.jetty.alpn/jetty-alpn-agent "2.0.9"]] But I cant understand how to handle it.

souenzzo 2019-01-11T14:42:26.018800Z

Solved with :dependencies [[org.eclipse.jetty/jetty-alpn-java-server "9.4.14.v20181114"]