Felipe Carvalho

Results 5 issues of Felipe Carvalho

As per the comments on https://github.com/noamt/elasticsearch-grails-plugin/issues/62 and https://github.com/grails/grails-core/issues/642, this doesn't seem to be an issue with ElasticSearch itself, seems more like an issue with DataBindingUtils on grails-core. Anyway, I've implemented...

Hey, @camiloribeiro, really nice example! I'm using it in a project I'm working on, thanks a lot for posting this! BTW, this is not supposed to be an issue, it's...

Hi, I have a project using Grails-2.4.4 where all tests are written using Spock, and, currently, if we run `"clean" "test-app unit: -echoOut -echoErr -coverage -xml"` on Jenkins, unit specs...

Issue was the difference between Grails versions. As I updated Grails version to 2.4.5, the error was gone.

I've done some improvement on how constraints are handled in SwaggyDataService. This way, regular properties and constraints remain separated and require less changes on swagger-ui.