-
Something between 2.9.1 and 2.9.2 breaks serving of Spark apps via Tomcat using the `SparkFilter`.
Specifically, Tomcat throws "Error starting child" which is ultimately caused by `java.lang.IllegalS…
-
We could using Java logging tools to provide server side logging. This would allow students to (perhaps) better see/understand what's happening on the server side of their system. This is how "real pr…
-
Hi,
I like this project and I would like to know what sites are using Pebble. Do you have some list of sites which are backed by this template engine?
Thanks!
-
Hi all,
First I would like to apologize for the recent inactivity. There are several reasons but the main one is that I've started studying at the university again. I thought I would be able to han…
-
##### Description
is there any way to make it works?
https://github.com/swagger-api/swagger-codegen/issues/3353
https://github.com/swagger-api/swagger-codegen/pull/3357
json code
```json
"…
-
### Scenario 1
When entering:
$ jbang
Bash completion does not completes any files (.java or not) found in the current directory.
### Scenario 2
If using:
$ jbang h
then files st…
-
Issue #909 introduced a side effect. In my case, some APIs do not need to return a body. An http status 200 is enough. To cope with that, I set the flag externalContainer to true. My routes just retur…
-
Currently, for request processing, SparkJava completely relies on HTTP thread pool of Jetty (by default 8 - 200 threads).
Which in it's own turn is non-blocking on networking end, but it's blocking o…
-
Hi,
Strangely, I can’t deploy java apps at all, here is what I get:
```
p/n/java-test nanobox deploy dry-run (261ms)
Preparing…
-
Hello, i am experiencing the same problem (i think) that this issue opened in 2014: #201
Basically, i have two before filters, that do some processing over request.body(), in the first filter the …