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
I'm in the middle of trying to code support for this issue I created.
Loading the agent jar file without the javaagent parameter was pretty straight forward. I have this coded on my own local fork. But I've run into a problem I don't know how to deal with.
The code at link [1] below suggests that ByteBuddy leaps into action when a java.sql.Driver is instantiated. Unfortunately, the goal of my enhancement is to launch the agent minutes or even hours/days after the jdbc Driver has already been instantiated.
Perhaps my enhancement could iterate thru DriverManager.getDrivers() (see link [2]) and pass the instances on to ByteBuddy?
If that looks helpful, perhaps you could show me what that code would look like?
Hello,
Was thinking that the com.sun.tools.attach api would make it easier for people to install/adopt this tool.
Curious if you have tried it and ran into issues or just haven't had the time?
Thanks,
--Erik Ostermueller
The text was updated successfully, but these errors were encountered: