Commit dbe38875 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '1.5.x'

parents b3bcecc9 b4a1feae
......@@ -36,6 +36,7 @@ public abstract class AgentReloader {
Set<String> agentClasses = new LinkedHashSet<>();
agentClasses.add("org.zeroturnaround.javarebel.Integration");
agentClasses.add("org.zeroturnaround.javarebel.ReloaderFactory");
agentClasses.add("org.hotswap.agent.HotswapAgent");
AGENT_CLASSES = Collections.unmodifiableSet(agentClasses);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment