lraynal
04/17/2025, 2:38 PMCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'grails.plugin.formfields.FormFieldsTagLib': Error creating bean with name 'beanPropertyAccessorFactory': Cannot resolve reference to bean 'validateableConstraintsEvaluator' while setting bean property 'constraintsEvaluator'
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'beanPropertyAccessorFactory': Cannot resolve reference to bean 'validateableConstraintsEvaluator' while setting bean property 'constraintsEvaluator'
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'validateableConstraintsEvaluator': FactoryBean threw exception on object creation
Caused by: java.lang.NullPointerException: Cannot get property 'config' on null objectJames Fredley
04/17/2025, 2:46 PMlraynal
04/17/2025, 3:10 PMimplementation 'org.grails.plugins:spring-security-core:7.0.0-M3'James Fredley
04/17/2025, 3:15 PMlraynal
04/17/2025, 3:38 PM./gradlew clean removes exception.
this will take some time to reproduce in a simple projectjdaugherty
04/17/2025, 7:06 PMjdaugherty
04/17/2025, 7:06 PMjdaugherty
04/17/2025, 7:06 PMlraynal
04/18/2025, 12:50 PMgradlew clean in the vanilla project where I was adding my real project dependencies.
I have micronaut modules https://micronaut-projects.github.io/micronaut-spring/latest/guide/#micronautInsideSpring. Adding this blows up
implementation("io.micronaut.spring:micronaut-spring-boot-starter")jdaugherty
04/18/2025, 1:33 PM