Błażej Krysiak
Błażej Krysiak
Currently we cannot register constants via CouchPotato.
_From @bduisenov on June 27, 2016 8:9_ Hi. In katharsis spring integration the KatharsisFilter2 is been used to handle requests to jsonapi. Could you tell why Filter has been chosen...
_From @pjweisberg on July 14, 2016 1:0_ It would be nice if POSTs that return a 201 Created response could include a Location header with the URL of the newly...
_From @chb0github on July 14, 2016 21:16_ ``` java public interface ResourceRepository { S save(S var1); } ``` should become: ``` java public interface ResourceRepository { S save(T var1); }...
Enhance the options by adding icon property that holds the icon class.
When passing `Serializer` object with defined `param` like in example below: ``` fieldType: { serialize: 'Enum', param: FieldTypesEnum } ``` param is not passed down to `encode` and `decode` function.