Arquillian 团队很高兴的宣布 1.0.0.Alpha1 版本的 Arquillian Extension JRebel 组件!
通过这个组件我们可以编写集成测试,并自动发布到容器中。JRebel 扩展可以让开发者热发布已修改的类,避免重新发布。
在 JBoss AS 7 的 bin/standalone.conf 的配置:
JAVA_OPTS="-javaagent:%JREBEL_HOME%/jrebel.jar $JAVA_OPTS"该版本改进记录:
Bug
ARQ-1311 - NPE when using @Deployment(testable=false)
Feature Request
ARQ-892 - Should be able to reference the real disk resources in rebel.xml where applicable
ARQ-893 - Should be able to work with EAR, WAR and JARs with rebel.xml files pr module
ARQ-894 - Allow developer to provide their own rebel.xml
项目主页:http://arquillian.org/
来自:开源中国社区

