-
So I can change the config file, config allowed specify config.file, config.url,etc, Jooby should not force to use application.conf.
I use a very hacky way to achieve this, load extra config file as …
-
Just a small step before #651 ?
-
The example include where `/` is the pattern ...
```
```
... suggest that any thing between `` in a line is eligible to be found on the file system and included.
Maybe instead of `/` for the…
-
+ [x] Jooby (http://jooby.org/)
+ [x] Ninja (http://www.ninjaframework.org/)
+ [x] Pippo (http://www.pippo.ro/)
+ [x] Snow (http://britesnow.com/snow)
+ [x] Spark (http://sparkjava.com/)
-
Hi,
Does swagger soppurt vertx (auto generation of code)?
-
Hi @jknack could it be beneficial to add a `Let’s Encrypt` an certificate authority as a `jooby` module.
There are `Java` clients already built for the (CA).
[https://letsencrypt.org/docs/client-op…
-
Hi Edgar!
I've tried using session(MongoSessionStore.class) and noticed that logout doesn't work.
Found out that session.unset() is not applied in mongo session collection. During next request unse…
-
I am trying to follow the doc to [setup thread pool](http://jooby.org/doc/async/).
I get an error while trying to parse the JSON body in a deferred handler.
Here is a code snippet that demonstra…
-
Hi,
I am trying to create some unit tests. This code works finde:
` MockRouter mockRouter = new MockRouter(new Electra());
String result = mockRouter.get("/hello");
`
But as soon as I add…
-
When starting the server with http2() and securePort() enabled, we run into:
java.lang.NoClassDefFoundError: org/eclipse/jetty/alpn/ALPN$Provider
at io.netty.handler.ssl.JdkAlpnApplicationProtoc…