matrei commented on code in PR #15568:
URL: https://github.com/apache/grails-core/pull/15568#discussion_r3450726885


##########
grails-data-hibernate7/grails-plugin/build.gradle:
##########
@@ -56,9 +59,10 @@ dependencies {
         exclude group:'org.apache.grails', module:'grails-core'
         exclude group:'javax.transaction', module:'jta'
     }
+    api project(':grails-spring')
+    api project(':grails-core')

Review Comment:
   > Intentional — byte-buddy and hibernate-tools-* are called at runtime 
(proxy generation, schema tooling), not just at compile time, so implementation 
is the correct scope in H7.
   
   I don't understand this comment but I see that `grails-core` is now back to 
`compileOnly`.



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