perwendel / spark-debug-tools

Better error pages for the Spark Java micro-framework.
Apache License 2.0
69 stars 17 forks source link

Up spark version #7

Closed pelenthium closed 7 years ago

pelenthium commented 7 years ago

Hi guys, I would like to update spark version to avoid class hell. Because you are using shade plugin - so in the classpath, I have two versions Spark class, and got an error:

Exception in thread "main" java.lang.NoSuchMethodError: spark.Spark.internalServerError(Lspark/Route;)V

tipsy commented 7 years ago

Thanks!