Andrey Myatlyuk
Andrey Myatlyuk
I wonder if jekyllbootstrap.com is sourced from somewhere else. For example, in this repo the Quick Start guide starts with **Install Jekyll-Bootstrap**, while on jekyllbootstrap.com it starts with **Create New...
I added a PR with a test case. SO discussion: https://stackoverflow.com/questions/12468764/jackson-enum-serializing-and-deserializer A workaround would be to have a custom deserializer for enum type. It works as expected.
We decided to use a workaround, considering a number of enumerations affected. Here's what you need for the workaround: Enumeration JSON deserializer ```java public class GwtCapabilityDeserializer extends JsonDeserializer { private...
@fenyoapa can you post your `.launch` file so I can have a look?
Eclipse reference documentation: http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Flaunchers%2Fjunit_launcher.htm
Will take care of it today.
@b1tc4b Thank you for the patch, it was merged and the plugin was uploaded. 🎉
It was updated.