jdaugherty commented on code in PR #15409:
URL: https://github.com/apache/grails-core/pull/15409#discussion_r2926295104


##########
grails-micronaut/src/main/groovy/org/apache/grails/micronaut/GrailsMicronautGrailsPlugin.groovy:
##########
@@ -71,17 +78,18 @@ class GrailsMicronautGrailsPlugin extends Plugin {
         [plugins, pluginsFromContext].each { pluginsToProcess ->
             pluginsToProcess
                     .findAll { it.propertySource != null }

Review Comment:
   I deprecated it to help us find external usages of it.  I'm not convinced 
it's used for anything but here.  I was trying to defer a decision on this 
until later.



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