Aaron
Aaron
Current default properties are either generated based on handler rules or supplied by TestDataConfig. As part of the refactor for 3.3, the groundwork is in place to allow for pluggable...
With Grails 2.5.5, seemingly randomly I will get the following error. I've seen it for several different scenarios but this stack is coming from a simple change to a Grails...
The storeToken and removeToken methods are not useful in many cases because you need access to the refreshToken (in both cases) and the principal (in the removeToken case). The most...
When calling `response.json` in a Specification to test a RestfulController that `respond` with an empty list, an error occurs if you have created a default `/object/_object.gson` view such as: ```...
Installed on macOS 10.15.7 and the login fails initially because the ~/.config/helm directory did not exist. ``` ~/.config » helm nexus-push helm-development login Username: nexususer Password: /Users/username/Library/helm/plugins/helm-nexus-push.git/push.sh: line 101: /Users/username/.config/helm/auth.helm-development:...
Please add export = false for this runtime dependency in the plugin (I assume users of the plugin don't actually need to be on that version of resources?)
We are seeing an intermittent issue with Grails 3.3.8 and Quartz 2.0.13: ``` org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'quartzScheduler': Invocation of init method failed; nested exception is org.quartz.SchedulerConfigException: No...