Polish "Add support for HotSwapAgent to devtools"

Closes gh-8683
pull/8813/merge
Stephane Nicoll 8 years ago
parent b368693d80
commit 16afb8a973

@ -1,5 +1,5 @@
/*
* Copyright 2012-2015 the original author or authors.
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -36,7 +36,7 @@ public abstract class AgentReloader {
Set<String> agentClasses = new LinkedHashSet<String>();
agentClasses.add("org.zeroturnaround.javarebel.Integration");
agentClasses.add("org.zeroturnaround.javarebel.ReloaderFactory");
agentClasses.add("org.hotswap.agent.HotswapAgent"); // relevant for http://hotswapagent.org/ (https://github.com/HotswapProjects/HotswapAgent)
agentClasses.add("org.hotswap.agent.HotswapAgent");
AGENT_CLASSES = Collections.unmodifiableSet(agentClasses);
}

Loading…
Cancel
Save