JRebel 6.2.7 发布,此版本支持 GlassFish 4.1.1,OGNL 3.0.12,Log4j 2.4,主要改进如下:
支持 GlassFish 4.x 改进的 JAX-RS 端点方法签名
在 GlassFish 4.x 添加新 JAX-RS endpoints
添加新 MyBatis mapper XML 文件
改进 JRebel 6 agent 启动时间
改进在 WebSphere 重载 JAX-WS 的性能
Fixed an issue with starting JRebel plugins causing a class circularity in rare cases.
Fixed an issue where JRebel called Jersey 2
@PreDestroymethods on reload.Fixed a regression where JRebel started to throw
IllegalStateExceptionand reported that some WebSphere Portal versions are not supported.Fixed an issue with new resources not being found from
<PreResources/>and<PostResources/>locations defined in Tomcatcontext.xml.Fixed a Hibernate
UnknownServiceExceptionthat occurred when reloading multiple deployed web applications.Fixed an integration issue with JBoss 3.2.8.
Fixed an integration issue with Tomcat 4.
Fixed a
ClassCastExceptionthat occurred when using Spring 4.1 with Hibernate 3.Fixed a potential
TransactionRequiredExceptionrelated to reloadingLocalContainerEntityManagerFactoryBean.Fixed an issue related to reloading enums with class bodies on the JRebel Legacy agent.
Fixed an issue where calling the enum
ordinal()method did not trigger a reload on the JRebel Legacy agent.Fixed and issue with using JNDI in a war file with no EJBs in it on WebSphere 8.x.
更多改进内容请看发行说明。
JRebel是一套JavaEE开发工具。JRebel允许开发团队在有限的时间内完成更多的任务修正更多的问题,发布更高质量的软件产品。 JRebel是收费软件,用户可以在JRebel官方站点下载30天的评估版本。

引用来自“景愿”的评论
用了下JRebel,发现结合Spring的时候出现了个问题,每次修改class后他会新生成一个bean,然后Spring容器中就会有两个同类型的bean,一调用就报发现两个Bean错误,查了官方文档和google无数,仍未解决?引用来自“饮冰室”的评论
我这里使用正常,是会重新加载bean,但没有2个引用来自“景愿”的评论
用了下JRebel,发现结合Spring的时候出现了个问题,每次修改class后他会新生成一个bean,然后Spring容器中就会有两个同类型的bean,一调用就报发现两个Bean错误,查了官方文档和google无数,仍未解决?