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
We still see that datasource-proxy is decorating the datasource in a stacktrace, is this expected ?
at jdk.internal.reflect.GeneratedMethodAccessor268.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at net.ttddyy.dsproxy.proxy.StatementProxyLogic.performProxyLogic(StatementProxyLogic.java:287)
at net.ttddyy.dsproxy.proxy.ProxyLogicSupport.proceedMethodExecution(ProxyLogicSupport.java:103)
at net.ttddyy.dsproxy.proxy.StatementProxyLogic.invoke(StatementProxyLogic.java:119)
at net.ttddyy.dsproxy.proxy.jdk.PreparedStatementInvocationHandler.invoke(PreparedStatementInvocationHandler.java:37)
at jdk.proxy4/jdk.proxy4.$Proxy216.executeBatch(Unknown Source)
at org.hibernate.engine.jdbc.batch.internal.BatchImpl.lambda$performExecution$2(BatchImpl.java:279)
The text was updated successfully, but these errors were encountered:
@jorgheymans perhaps there's another starter that does the wrapping? Can you verify that by posting the dependencies of your project or replace the dependency on my starter with dependency on datasource-proxy alone?
Even though
application.yml
has this:We still see that datasource-proxy is decorating the datasource in a stacktrace, is this expected ?
The text was updated successfully, but these errors were encountered: