-
Sorry this is in Kotlin, but I can convert to Java if necessary...
If an Error or subclass of Error is thrown in a Route handler then the request is retried. I have a handler like this:
```
…
-
## Overall Structure
The classic structure is called the MVC app, thats Model(data), View(interface), Controller(process)
- [ ] Database (Model)
- [ ] User accounts and profile
- [ ] Products, a…
-
There are many updated dependencies, along with nfs4j 0.23. I tried with the following pom.xml but am getting lots of compile errors.
I merged it with updates elements from dCache, repo links, and…
-
As you probably have noticed the project has been in hibernation for a couple of months. The reason to this are mainly personal reasons.
However, the plan is to ramping up development of Spark. The …
-
```java
staticFiles.externalLocation(myPath.getAbsolutePath());
```
I couldn't get this working in spark `2.5.3`, so I downgraded to `2.5.` and it worked.
-
D:\Work\IDE\AndroidStudio\jre\bin\java -javaagent:D:\Work\IDE\AndroidStudio\lib\idea_rt.jar=52912:D:\Work\IDE\AndroidStudio\bin -Dfile.encoding=UTF-8 -classpath D:\Work\IDE\AndroidStudio\jre\jre\l…
-
In polyglot monorepos it is a royal pain that I cannot have plugins like [coc-java](https://github.com/neoclide/coc-java) correctly set the classpath for the java language server since there is not a …
-
I want using regex on route, when support ?
Thanks.
-
Is it possible ServiceServer generated stubs to be used out of cashapp/misk?
As I looked into examples, they are using cashapp/misk which is using internally WebActionsServlet to dispatch gRPC cal…
-
It would be great to break apart spark-core from Jetty (spark-jetty?).
For example, in the latest TechEmpower web benchmarks. raw HTTP performance from Undertow was nearly 3 times higher than Jetty:
…