Andreas Weber
Andreas Weber
Hi, Is it possible to deserialize nested Objects? Given classes ``` class A{ String name } ``` ``` class B { int prop A someA } ``` and json ```...
There is no effect anymore when there is no data in one of the charts on the page: ``` chart.addListener("rendered", function(event) { console.log("rendered"); }); ``` this however works always: ```...
When defining a property type 'double', the resulting scaffolding forms will display only 3 decimals of it, and, even worse, when editing the prefilled value will be rounded and not...
Hi, I would like to have a salt per user, so the actual 'password' to decrypt/encrypt values is user based. Do you have an idea how to accomplish this? Would...
`Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to serialize object using DefaultSerializer; nested exception is java.lang.IllegalArgumentException: DefaultSerializer requires a Serializable payload but received an object of type [grails.plugin.springsecurity.LoginController]` grailsVersion=3.2.4 URI /login/auth Class java.lang.IllegalArgumentException...
While 2.2.0.RC1 does. So the docs may state this? see https://discuss.gradle.org/t/gradle-2-2-rc-2-is-now-available-for-testing/7754/13
Please, note that the following code... dependencies { 'org.grails:grails-gradle-plugin:2.1.0' } ...should be: dependencies { classpath 'org.grails:grails-gradle-plugin:2.1.0' }