-
Hi,
Is jooby.json.jackson supports Json Annotations?
e.g.,
```
@JsonInclude(JsonInclude.Include.NON_EMPTY)
public class PojoClass {
}
```
Thanks,
S.
-
Hey guys,
would love to have a web sockets client for my integration tests. Any suggestions what to use? Maybe add a dependency and a sample to the tests?
-
We're trying to use jooby inside a Servlet container. In that setup, we also have a Filter that adds request scoped info into each request (using [`HttpServletRequest#setAttribute`](http://docs.oracle…
-
I'm trying to install a custom handlebars helper on Adobe AEM 6.1, but when I install my bundle which has the dependency
```
com.github.jknack
handlebars
4.0.4
…
-
One that is missing, is how to connect command-line arguments to the result of `require(Config.class)`.
Lightbend's own documentation doesn't show that either.
-
Hi,
Thanks for javaslang! My project http://jooby.org promotes promotes the use of javaslang by making it a required dependency but also using javaslang as part of my API.
I wonder if you could ma…
-
Java 8 includes a new javascript engine, [Nashorn](http://en.wikipedia.org/wiki/Nashorn_%28JavaScript_engine%29) that provides a massive performance improvement over Rhino. Nashorn's Java interop is s…
-
Hi,
With 1.0.3 the class reload works perfectly.
However, in 1.1.0, with the combination Hibernate + Postgresql an error is occuring when reloading, as soon as I modify a class.
I've switched back …
-
Hi,
First of all, congrats for such a great project. I'm working in a requery module for http://jooby.org and need to know if EntityStore is a thread safe class or not?
That's is it safe to ha…
-
Hi @jknack, Is it possible suppress or handle the thrown exception.
```java
org.jooby.spi.HttpHandler@netty task-4-3 execution of: GET/logs resulted in exception
org.jooby.Err: Unauthorized(401)
…