James Daugherty

Results 32 issues of James Daugherty

Rebasing https://github.com/apache/grails-core/issues/11795 onto 7.0.x @robertoschwald I see you submitted this PR sometime ago and it was never merged. From what I can tell, it's still an issue. I don't see...

status: awaiting feedback

### Issue description See https://github.com/apache/grails-core/pull/14093/files#r2020169530

relates-to: build

### Issue description Throughout the upgrade of Grails 7, we have discovered several best practices for plugins. The purpose of this ticket is to document those practices and add a...

relates-to: documentation

### Issue description The the grails-doc-core project has an entire copy of the generated documentation. I can't see a reason this is needed, we only need to test a subset...

relates-to: test-run

### Issue description 3 issues still not resolved from the original merge: 1. `notFound` error in the SecuredControllerSpec 2. Documentation needs updated 3. The quick start apps are still referencing...

I have a ServiceUnitTest that is failing because on my Grails Service, I'm injecting an object annotated with `@ConfigurationProperties(PREFIX)` and the bean isn't being defined by the ServiceUnitTest. Plugins like...

### Issue description See https://github.com/micronaut-projects/micronaut-gradle-plugin/issues/906 We need to not use annotation processors and use bean reflection instead.

relates-to: gradle
relates-to: micronaut
relates-to: groovy

### Issue description The following code worked in Grails 6 on a class annotated with `@CompileStatic` @CacheEvict(value = "apiTokens", key = { token }) void deleteByToken(String token) { In Grails...

relates-to: groovy
relates-to: grails-cache

### Issue description grails-datamapping-async is meant to be used externally and included by libraries. This ticket is to add a forge feature for async & change the group so that...

relates-to: coordinates

### Issue description forge, and all tooling except the profiles supports the notion of GRAILS_REPO_URL to force the addition of another maven repo (we use this to force the staging...

relates-to: shell
relates-to: build