Daniel Liabeuf

Results 3 issues of Daniel Liabeuf

I follow instructions on README.md but it did not work. NPM seems not be able to install dependencies recursively (https://github.com/isaacs/npm/issues/1341). These modules are missing: cookie-signature pause bytes send formidable strtok...

### Expected behavior ``` @ValueMapping(source = "s1", target = "EnumValue1") @ValueMapping(source = "s2", target = "EnumValue2") @ValueMapping(source = MappingConstants.NULL, target = MappingConstants.NULL) @ValueMapping(source = MappingConstants.ANY_UNMAPPED, target = "DefaultEnumValue") EnumType map(String...

bug

I'm developing a Spring boot with Spring MVC web app using rest controllers. I'd like to redirect URLs that have empty parameters to the same URL but without its parameters;...

in: web
type: enhancement