Wildfly version in JBoss EAP 7.1.0

jboss-eap-6jboss-eap-7wildfly

I am using Java 8 to build my application and planning to use JBoss EAP 7.1.0 for production deployment, but I am not getting which version of Wildfly ships with JBoss EAP 7.1.0. I find Wildfly core 3.0.1 but what is Wildfly core?

Also is it recomended to update the Java version of JBoss EAP 6.4 to Java 8 and use it?

Best Answer

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.

Related Topic