Freddy Boucher

Results 5 issues of Freddy Boucher

The following code will work as expected with the real Jackson library but it will fail will gwt-jackson. ```java public static interface InterfaceBean { @JsonIgnore default String getName(){ return "defaultName";...

When trying to run: `gradle --console plain build run`, here what I get: ``` ➜ MoneyX git:(master) ✗ gradle --version ------------------------------------------------------------ Gradle 5.1 ------------------------------------------------------------ Build time: 2019-01-02 18:57:47 UTC Revision:...

Hi, how to run the project in prod mode ? When I do: `mvn clean install -am` then run `mvn jetty:run -pl *-server -am` First I got the following error...