I am attempting to upgrade an application from Jetty 7 to Jetty 9 - specifically 9.4.9. However, the jetty-util-9.4.9.v20180320.jar does not contain the JSON class. According to the documentation at http://www.eclipse.org/jetty/javadoc/9.4.9.v20180320/index.html?org/eclipse/jetty/util/ajax/JSON.html (if I am understanding it correctly) it should be there. What am I missing?
You can find it in the jetty-util-ajax
artifact.
See official search.maven.org results : http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.eclipse.jetty%22%20AND%20a%3A%22jetty-util-ajax%22
Tip, if you know the name of the class, just search for it on search.maven.org's advanced search.
Example: http://search.maven.org/#search%7Cga%7C1%7Cfc%3A%22org.eclipse.jetty.util.ajax.JSON%22