-
Bug
-
Resolution: Done
-
Major
-
None
-
1.12
-
None
-
False
-
False
-
-
Good afternoon.
It seems to me that there is one misconfiguration in the default configuration value of the local cache field. Right now it has the following value – LocalConnectionCache.single()
However, in the general case this local cache leads to undefined behavior. Our application uses several DataSources. Even if you will use pool per DataSource you can face an issue when foreign DataSource object will be used for execution.
Consider to reimplement LocalCache or disable it for default configuration supplier.