rahulshishodia commented on code in PR #15382:
URL: https://github.com/apache/grails-core/pull/15382#discussion_r2924852303


##########
grails-gradle/plugins/src/main/groovy/org/grails/gradle/plugin/core/GrailsExtension.groovy:
##########
@@ -106,6 +107,15 @@ class GrailsExtension {
         this.indy.set(enabled)
     }
 
+    /**
+     * Keep class file parameter names so autowire by name can be supported 
without additional annotations such as '@qualifier'.

Review Comment:
   This is has been updated as suggested. 



##########
grails-gradle/plugins/src/main/groovy/org/grails/gradle/plugin/core/GrailsExtension.groovy:
##########
@@ -106,6 +107,15 @@ class GrailsExtension {
         this.indy.set(enabled)
     }
 
+    /**
+     * Keep class file parameter names so autowire by name can be supported 
without additional annotations such as '@qualifier'.

Review Comment:
   This has been updated as suggested. 



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