You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, instrumentation converts DataSource to ProxyDataSource. ProxyDataSourceBuilder#buildProxy() method is added to datasource-proxy-1.10 and it generates a pure proxy of the DataSource object rather than a ProxyDataSource instance. Using this pure proxy will help avoid issues such as #46.
Additionally, we should add a property to allow users to retain the old behavior with ProxyDataSource, if needed.
The text was updated successfully, but these errors were encountered:
Currently, instrumentation converts
DataSource
toProxyDataSource
.ProxyDataSourceBuilder#buildProxy()
method is added todatasource-proxy-1.10
and it generates a pure proxy of theDataSource
object rather than aProxyDataSource
instance. Using this pure proxy will help avoid issues such as #46.Additionally, we should add a property to allow users to retain the old behavior with
ProxyDataSource
, if needed.The text was updated successfully, but these errors were encountered: