Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: Revert Jetty to 9.4.25 (apache#8183)
9.4.25 renamed closeOutput to completeOutput (jetty/jetty.project@c5acf96), which is a method used by recent Jersey versions including the latest (2.30.1). An example of the error: > java.lang.NoSuchMethodError: org.eclipse.jetty.server.Response.closeOutput()V > at org.glassfish.jersey.jetty.JettyHttpContainer$ResponseWriter.commit(JettyHttpContainer.java:326) The request still completes and hence why no test fails. We should think about how to improve the testing for this kind of problem, but I want to get the fix in before 2.5 RC0. Credit to @rigelbm for finding this. Reviewers: Ewen Cheslack-Postava <[email protected]>, Andrew Choi <[email protected]>
- Loading branch information