vigneshsiva11 commented on issue #15469: URL: https://github.com/apache/grails-core/issues/15469#issuecomment-4215947763
Hi @jamesfredley, Here is what we did: We made some changes to our project. We turned on the spring-boot-configuration-processor in the parts of the project where we were already using @ConfigurationProperties. We also added BOM support for annotationProcessor so that our dependencies are resolved correctly. We checked a few things to ensure they are working: * Java 17 environment is set up. Working. * The modules we targeted compile without any issues. We did this to keep the changes small and simple and to get ready for the step, which is working on Groovy-specific metadata generation for the Groovy-specific metadata generation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
