Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotswap in unit tests should use java Instrumentation API directly to swap classes #24

Closed
edudant opened this issue May 22, 2014 · 1 comment
Assignees

Comments

@edudant
Copy link
Contributor

edudant commented May 22, 2014

new method:
PluginManager.hotswap(Map<Class<?>, byte[]> reloadMap)
to allow application code to use Instrumentation.redefineClasses() method directly.

HotswapperPlugin should use this access as well.

@edudant edudant self-assigned this May 22, 2014
@edudant
Copy link
Contributor Author

edudant commented May 22, 2014

Attachment via JPDA is moved to HotSwapperJpda class and will be used only if hotswap-agent.properties contains a value.

edudant pushed a commit that referenced this issue May 22, 2014
@edudant edudant closed this as completed May 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant