perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Apache License 2.0
9.64k stars 1.56k forks source link

Jetty specific import in spark.Request #941

Closed sf-git closed 6 years ago

sf-git commented 6 years ago

Hi,

SparkJava release 2.7.0 has a Jetty specific import org.eclipse.jetty.util.URIUtil; in spark.Request (line 34)

Now org.eclipse.jetty.util should be in your classpath even if you deploy Spark application on external servlet container (Tomcat, etc.)

Thanks.

tipsy commented 6 years ago

Looks like this PR introduced it: https://github.com/perwendel/spark/pull/872/files

perwendel commented 6 years ago

This is bad! We'll fix ASAP and release 2.7.1

tipsy commented 6 years ago

Fixed and released already.