codeconsole commented on code in PR #15721:
URL: https://github.com/apache/grails-core/pull/15721#discussion_r3404925093


##########
grails-test-examples/hibernate5/grails-multiple-datasources/grails-app/conf/application.yml:
##########
@@ -66,4 +66,11 @@ dataSources:
     pooled: true
     driverClassName: org.h2.Driver
     dbCreate: create-drop
-    url: jdbc:h2:mem:devDb2;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE
\ No newline at end of file
+    url: jdbc:h2:mem:devDb2;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE
+
+---
+# Grails 8 is nullable-by-default; this example asserts required-by-default 
validation, so opt out.

Review Comment:
   Done



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