-
Current startup time:
Test site (F1 instance): 17 seconds
Production site (F2 instance) 15 seconds
To some extent this is out of our control due to https://code.google.com/p/googleappengine/issues/d…
-
The issue has to do with http://sparkjava.com/documentation#exception-mapping
I have confirmed that the same code that works fine with `2.7.2`, stops working with `2.8.0`, when running on Tomcat. …
-
Simply copy paste this script into a groovy file
```
import groovy.json.JsonOutput
@Grab(group='com.sparkjava', module='spark-core', version='2.7.1')
import static spark.Spark.*
get("/hell…
-
So I came a cross the similar situation to this question #973. I want to serve up some static files via sparkjava, with CORS enabled. But it seems that the "before" filter only works with specified ro…
-
https://dzone.com/articles/architecting-a-testable-web-service-in-spark-frame-2
https://github.com/mscharhag/blog-examples/blob/master/sparkdemo/src/test/java/com/mscharhag/sparkdemo/UserController…
-
Java has its own REST libraries. Using raw HttpURLConnection is rather hardcore for sending a standard REST HTTP Request.
The most mainstream solutions are either Vert.x: https://vertx.io/blog/some-r…
-
Please, provide a stable automatic module name for Spark, so it can be reliably used as a module. This is very easy:
```
org.apache.maven.plugins
maven-jar-plugin
3.0.2
…
-
**Description**
It would be nice to be able to upload .csv files into the Polynote environment and also see them in the "explorer". Now it only lists .ipynb files, .json files and .md files.
Maybe …
-
http://sparkjava.com/documentation#redirects, method doesn't seem to work when I try to add the trailing slash, e.g.,
```java
path("/url", () -> {
redirect.get("", "/");
get("/", ...);
…
-
**Citrus Version**
2.7.6
Hi,
unfortunatly there is a dependency clash in citrus dependencies for org.eclipse jetty.
My Test-Setup is:
- HttpServer-Mock (needs 'citrus-http' dependency)
- r…