Fork me on GitHub
#pedestal
<
2019-01-11
>
souenzzo14:01:45

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!

souenzzo14:01:18

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

souenzzo14:01:26

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