zyro23 opened a new issue, #16029:
URL: https://github.com/apache/grails-core/issues/16029

   ### Expected Behavior
   
   `@Configuration` classes registered in `resources.groovy` are processed by a 
`ConfigurationClassPostProcessor`.
   
   ### Actual Behaviour
   
   `@Configuration` classes registered in `resources.groovy` are not processed 
by a `ConfigurationClassPostProcessor` anymore.
   
   * from taking a look at the grails-8 plugin bean registration changes (which 
are great btw.), i think that the `ConfigurationClassPostProcessor`registered 
in `CoreGrailsPlugin` now runs before an apps' `resources.groovy` beans are 
registered?  
     * ref. 
https://github.com/apache/grails-core/blob/v8.0.0-M3/grails-core/src/main/groovy/org/grails/plugins/CoreGrailsPlugin.groovy#L75-L76
   
   
   
   ### Steps To Reproduce
   
   * run grails-8 sample app
     * no "sample bean registered" console out
   * run grails-7 sample app
     * "sample bean registered" console out
   
   ### Environment Information
   
   * grails-8.0.0-M3 (vs. grails-7.2.1)
   * ubuntu-24.04
   * jdk-21
   
   ### Example Application
   
   sample app(s) will be referenced asap
   
   ### Version
   
   8.0.0-M3


-- 
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]

Reply via email to