vdusa

Results 4 issues of vdusa

### Steps to Reproduce Let's have a domain using ``` class MyDomain { ... static mapping = { id generator: 'sequence' } ... } ``` Since generation of each id...

I am working on windows. Since there are more developers in our team using linux, I use "Force new line escape style"=Unix (\n). The endlines of translations are correct, but...

When multiple data sources are used, then dbm-gorm-diff, dbm-generate-changelog, etc. fail for the non default data sources: For example: We have default data source and 'another' data source in our...

Method AclObjectIdentityGormService::findAllByParentObjectIdAndParentAclClassName() searches now AclObjectIdentity objects so, that ALL objects of AclObjectIdentity are retrieved, and then the result is searched in this list (see below): ``` @CompileDynamic @ReadOnly List findAllByParentObjectIdAndParentAclClassName(Long...