-
I'm specifically referring to [this cache](https://github.com/jknack/handlebars.java/blob/master/handlebars/src/main/java/com/github/jknack/handlebars/context/MemberValueResolver.java#L49).
Basically…
-
After running the instructions in the in the quickstart see relativePath:
```
jooby-project
org.jooby
0.5.3
../pom.xml/pom.xml
```
-
I've just created project from archetype (http://jooby.org/quickstart/) and got the following exception (after `mvn:run`):
```
Hotswap available on: [/Users/vbauer/Documents/workspace/java/my-app/pub…
-
enabled http://checkstyle.sourceforge.net/ on Jooby projects.
Checkstyle will be automatically generated via maven profile if `checkstyle.xml` file is located at: `src/etc`
`src/etc/checkstyle.xml` …
-
-
I've tried to build project using `mvn clean install` and got the following errors:
```
shouldConvertToDateFromString(org.jooby.internal.ParamConverterTest) Time elapsed: 0.02 sec
-
Hello, before anything else, congratulations! Jooby is a joy to work with.
I've searched through the docs and I couldn't find nothing on where the unit test classes should be placed for maven to pick…
-
Today, only one error handler is allowed. After this change multiples error handler will be allowed:
``` java
err((req, rsp, err) -> {
if (...) {
rsp.send(...);
}
});
err((req, rsp, err) -> …
-
-
Hi Edgar,
Thank you for providing us the Handlebars.java server,
I want to do some development based on it, Is it a open-source project?