Sérgio Michels

Results 7 issues of Sérgio Michels

I'm using the Build Explorer to run the Grunt embedded http server, but using the red square don't kill the process. It is possible to listen to the Process and...

For some reason GSON is failing in get the GsonBuilder from the applicationContext, this causes the class to return a new GsonBuilder() without my custom Adapters. For example: ``` @Lazy...

With a simple domain class: ``` java class Contact { String name String phone static constraints = { name blank:false, maxSize: 255 email blank:false, maxSize: 255, unique: true } }...

When using parseRequest:true in UrlMappings the GSON.parse() method is parsing the id as a Double, causing problems when you create the instance from the params map and your domain class...

This is not an issue, but a feature request. It would be nice to determine, maybe in the domain class configuration, if a proxy must be resolved or not. For...

Check the possibility of an automate release process that changes the version (from snapshot to final), tag and change again to snapshot.

enhancement

A good option is to set an id to the resources of this plugin, like [JQuery UI does](https://github.com/gpc/grails-jquery-ui/blob/master/grails-app/conf/JqueryUiPluginResources.groovy), so the developer can override them. This is really useful for CSS...