jamesfredley commented on code in PR #15731:
URL: https://github.com/apache/grails-core/pull/15731#discussion_r3398876442


##########
grails-test-examples/hyphenated/grails-app/conf/application.yml:
##########
@@ -62,9 +62,14 @@ grails:
 hibernate:
     cache:
         queries: false
-        use_second_level_cache: true
+        use_second_level_cache: false
         use_query_cache: false
         region.factory_class: 
'org.hibernate.cache.ehcache.EhCacheRegionFactory'

Review Comment:
   Addressed in `00b1e05ce4`: removed the stale 
`org.hibernate.cache.ehcache.EhCacheRegionFactory` setting from the hyphenated 
sample config since second-level and query caching are disabled and the 
Hibernate 7 lane does not carry that provider.



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