[
https://issues.apache.org/jira/browse/AMQ-6521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15704510#comment-15704510
]
Carsten Hammer commented on AMQ-6521:
-------------------------------------
Hi Timothy, thanks for the clarification! I think you are right regarding
jetty9.2 and indeed jetty 9.3 does not work as explained. Does this mean that
jetty 9.3.x support is currently not on the roadmap? I am on Java 8 and would
like to use http2. jetty 9.2 is for java 8 and does not support http2.
regards,
Carsten
> compatibility issue with jetty 9.3.11 in
> org.apache.activemq.transport.http.HttpTransportServer
> -----------------------------------------------------------------------------------------------
>
> Key: AMQ-6521
> URL: https://issues.apache.org/jira/browse/AMQ-6521
> Project: ActiveMQ
> Issue Type: Bug
> Affects Versions: 5.14.1
> Reporter: Carsten Hammer
> Priority: Minor
>
> There is a instantiation of a class that does not exists, see
> org.apache.activemq.transport.http.HttpTransportServer.java:
> private void addGzipHandler(ServletContextHandler contextHandler) throws
> Exception {
> Handler handler = new GzipHandler();
> contextHandler.setHandler(handler);
> }
> org.eclipse.jetty.servlets.gzip.GzipHandler does not exist. Instead there is
> a class org.eclipse.jetty.server.handler.gzip.GzipHandler.java
> in
> https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-server/9.3.13.v20161014
> Because of this activemq is not compatible with jetty versions since 9.0
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)