问题
I am investigating an application the requires JBoss EAP 6.4. However, I don't want to pay the (~$30k) annual license.
What is the equivalent Wildfly version?
回答1:
The closest version you will find is JBoss AS 7.1.1. This is very similar to EAP 6.4 but not exact. EAP 6.4 exact match would be closer to AS 7.5 but a binary for that has never been released. (You can build it yourself from source)
I would try 7.1.1 and see if it works. Moving to Wildfly 8 is a bigger change and I wouldn't expect it to work out of the box unless the vendor supports WF/EAP 7.
I also noticed that JBoss AS 7.2.0 is in maven central but not released on their web page. You might want to try this out and see if it works.
The Maven Cargo plugin gives a good description of the versions - although as mentioned above, not all binaries are available to download.
JBoss EAP version 6.1 = the build from JBoss AS version 7.2 released in May 2013
JBoss EAP version 6.2 = the build from JBoss AS version 7.3 released in October 2013
JBoss EAP version 6.3 = the build from JBoss AS version 7.4 released in June 2014
JBoss EAP version 6.4 = the build from JBoss AS version 7.5 released in October 2015
回答2:
I've tested both, JBoss 7.1.1 AS and WildFly 8.2.1 and I think that is mostly seems at the last one. If you check the dates, JBoss EAP 6.4 and WildFly 8 are parallels in 2015 but JBoss 7 has stopped in 2012.
来源:https://stackoverflow.com/questions/37954144/what-is-the-wildfly-equivalent-of-jboss-eap-6-4