jdaugherty commented on code in PR #15732:
URL: https://github.com/apache/grails-core/pull/15732#discussion_r3423095202
##########
grails-web-core/build.gradle:
##########
@@ -71,6 +71,7 @@ dependencies {
// Testing
testImplementation 'org.slf4j:slf4j-simple'
testImplementation 'org.spockframework:spock-core'
+ testImplementation 'net.bytebuddy:byte-buddy' // exercise the Class-typed
getAttribute against real GORM/Hibernate-style proxies
Review Comment:
Remove the redundant comments
--
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]