Ai大模型相关案例,AI
JBoss Forge 3.2.0.Final 发布了。Forge 是一个快速应用开发工具,用来开发 J2EE 应用,提供一个可扩展的插件系统,强大的命令方式等等特性。
值得关注的更新:
- Support for Class Inheritance: Wizards depending on 
AbstractJavaSourceCommandnow allow choosing the superclasses and interfaces they might implement. This includes thecdi-new-bean,jpa-new-entityand thejava-new-classwizards - 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 
@Idand/or@Versioncolumn names while running thejpa-new-entitycommand? No problem, just run:config-set --key javaee.jpa.id_property_name --value <NEW_VALUE>to set the default name for JPA@Idfield;config-set --key javaee.jpa.version_property_name --value <NEW_VALUE>to set the default property name for the@Versionfield.
 
更新日志:
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
- [ FORGE-1807 ] Being able to have inheritance and implementation in most of the generated artifacts
 - [ FORGE-2645 ] alternate names for @Id and @Version properties
 
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
- [ FORGE-2647 ] Upgrade to Roaster 2.18.7.Final
 
下载地址:http://forge.jboss.org/download









