JBoss Forge 3.2.0.Final 发布了。Forge 是一个快速应用开发工具,用来开发 J2EE 应用,提供一个可扩展的插件系统,强大的命令方式等等特性。 值得关注的更新:Support for Class Inheritance: Wizards depending on AbstractJavaSourceCommand now allow choosing the superclasses and interfaces they might implement. This includes the cdi-new-bean , jpa-new-entity and the java-new-class wizards Component Upgrades: Roaster is now upgraded to 2.18.7.Final. Support for custom JPA @Id and @Version property names: Using a different pattern for @Id and/or @Version column names while running the jpa-new-entity command? No problem, just run: config-set --key javaee.jpa.id_property_name --value <NEW_VALUE> to set the default name for JPA @Id field;
config-set --key javaee.jpa.version_property_name --value <NEW_VALUE> to set the default property name for the @Version field.
更新日志:SUB-TASK [ FORGE-1478 ] Being able to have inheritance in JPA [ FORGE-1808 ] Being able to have inheritance in CDI [ FORGE-1809 ] Being able to have inheritance in JSF Backing Beans [ FORGE-1810 ] Being able to have inheritance in Java
FEATURE REQUEST BUG [ FORGE-2643 ] java.util.ConcurrentModificationException when using wizards in a REST service [ FORGE-2644 ] Java: New Method creates private methods on interfaces [ FORGE-2646 ] ConcurrentModificationException while changing pom.xml purges the whole file contents
COMPONENT UPGRADE 下载地址:http://forge.jboss.org/download |