Neill Robbins

Results 12 issues of Neill Robbins

### Expected Behavior render (plugin: XXX, view: YYY) should work, however the code path in grails.artefact.controller.support.ResponseRenderer.render is different and for a view the code goes looking a view using a...

info: no example attached

### Expected Behavior It should be possible to register a custom constraint (i.e. a class that implements Constraint) in a default web-app using e.g.: ``` // register constraints with domain...

### Issue description This is a bit esoteric, but regardless... Because the Validateable trait caches the constraints in constraintsMapInternal, the constraints you get when you call Validateable.getConstraintsMap() are not always...

info: no example attached

I have a plugin that uses some GSP views for testing, and I do not want the views to appear in the plugin jar file. I have constructed the build.gradle...

There is a PR submitted and merged to the grails data-mapping plugin to apply @Generated to generated fields. This makes covrag tools like jacoco usable. Without ths change the code...

I have a class that have fields that participate in a nullable constraint thus: class ContentItem implements Serializable { String code String channel String content static constraints = { code(nullable:...

Hiyah, Thanks for this plugin - its proved very useful in my project. I did however have a problem using it with bindings files which I thought worth raising as...

I can see on master, in pom.xml that jackson-dataformat-xml 2.16.1, but the currently released version (8.0.3) uses v2.15.3. When used in a Gradle build (via the Cyclone DXP Plugin) that...

### Search first - [X] I searched and no similar issues were found ### Description I have found a number of related issues - e.g. https://github.com/liquibase/liquibase/issues/5674 https://github.com/liquibase/liquibase/issues/3687 Regardless - changesets...

TypeBug
DBMSSQLServer
triage

### Expected Behavior _No response_ ### Actual Behaviour Not completely sure of precise cause atm, but behaviour i was seeing was that application.groovy was not being merged into PropertySources and...