Wildfly version in JBoss EAP 7.1.0

女生的网名这么多〃 提交于 2019-12-05 22:15:11

WildFly is not shipped with the EAP. WildFly is a community project and JBoss EAP is a Red Hat product. They live in separate repositories and even if they usually have some common point in history, you can't say WildFly is shipped with EAP. The closest WildFly version to EAP 7.1 is WildFly 11.

To simplify creating layered projects/products, the core runtime of the application server was cut to a separate project - the WildFly core. It contains just a very basic functionality which allow to build projects on top of it (by adding modules and extensions). The core contains

  • Modular class loading
  • Unified management, including domain mode
  • Basic deployment architecture
  • CLI for management

Java 8 is supported for JBoss EAP 6.4. For details look into the EAP 6 supported configurations.

There is an article that explains the mapping:

http://www.mastertheboss.com/jboss-server/jboss-eap/what-is-the-difference-between-jboss-eap-wildfly-and-jboss-as

JBoss EAP Version WildFly Version
JBoss EAP 7.2 WildFly 14.0.1
JBoss EAP 7.1 WildFly 11
JBoss EAP 7.0 WildFly 10
JBoss EAP 6.4 JBoss AS 7.5
JBoss EAP 6.3 JBoss AS 7.4
JBoss EAP 6.2 JBoss AS 7.3
JBoss EAP 6.1 JBoss AS 7.2
JBoss EAP 6.0 JBoss AS 7.1

JBoss is based on (not bundled with) Wildfly.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!