The GitHub Actions job "Code Style" on 
grails-core.git/feat/gradle-managed-version-overrides has succeeded.
Run started by GitHub user jamesfredley (triggered by jamesfredley).

Head commit for run:
54fbe932fbb052a4f44a96519513fb27ee1d17fa / James Fredley 
<[email protected]>
fix: exclude annotation-processor configurations from grails-bom platform

applyGrailsBom() adds a regular platform(grails-bom) to every declarable
configuration. For annotation-processor classpaths this conflicts with the
platform the user imports themselves (typically
io.micronaut.platform:micronaut-platform for Micronaut projects). Since
platform() constraints participate in Gradle version conflict resolution,
grails-bom's higher javaparser-core version wins over what Micronaut's
inject-java processor was compiled against, producing
NoSuchMethodError on StaticJavaParser.parseJavadoc(String) during
compileJava.

Exclude annotationProcessor and *AnnotationProcessor configurations using
the same mechanism that already excludes code-quality tool classpaths
(checkstyle, codenarc, pmd, spotbugs). Rename the helper to reflect the
broadened scope.

Assisted-by: claude-code:claude-opus-4

Report URL: https://github.com/apache/grails-core/actions/runs/24528808666

With regards,
GitHub Actions via GitBox

Reply via email to