Vampire commented on issue #188: URL: https://github.com/apache/groovy-geb/issues/188#issuecomment-2857901618
Ah, the `CachingDriverFactory` does not cope well with changing the configuration. If you - have `cacheDriver = true && cacheDriverPerThread = false` - then create a driver - then change it to `cacheDriver = true && cacheDriverPerThread = true` - then again get a driver In the last step the `static` field `CACHE` in `CachingDriverFactory` already has the globally-caching cache and returns that which then causes the wrong behavior. -- 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]
